Python Tutorial for Beginners 1: Install and Setup for Mac and Windows
2
Python Tutorial for Beginners 2: Strings - Working with Textual Data
3
Python Tutorial for Beginners 3: Integers and Floats - Working with Numeric Data
4
Python Tutorial for Beginners 4: Lists, Tuples, and Sets
5
Python Tutorial for Beginners 5: Dictionaries - Working with Key-Value Pairs
6
Python Tutorial for Beginners 6: Conditionals and Booleans - If, Else, and Elif Statements
7
Python Tutorial for Beginners 7: Loops and Iterations - For/While Loops
8
Python Tutorial for Beginners 8: Functions
9
Python Tutorial for Beginners 9: Import Modules and Exploring The Standard Library
10
Python Tutorial: OS Module - Use Underlying Operating System Functionality
11
Python Tutorial: File Objects - Reading and Writing to Files
12
Python Tutorial: How to Set the Path and Switch Between Different Versions/Executables (Windows)
13
Python Tutorial: How to Set the Path and Switch Between Different Versions/Executables (Mac & Linux)
14
Python Tutorial: Automate Parsing and Renaming of Multiple Files
15
Python Tutorial: CSV Module - How to Read, Parse, and Write CSV Files
16
Python Tutorial: Real World Example - Parsing Names From a CSV to an HTML List
17
Python Tutorial: Datetime Module - How to work with Dates, Times, Timedeltas, and Timezones
18
Python Tutorial: Variable Scope - Understanding the LEGB rule and global/nonlocal statements
19
Python Tutorial: Sorting Lists, Tuples, and Objects
20
Python Tutorial: Using Try/Except Blocks for Error Handling
21
Python Tutorial: Unit Testing Your Code with the unittest Module
22
Python Tutorial: Pipenv - Easily Manage Packages and Virtual Environments
23
Python Requests Tutorial: Request Web Pages, Download Images, POST Data, Read JSON, and More
24
Python Tutorial: VENV (Mac & Linux) - How to Use Virtual Environments with the Built-In venv Module
25
Python Tutorial: VENV (Windows) - How to Use Virtual Environments with the Built-In venv Module
26
5 Common Python Mistakes and How to Fix Them
Description:
Embark on a comprehensive journey through Python programming fundamentals with this 9-hour tutorial series. Learn to install and set up Python on Mac and Windows, manipulate various data types, implement control structures like conditionals and loops, define functions, import modules, and explore the standard library. Dive into essential topics such as working with strings, integers, floats, lists, tuples, sets, and dictionaries. Master file operations, CSV handling, and datetime manipulation. Gain proficiency in error handling, unit testing, package management with Pipenv, and virtual environments. Explore web requests, JSON parsing, and discover common Python mistakes and their solutions. Perfect for beginners, this series provides a solid foundation for Python programming across different operating systems.