Oreilly - Python: Everything You Need to Know to Become a Developer
by David Bombal, Chuck Black | Released December 2018 | ISBN: 9781838551292
Learn everything you need to know to become a Python software developer, from the basics to creating your own applications!About This VideoLearn Python from basics to creating own applications.Learn to read and write to filesIn DetailThis is the most comprehensive, yet straightforward, course on the Python programming language. It gives you a foundation from which to start programming using Python. You will master basic topics such as strings and advanced topics such as functions and code optimization. This course will teach you Python in a practical manner; every module comes with labs. Numerous topics such as Python variables, numbers, printing, Python lists (and lists with loops), Reading from files, How to print formatted data, How to parse multiple items from a file, Python data structures: lists, Python data structures: dictionaries, Python functions etc are all covered in this course. Show and hide more
- Chapter 1 : Welcome and Introduction
- Introduction and overview (m00_00) 00:07:51
- Code Password 00:00:05
- How to run your Python code (m00_01) 00:07:34
- Real world example: SD-WAN Controller (m00_02) 00:02:02
- Chapter 2 : Module 1: Kick start your Python knowledge
- m01_01: Strings, variables, numbers and ducks! 00:11:16
- m01_02: Everything is an object in Python. Mutable and immutable 00:07:07
- m01_lab: Can you complete the challenge lab? 00:02:11
- m01_lab_sol: Lab solution and Module Review 00:04:32
- Chapter 3 : Module 2:Lists, For Loop, Reading Files
- m02_01a: Lists, For Loops 00:10:31
- m02_01b: Reading from a File 00:07:59
- Can you complete the lab? (m02_lab) 00:02:45
- m02_lab_sol: Lab Solution 00:02:32
- Module Review (m02_review) 00:04:22
- Chapter 4 : Module 3: Formatted Output, Splitting Strings
- m03_01a: Print formatted Data Part 1 00:10:24
- m03_01b: Print formatted Data Part 2 00:06:57
- m03_lab: Can you complete the lab? 00:05:20
- m03_lab_sol: Lab Solution and Module Review 00:08:45
- Chapter 5 : Module 4: Nested Data Structures, While Loops
- m04_00: Introduction 00:02:38
- m04_01: Python data structures: list 00:05:30
- m04_02: Python data structures: Dictionary 00:06:50
- m04_03: Python data structures: sorting 00:06:49
- m04_04: Python data structures: nested 00:10:58
- m04_05: Python while loop with dictionary search 00:09:29
- m04_lab: Can you complete the lab? 00:04:52
- m04_lab_sol: Lab Solution and Module Summary 00:07:42
- Chapter 6 : Module 5: Functions and Modules
- m05_01: Python Functions 00:15:48
- m05_02: Python function parameter types (positional, keyword, default) 00:06:50
- m05_03: Python modules 00:09:22
- m05_lab: Can you complete the lab? 00:03:36
- m05_lab_sol: Lab Solution and Module Summary 00:10:43
- Chapter 7 : Module 6: Miscellaneous Extra Stuff
- m06_01: Python parsing data information 00:11:39
- m06_02: Python writing output to files 00:11:39
- Chapter 8 : Thank you and further learning
- Wrap up and Thank you! 00:04:27
Show and hide more