Python Tutorials
5.0
(1)
7 learners
What you'll learn
This course includes
- 86.5 hours of video
- Certificate of completion
- Access on mobile and TV
Course content
1 modules • 100 lessons • 86.5 hours of video
Python Tutorials
100 lessons
• 62 hours
Python Tutorials
100 lessons
• 62 hours
- Setting up a Python Development Environment in Sublime Text 26:03
- Setting up a Python Development Environment in Atom 23:01
- Setting up a Python Development Environment in Eclipse 16:35
- Python Tutorial: pip - An in-depth look at the package management system 09:06
- Python Tutorial: virtualenv and why you should use virtual environments 09:45
- Python Tutorial: Anaconda - Installation and Using Conda 11:25
- Python Tutorial: How I Manage Multiple Projects, Virtual Environments, and Environment Variables 20:49
- Jupyter Notebook Tutorial: Introduction, Setup, and Walkthrough 30:21
- Python Tutorial: Slicing Lists and Strings 10:44
- Python Tutorial: Comprehensions - How they work and why you should be using them 18:29
- Python Tutorial: String Formatting - Advanced Operations for Dicts, Lists, Numbers, and Dates 13:53
- Python Tutorial: Generate Random Numbers and Data Using the random Module 13:37
- Python Tutorial: re Module - How to Write and Match Regular Expressions (Regex) 53:18
- Python Tutorial: Duck Typing and Asking Forgiveness, Not Permission (EAFP) 15:23
- Python Quick Tip: F-Strings - How to Use Them and Advanced String Formatting 13:43
- Python Tutorial: Generators - How to use them and the benefits you receive 11:14
- Python Tutorial: Decorators - Dynamically Alter The Functionality Of Your Functions 30:28
- Python Tutorial: Decorators With Arguments 06:13
- Python Tutorial: Namedtuple - When and why should you use namedtuples? 07:21
- Python Tutorial: Web Scraping with BeautifulSoup and Requests 45:48
- Python Tutorial: Working with JSON Data using the json Module 20:34
- Python Tutorial: Calculate Number of Days, Weeks, or Months to Reach Specific Goals 25:07
- Python Tutorial: Context Managers - Efficiently Managing Resources 20:37
- Python Tutorial: str() vs repr() 07:45
- Python SQLite Tutorial: Complete Overview - Creating a Database, Table, and Running Queries 29:49
- Python Tutorial: Logging Basics - Logging to Files, Setting Levels, and Formatting 14:25
- Python Tutorial: Logging Advanced - Loggers, Handlers, and Formatters 19:47
- Python Quick Tip: Hiding Passwords and Secret Keys in Environment Variables (Mac & Linux) 04:32
- Python Quick Tip: Hiding Passwords and Secret Keys in Environment Variables (Windows) 04:38
- Python Tutorial: if __name__ == '__main__' 08:43
- Preparing for a Python Interview: 10 Things You Should Know 22:55
- Python Tutorial: Else Clauses on Loops 07:04
- Python Tutorial: Image Manipulation with Pillow 15:48
- Python Tutorial: Custom Sublime Text Build Systems 07:56
- Python: Ex Machina Easter Egg - Hidden Message within the Code 02:03
- Python Tutorial: Sets - Set Methods and Operations to Solve Common Problems 18:34
- Python Django Tutorial: Full-Featured Web App Part 1 - Getting Started 15:32
- Python Django Tutorial: Full-Featured Web App Part 2 - Applications and Routes 20:27
- Python Django Tutorial: Full-Featured Web App Part 3 - Templates 45:45
- Python Django Tutorial: Full-Featured Web App Part 4 - Admin Page 09:00
- Python Django Tutorial: Full-Featured Web App Part 5 - Database and Migrations 38:47
- Python Django Tutorial: Full-Featured Web App Part 6 - User Registration 45:56
- Python Django Tutorial: Full-Featured Web App Part 7 - Login and Logout System 31:17
- Python Django Tutorial: Full-Featured Web App Part 8 - User Profile and Picture 35:41
- Python Django Tutorial: Full-Featured Web App Part 9 - Update User Profile 26:07
- Python Django Tutorial: Full-Featured Web App Part 10 - Create, Update, and Delete Posts 53:15
- Python Django Tutorial: Full-Featured Web App Part 11 - Pagination 37:01
- Python Django Tutorial: Full-Featured Web App Part 12 - Email and Password Reset 25:04
- Python Django Tutorial: Deploying Your Application (Option #1) - Deploy to a Linux Server 01:22:01
- Python Tutorial: Iterators and Iterables - What Are They and How Do They Work? 23:08
- Python Coding Problem: Creating Your Own Iterators 13:47
- Python Tutorial: Itertools Module - Iterator Functions for Efficient Looping 45:49
- Python Django Tutorial: How to Use a Custom Domain Name for Our Application 27:18
- Python Django Tutorial: How to enable HTTPS with a free SSL/TLS Certificate using Let's Encrypt 20:47
- Python Django Tutorial: Full-Featured Web App Part 13 - Using AWS S3 for File Uploads 26:35
- Python Django Tutorial: Deploying Your Application (Option #2) - Deploy using Heroku 53:31
- Python Tutorial: Write a Script to Monitor a Website, Send Alert Emails, and Reboot Servers 45:59
- Python Tutorial: Web Scraping with Requests-HTML 56:27
- How to Send Emails Using Python - Plain Text, Adding Attachments, HTML Emails, and More 31:57
- 10 Python Tips and Tricks For Writing Better Code 39:21
- How to Write Python Scripts to Analyze JSON APIs and Sort Results 48:43
- Python Tutorial: Clarifying the Issues with Mutable Default Arguments 16:04
- Visual Studio Code (Mac) - Setting up a Python Development Environment and Complete Overview 01:15:44
- Visual Studio Code (Windows) - Setting up a Python Development Environment and Complete Overview 01:15:17
- Matplotlib Tutorial (Part 1): Creating and Customizing Our First Plots 35:01
- Matplotlib Tutorial (Part 2): Bar Charts and Analyzing Data from CSVs 34:26
- Matplotlib Tutorial (Part 3): Pie Charts 17:02
- Matplotlib Tutorial (Part 4): Stack Plots 14:49
- Matplotlib Tutorial (Part 5): Filling Area on Line Plots 15:18
- Matplotlib Tutorial (Part 6): Histograms 16:36
- Matplotlib Tutorial (Part 7): Scatter Plots 21:24
- Matplotlib Tutorial (Part 8): Plotting Time Series Data 17:09
- Matplotlib Tutorial (Part 9): Plotting Live Data in Real-Time 20:34
- Matplotlib Tutorial (Part 10): Subplots 21:22
- Python Tutorial: Calling External Commands Using the Subprocess Module 19:01
- Python Quick Tip: The Difference Between "==" and "is" (Equality vs Identity) 08:51
- Python Threading Tutorial: Run Code Concurrently Using the Threading Module 36:05
- Python Multiprocessing Tutorial: Run Code in Parallel Using the Multiprocessing Module 44:15
- Python Data Science Tutorial: Analyzing the 2019 Stack Overflow Developer Survey 51:28
- Python Tutorial: Zip Files - Creating and Extracting Zip Archives 27:10
- Python Tutorial: Real World Example - Using Patreon API and Pillow to Automate Image Creation 52:33
- Python YouTube API Tutorial: Getting Started - Creating an API Key and Querying the API 20:49
- Python YouTube API Tutorial: Calculating the Duration of a Playlist 37:38
- Python YouTube API Tutorial: Sort a Playlist by Most Popular Videos 22:08
- Python YouTube API Tutorial: Using OAuth to Access User Accounts 43:21
- Python Tutorial: Simulate the Powerball Lottery Using Python 38:56
- How to Use ChatGPT as a Powerful Tool for Programming 31:08
- Python Tutorial: Securely Manage Passwords and API Keys with DotEnv 16:58
- Automating My Bill Payments with Python and Selenium 01:18:30
- Python Tkinter Tutorial (Part 1): Getting Started, Elements, Layouts, and Events 41:08
- Python Tutorial: Pathlib - The Modern Way to Handle File Paths 34:51
- Python Tutorial: Generate a Web Portfolio and Resume from One JSON File 24:10
- I Let Python Pick My March Madness Bracket - Bracket Simulation Tutorial 24:05
- Python Tutorial: UV - A Faster, All-in-One Package Manager to Replace Pip and Venv 27:02
- Python Tutorial: Ruff - A Fast Linter & Formatter to Replace Multiple Tools and Improve Code Quality 35:47
- Python Tutorial: Type Hinting vs Type Checking vs Data Validation - What’s the Difference? 18:16
- Python Tutorial: Type Hints - From Basic Annotations to Advanced Generics 40:59
- Python Tutorial: AsyncIO - Complete Guide to Asynchronous Programming with Animations 01:42:41
- Python Pydantic Tutorial: Complete Data Validation Course (Used by FastAPI) 01:29:25
- Python FastAPI Tutorial: Full Course for Beginners - Build a Full-Stack Web App 14:23:37
