Oreilly - Begin Python Programming in 7 Days
by Rudy Lai | Released October 2018 | ISBN: 9781788990813
Become a Python programmer in one week. Learn to code in Python from scratch with this hands-on courseAbout This VideoLearn how to program in Python in seven days with this easy-to-follow course.A 30-minute video lessons every day, followed by a 60-minute coding exercise that you can do on your own.Covers the latest Python version, 3.6, giving you an up to date start with PythonIn DetailWe get you started setting up your environment and the tools you need to start programming in Python. You will be learning about variables and operators and how to make use of them in Python programs. You will learn all about control flow statements and loops in Python and you will be using them in your programs to solve your coding problems.Then you will learn to use Python's advanced data structures such as lists and dictionaries. You will be able to organize in functions and save time coding by writing code that can be reused. Then, you will learn about Python modules and how to make use of them. On the last day, you will start interacting with files using Python code.The course will give you a strong entry point into programming in general and programming in Python in particular.This course uses Python 3.6, and TensorFlow 1.4, while not the latest version available, it provides relevant and informative content for legacy users of Python, and TensorFlow. Show and hide more Publisher resources Download Example Code
- Chapter 1 : Getting Started with Programming in Python
- The Course Overview 00:01:59
- Installing Python and Code Editor 00:09:18
- Getting Familiar with Command Line 00:06:46
- Writing and Running Your First Python Program 00:04:32
- Understanding Basic Syntax 00:05:53
- Assignment Day 1 00:01:40
- Chapter 2 : Using Python Variables and Operators
- Understanding Python Variables 00:09:38
- Using Variables in Code 00:06:45
- Understanding Python Operators 00:05:00
- Usage of Python Operators 00:04:42
- Assignment Day 2 00:02:08
- Chapter 3 : Programming Control Flow and Loops in Python
- Introducing Control Statements 00:08:36
- Usage of Control Statements 00:05:28
- Understand Loops 00:05:56
- Use Loops in Your Python Code 00:03:25
- Assignment Day 3 00:01:30
- Chapter 4 : Understanding List and Dictionary Data Types
- Introducing Python Lists 00:06:12
- List Operators, Functions, and Methods 00:06:42
- Introducing the Dictionary Data Type 00:04:28
- Dictionary Operators, Functions, and Methods 00:05:35
- Assignment Day 4 00:01:46
- Chapter 5 : Program Functions in Python
- Introducing Functions 00:09:32
- Usage of Functions in Your Code 00:04:23
- Understanding Scope of Variables 00:04:35
- Example Code for a Scope of Variable Demonstration 00:03:48
- Assignment Day 5 00:01:57
- Chapter 6 : Working with Python Modules and Packages
- Python Modules 00:07:15
- Using Third-Party Python Modules 00:05:12
- Compiling Python Files 00:06:10
- Using Python Packages 00:04:55
- Assignment Day 6 00:03:24
- Chapter 7 : Handle Files Programmatically in Python
- Reading Text from a File 00:09:42
- Writing Text to a File 00:05:33
- Handling Exceptions 00:05:18
- Assignment Day 7 00:02:52
Show and hide more