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