Verwandte Themen
Der Kurs enthält
- 86 Std. 37 Min. Video
- 158 Lektionen
- Niveau: Fortgeschritten
- Sprache: English
- Wir merken uns, wo du warst
- Komplett kostenlos, ohne Karte
Lektionen
16 Abschnitte · 158 Lektionen · 86 Std. 37 Min. Gesamtlänge
Lektionen 1–1010 Lektionen · 3 Std. 4 Min.
- Python Tutorial for Beginners 1: Install and Setup for Mac and Windows15 Min.
- Python Tutorial for Beginners 2: Strings - Working with Textual Data21 Min.
- Python Tutorial for Beginners 3: Integers and Floats - Working with Numeric Data12 Min.
- Python Tutorial for Beginners 4: Lists, Tuples, and Sets29 Min.
- Python Tutorial for Beginners 5: Dictionaries - Working with Key-Value Pairs10 Min.
- Python Tutorial for Beginners 6: Conditionals and Booleans - If, Else, and Elif Statements16 Min.
- Python Tutorial for Beginners 7: Loops and Iterations - For/While Loops10 Min.
- Python Tutorial for Beginners 8: Functions22 Min.
- Python Tutorial for Beginners 9: Import Modules and Exploring The Standard Library22 Min.
- Setting up a Python Development Environment in Sublime Text26 Min.
Lektionen 11–2010 Lektionen · 2 Std. 51 Min.
- Setting up a Python Development Environment in Atom23 Min.
- Setting up a Python Development Environment in Eclipse17 Min.
- Python Tutorial: pip - An in-depth look at the package management system9 Min.
- Python Tutorial: virtualenv and why you should use virtual environments10 Min.
- Python Tutorial: Anaconda - Installation and Using Conda11 Min.
- Python Tutorial: How I Manage Multiple Projects, Virtual Environments, and Environment Variables21 Min.
- Jupyter Notebook Tutorial: Introduction, Setup, and Walkthrough30 Min.
- Python Tutorial: Variable Scope - Understanding the LEGB rule and global/nonlocal statements21 Min.
- Python Tutorial: Slicing Lists and Strings11 Min.
- Python Tutorial: Comprehensions - How they work and why you should be using them18 Min.
Lektionen 21–3010 Lektionen · 3 Std. 32 Min.
- Python Tutorial: Sorting Lists, Tuples, and Objects12 Min.
- Python Tutorial: String Formatting - Advanced Operations for Dicts, Lists, Numbers, and Dates14 Min.
- Python Tutorial: OS Module - Use Underlying Operating System Functionality19 Min.
- Python Tutorial: Datetime Module - How to work with Dates, Times, Timedeltas, and Timezones28 Min.
- Python Tutorial: File Objects - Reading and Writing to Files25 Min.
- Python Tutorial: Automate Parsing and Renaming of Multiple Files13 Min.
- Python Tutorial: Generate Random Numbers and Data Using the random Module14 Min.
- Python Tutorial: CSV Module - How to Read, Parse, and Write CSV Files16 Min.
- Python Tutorial: Real World Example - Parsing Names From a CSV to an HTML List19 Min.
- Python Tutorial: re Module - How to Write and Match Regular Expressions (Regex)53 Min.
Lektionen 31–4010 Lektionen · 2 Std. 45 Min.
- Python Tutorial: Using Try/Except Blocks for Error Handling11 Min.
- Python Tutorial: Duck Typing and Asking Forgiveness, Not Permission (EAFP)15 Min.
- Python Tutorial: How to Set the Path and Switch Between Different Versions/Executables (Windows)24 Min.
- Python Tutorial: How to Set the Path and Switch Between Different Versions/Executables (Mac & Linux)31 Min.
- Python Quick Tip: F-Strings - How to Use Them and Advanced String Formatting14 Min.
- Python Tutorial: Generators - How to use them and the benefits you receive11 Min.
- Python Tutorial: Decorators - Dynamically Alter The Functionality Of Your Functions30 Min.
- Python Tutorial: Decorators With Arguments6 Min.
- Python Tutorial: Namedtuple - When and why should you use namedtuples?7 Min.
- Python OOP Tutorial 1: Classes and Instances15 Min.
Lektionen 41–5010 Lektionen · 3 Std. 10 Min.
- Python OOP Tutorial 2: Class Variables12 Min.
- Python OOP Tutorial 3: classmethods and staticmethods15 Min.
- Python OOP Tutorial 4: Inheritance - Creating Subclasses20 Min.
- Python OOP Tutorial 5: Special (Magic/Dunder) Methods14 Min.
- Python OOP Tutorial 6: Property Decorators - Getters, Setters, and Deleters10 Min.
- Python Tutorial: Web Scraping with BeautifulSoup and Requests46 Min.
- Python Tutorial: Working with JSON Data using the json Module21 Min.
- Python Tutorial: Calculate Number of Days, Weeks, or Months to Reach Specific Goals25 Min.
- Python Tutorial: Context Managers - Efficiently Managing Resources21 Min.
- Python Tutorial: str() vs repr()8 Min.
Lektionen 51–6010 Lektionen · 3 Std. 4 Min.
- Python SQLite Tutorial: Complete Overview - Creating a Database, Table, and Running Queries30 Min.
- Python Tutorial: Logging Basics - Logging to Files, Setting Levels, and Formatting14 Min.
- Python Tutorial: Logging Advanced - Loggers, Handlers, and Formatters20 Min.
- Python Quick Tip: Hiding Passwords and Secret Keys in Environment Variables (Mac & Linux)5 Min.
- Python Quick Tip: Hiding Passwords and Secret Keys in Environment Variables (Windows)5 Min.
- Python Tutorial: if __name__ == '__main__'9 Min.
- Python Tutorial: Unit Testing Your Code with the unittest Module39 Min.
- Python Tutorial: Pipenv - Easily Manage Packages and Virtual Environments32 Min.
- Preparing for a Python Interview: 10 Things You Should Know23 Min.
- Python Tutorial: Else Clauses on Loops7 Min.
Lektionen 61–7010 Lektionen · 4 Std. 23 Min.
- Python Tutorial: Image Manipulation with Pillow16 Min.
- Python Tutorial: Custom Sublime Text Build Systems8 Min.
- Python: Ex Machina Easter Egg - Hidden Message within the Code2 Min.
- Python Flask Tutorial: Full-Featured Web App Part 1 - Getting Started17 Min.
- Python Flask Tutorial: Full-Featured Web App Part 2 - Templates32 Min.
- Python Flask Tutorial: Full-Featured Web App Part 3 - Forms and User Input48 Min.
- Python Flask Tutorial: Full-Featured Web App Part 4 - Database with Flask-SQLAlchemy30 Min.
- Python Flask Tutorial: Full-Featured Web App Part 5 - Package Structure21 Min.
- Python Flask Tutorial: Full-Featured Web App Part 6 - User Authentication47 Min.
- Python Flask Tutorial: Full-Featured Web App Part 7 - User Account and Profile Picture42 Min.
Lektionen 71–8010 Lektionen · 4 Std. 47 Min.
- Python Flask Tutorial: Full-Featured Web App Part 8 - Create, Update, and Delete Posts48 Min.
- Python Flask Tutorial: Full-Featured Web App Part 9 - Pagination31 Min.
- Python Flask Tutorial: Full-Featured Web App Part 10 - Email and Password Reset42 Min.
- Python Flask Tutorial: Full-Featured Web App Part 11 - Blueprints and Configuration43 Min.
- Python Flask Tutorial: Full-Featured Web App Part 12 - Custom Error Pages13 Min.
- Python Tutorial: Sets - Set Methods and Operations to Solve Common Problems19 Min.
- Python Django Tutorial: Full-Featured Web App Part 1 - Getting Started16 Min.
- Python Django Tutorial: Full-Featured Web App Part 2 - Applications and Routes20 Min.
- Python Django Tutorial: Full-Featured Web App Part 3 - Templates46 Min.
- Python Django Tutorial: Full-Featured Web App Part 4 - Admin Page9 Min.
Lektionen 81–9010 Lektionen · 6 Std. 38 Min.
- Python Django Tutorial: Full-Featured Web App Part 5 - Database and Migrations39 Min.
- Python Django Tutorial: Full-Featured Web App Part 6 - User Registration46 Min.
- Python Django Tutorial: Full-Featured Web App Part 7 - Login and Logout System31 Min.
- Python Django Tutorial: Full-Featured Web App Part 8 - User Profile and Picture36 Min.
- Python Django Tutorial: Full-Featured Web App Part 9 - Update User Profile26 Min.
- Python Django Tutorial: Full-Featured Web App Part 10 - Create, Update, and Delete Posts53 Min.
- Python Django Tutorial: Full-Featured Web App Part 11 - Pagination37 Min.
- Python Django Tutorial: Full-Featured Web App Part 12 - Email and Password Reset25 Min.
- Python Django Tutorial: Deploying Your Application (Option #1) - Deploy to a Linux Server1 Std. 22 Min.
- Python Tutorial: Iterators and Iterables - What Are They and How Do They Work?23 Min.
Lektionen 91–10010 Lektionen · 5 Std. 29 Min.
- Python Coding Problem: Creating Your Own Iterators14 Min.
- Python Tutorial: Itertools Module - Iterator Functions for Efficient Looping46 Min.
- Python Flask Tutorial: Deploying Your Application (Option #1) - Deploy to a Linux Server1 Std. 15 Min.
- Python Flask Tutorial: How to Use a Custom Domain Name for Our Application24 Min.
- Python Django Tutorial: How to Use a Custom Domain Name for Our Application27 Min.
- Python Flask Tutorial: How to enable HTTPS with a free SSL/TLS Certificate using Let's Encrypt17 Min.
- Python Django Tutorial: How to enable HTTPS with a free SSL/TLS Certificate using Let's Encrypt21 Min.
- Python Django Tutorial: Full-Featured Web App Part 13 - Using AWS S3 for File Uploads27 Min.
- Python Django Tutorial: Deploying Your Application (Option #2) - Deploy using Heroku54 Min.
- Python Requests Tutorial: Request Web Pages, Download Images, POST Data, Read JSON, and More25 Min.
Lektionen 101–11010 Lektionen · 6 Std. 15 Min.
- Python Tutorial: Write a Script to Monitor a Website, Send Alert Emails, and Reboot Servers46 Min.
- Python Tutorial: Web Scraping with Requests-HTML56 Min.
- How to Send Emails Using Python - Plain Text, Adding Attachments, HTML Emails, and More32 Min.
- 10 Python Tips and Tricks For Writing Better Code39 Min.
- Python Tutorial: VENV (Mac & Linux) - How to Use Virtual Environments with the Built-In venv Module14 Min.
- Python Tutorial: VENV (Windows) - How to Use Virtual Environments with the Built-In venv Module17 Min.
- How to Write Python Scripts to Analyze JSON APIs and Sort Results49 Min.
- 5 Common Python Mistakes and How to Fix Them29 Min.
- Python Tutorial: Clarifying the Issues with Mutable Default Arguments16 Min.
- Visual Studio Code (Mac) - Setting up a Python Development Environment and Complete Overview1 Std. 16 Min.
Lektionen 111–12010 Lektionen · 4 Std. 28 Min.
- Visual Studio Code (Windows) - Setting up a Python Development Environment and Complete Overview1 Std. 15 Min.
- Matplotlib Tutorial (Part 1): Creating and Customizing Our First Plots35 Min.
- Matplotlib Tutorial (Part 2): Bar Charts and Analyzing Data from CSVs34 Min.
- Matplotlib Tutorial (Part 3): Pie Charts17 Min.
- Matplotlib Tutorial (Part 4): Stack Plots15 Min.
- Matplotlib Tutorial (Part 5): Filling Area on Line Plots15 Min.
- Matplotlib Tutorial (Part 6): Histograms17 Min.
- Matplotlib Tutorial (Part 7): Scatter Plots21 Min.
- Matplotlib Tutorial (Part 8): Plotting Time Series Data17 Min.
- Matplotlib Tutorial (Part 9): Plotting Live Data in Real-Time21 Min.
Lektionen 121–13010 Lektionen · 4 Std. 42 Min.
- Matplotlib Tutorial (Part 10): Subplots21 Min.
- Python Tutorial: Calling External Commands Using the Subprocess Module19 Min.
- Python Quick Tip: The Difference Between "==" and "is" (Equality vs Identity)9 Min.
- Python Threading Tutorial: Run Code Concurrently Using the Threading Module36 Min.
- Python Multiprocessing Tutorial: Run Code in Parallel Using the Multiprocessing Module44 Min.
- Python Data Science Tutorial: Analyzing the 2019 Stack Overflow Developer Survey51 Min.
- Python Tutorial: Zip Files - Creating and Extracting Zip Archives27 Min.
- Python Pandas Tutorial (Part 1): Getting Started with Data Analysis - Installation and Loading Data23 Min.
- Python Pandas Tutorial (Part 2): DataFrame and Series Basics - Selecting Rows and Columns34 Min.
- Python Pandas Tutorial (Part 3): Indexes - How to Set, Reset, and Use Indexes17 Min.
Lektionen 131–14010 Lektionen · 5 Std. 19 Min.
- Python Pandas Tutorial (Part 4): Filtering - Using Conditionals to Filter Rows and Columns23 Min.
- Python Pandas Tutorial (Part 5): Updating Rows and Columns - Modifying Data Within DataFrames40 Min.
- Python Pandas Tutorial (Part 6): Add/Remove Rows and Columns From DataFrames17 Min.
- Python Pandas Tutorial (Part 7): Sorting Data16 Min.
- Python Pandas Tutorial (Part 8): Grouping and Aggregating - Analyzing and Exploring Your Data49 Min.
- Python Pandas Tutorial (Part 9): Cleaning Data - Casting Datatypes and Handling Missing Values32 Min.
- Python Pandas Tutorial (Part 10): Working with Dates and Time Series Data36 Min.
- Python Pandas Tutorial (Part 11): Reading/Writing Data to Different Sources - Excel, JSON, SQL, Etc33 Min.
- Python Tutorial: Real World Example - Using Patreon API and Pillow to Automate Image Creation53 Min.
- Python YouTube API Tutorial: Getting Started - Creating an API Key and Querying the API21 Min.
Lektionen 141–15010 Lektionen · 6 Std. 9 Min.
- Python YouTube API Tutorial: Calculating the Duration of a Playlist38 Min.
- Python YouTube API Tutorial: Sort a Playlist by Most Popular Videos22 Min.
- Python YouTube API Tutorial: Using OAuth to Access User Accounts43 Min.
- Python Tutorial: Simulate the Powerball Lottery Using Python39 Min.
- How to Use ChatGPT as a Powerful Tool for Programming31 Min.
- Python Tutorial: Securely Manage Passwords and API Keys with DotEnv17 Min.
- Automating My Bill Payments with Python and Selenium1 Std. 19 Min.
- Python Tkinter Tutorial (Part 1): Getting Started, Elements, Layouts, and Events41 Min.
- Python Tutorial: Pathlib - The Modern Way to Handle File Paths35 Min.
- Python Tutorial: Generate a Web Portfolio and Resume from One JSON File24 Min.
Lektionen 151–1588 Lektionen · 20 Std. 2 Min.
- I Let Python Pick My March Madness Bracket - Bracket Simulation Tutorial24 Min.
- Python Tutorial: UV - A Faster, All-in-One Package Manager to Replace Pip and Venv27 Min.
- Python Tutorial: Ruff - A Fast Linter & Formatter to Replace Multiple Tools and Improve Code Quality36 Min.
- Python Tutorial: Type Hinting vs Type Checking vs Data Validation - What’s the Difference?18 Min.
- Python Tutorial: Type Hints - From Basic Annotations to Advanced Generics41 Min.
- Python Tutorial: AsyncIO - Complete Guide to Asynchronous Programming with Animations1 Std. 43 Min.
- Python Pydantic Tutorial: Complete Data Validation Course (Used by FastAPI)1 Std. 29 Min.
- Python FastAPI Tutorial: Full Course for Beginners - Build a Full-Stack Web App14 Std. 24 Min.
Was du brauchst
- Erfahrung wird erwartet: der Kurs liegt auf fortgeschrittenem Niveau.
Beschreibung
Python Tutorials. An in-depth look at the Python programming language. Learn about Python development, tips and tricks, walkthroughs, and best practices.
Für wen dieser Kurs ist
- Alle, die bereits mit Python arbeiten.
Diese beiden Punkte sind unsere Einschätzung aus dem Niveau. Die Beschreibung stammt vom Autor.