Oreilly - Python for Beginners: Learn Python Programming (Python 3)
by Jason Cannon, Linux Training Academy | Released October 2018 | ISBN: 9781789617122
Learn Python programming the easy way, complete with examples, quizzes, exercises, and more. Learn Python 2 and Python 3.About This VideoHow to install Python on Windows, Mac, and Linux.A practical tutorial designed for Python beginners.In DetailThis course will teach you Python in a practical manner, complete with examples, quizzes, exercises, and more. You will learn when to use Python 2 and Python 3; both versions are covered in the course and you will learn to program in both. You'll learn how to take tedious and repetitious tasks and turn them into programs that will save you time and simplify your life on Linux, UNIX, or MAC systems. You will learn how to prepare your computer for programming in Python; how to work with various data types including strings, lists, tuples, dictionaries, Booleans; how to perform mathematical operations using Python, and more. Show and hide more
- Chapter 1 : Course Overview and Downloads
- Chapter 2 : Python Setup
- Python 2 vs Python 3 00:01:14
- Installing Python on Windows 00:01:14
- Installing Python on Mac 00:01:14
- Installing Python on Linux 00:05:57
- Writing Python Programs 00:05:29
- Running Python Programs 00:04:45
- Chapter 3 : Strings and Variables
- Section Overview 00:00:44
- Variables and Strings 00:05:30
- Functions and Printing 00:01:52
- String Methods 00:01:47
- String Concatenation 00:02:49
- Formatting Strings 00:05:43
- Section Summary 00:01:26
- Solutions to the Practice Exercises - #1 - Video 00:03:07
- Solutions to the Practice Exercises - #2 - Video 00:01:30
- Solutions to the Practice Exercises - #3 - Video 00:03:33
- Chapter 4 : Numbers and Math
- Section Overview 00:00:21
- Numbers, Numeric Operations, and Numeric Functions 00:04:48
- Comments 00:01:47
- Section Summary 00:00:43
- Chapter 5 : Booleans and Conditionals
- Section Overview 00:00:33
- Booleans 00:05:34
- Conditionals 00:04:16
- Section Summary 00:00:47
- Chapter 6 : Functions
- Section Overview 00:00:30
- Functions, Part I 00:05:25
- Functions, Part II 00:02:36
- Section Summary 00:01:18
- Chapter 7 : Lists
- Section Overview 00:00:39
- Lists 00:04:47
- Slices 00:02:57
- Exception Handling 00:02:16
- Loops 00:02:38
- Sorting and Ranges 00:03:51
- Section Summary 00:01:31
- Chapter 8 : Dictionaries
- Section Overview 00:00:29
- Dictionaries - Part I 00:06:25
- Dictionaries - Part II 00:02:27
- Section Summary 00:00:54
- Chapter 9 : Tuples
- Section Overview 00:00:32
- Tuples 00:06:13
- Section Summary 00:00:59
- Chapter 10 : Files
- Section Overview 00:00:48
- Files, Part I 00:06:05
- Files, Part II 00:07:52
- Section Summary 00:01:47
- Chapter 11 : Modules
- Section Overview 00:00:43
- Modules, Part I 00:06:34
- Modules, Part II 00:04:33
- Section Overview 00:01:10
Show and hide more