课时
24 个部分 · 239 节课 · 157小时46分钟 总时长
第 1 至 10 节10 节课 · 1小时55分钟
- Python Tutorial for Beginners 1 - Getting Started and Installing Python (For Absolute Beginners)14分钟
- Python Tutorial for Beginners 2 - Numbers and Math in Python9分钟
- Python Tutorial for Beginners 3 - Variables and Inputs10分钟
- Python Tutorial for Beginners 4 - Built-in Modules and Functions11分钟
- Python Tutorial for Beginners 5 - Save and Run Python files .py9分钟
- Python Tutorial for Beginners 6 - Strings13分钟
- Python Tutorial for Beginners 7 - Python Lists13分钟
- Python Tutorial for Beginners 8 - Python Slices or Slicing12分钟
- Python Tutorial for Beginners 9 - Python IF ELSE Statements13分钟
- Python Tutorial for Beginners 10 - Python elif and nested if Statements12分钟
第 11 至 20 节10 节课 · 4小时48分钟
- Python Tutorial for Beginners 11 - Comparison operators , Logical Operators , is and in10分钟
- Python Tutorial for Beginners 12 - While Loop and For Loops in Python10分钟
- Python Tutorial for Beginners 13 - Defining Functions10分钟
- Python Tutorial for Beginners 14 - Default parameters and Multiple Arguments in Python12分钟
- Python Tutorial for Beginners 15 - Classes and Self15分钟
- Python Tutorial for Beginners 16 - Class Constructors (__init__) and Destructor (__del__)11分钟
- Python Tutorial for Beginners 17 - Subclasses , Superclasses and Inheritance10分钟
- Install PyCharm ( Python IDE ) on Windows 8 + Create and Run First Project9分钟
- Install PyCharm Python IDE on Ubuntu Linux + Create and Run First Project9分钟
- Python Programming Tutorial | Learn Python programming | Python language3小时11分钟
第 21 至 30 节10 节课 · 1小时34分钟
- How to Download and Install Python 3.6 on Windows 105分钟
- How to Install Python and PyDev Plugin in Eclipse + Create a Simple PyDev Project12分钟
- How to Install Python 3 on Mac OS X6分钟
- How to Set Up Python in Visual Studio Code on Windows 1016分钟
- How to Install Python 3 on Mac7分钟
- How to Install PyCharm Python IDE on Mac (Community Edition)8分钟
- Python Tutorial for Beginners 1 - Introduction to Python (For Absolute Beginners)8分钟
- Python Tutorial for Beginners 2 - How to Install Python 3 on Windows 106分钟
- Python Tutorial for Beginners 3 - Basic Math, Mathematical Operators and Python Expressions13分钟
- Python Tutorial for Beginners 4 - Python Variables and Types12分钟
第 31 至 40 节10 节课 · 1小时45分钟
- Python Tutorial for Beginners 5 - Python print() and input() Function13分钟
- Python Tutorial for Beginners 6 - Python Built-in Functions and Built-in Module7分钟
- Python Tutorial for Beginners 7 - Creating and Executing your First Python Script (Run .py file)13分钟
- Python Tutorial for Beginners 8 - Install PyCharm ( Python IDE ) on Windows 10 + First Project8分钟
- How To Install PyCharm In Ubuntu 18.04/ Ubuntu 20.04 + Create and Run First Python Project10分钟
- Python Tutorial for Beginners 9 - Python Strings and Comments15分钟
- Python Tutorial for Beginners 10 - Boolean, Comparison Operators and Logical Operators in Python11分钟
- Python Tutorial for Beginners 11 - Python IF ELSE Statements9分钟
- Python Tutorial for Beginners 12 - Python IF...ELIF...ELSE Statements + nested IF statements9分钟
- Python Tutorial for Beginners 13 - Python Lists10分钟
第 41 至 50 节10 节课 · 1小时46分钟
- Python Tutorial for Beginners 14 - Python Tuples7分钟
- Python Tutorial for Beginners 15 - Python Sets14分钟
- Python Tutorial for Beginners 16 - Python Dictionary9分钟
- Install Anaconda Python, Jupyter Notebook And Spyder on Windows 1013分钟
- Install Anaconda Python, Jupyter Notebook, Spyder on Ubuntu Linux14分钟
- Python Tutorial for Beginners 17 - Python Slice and Negative index11分钟
- Python Tutorial for Beginners 18 - Python while Loop10分钟
- Python Tutorial for Beginners 19 - Python for Loop8分钟
- Python Tutorial for Beginners 20 - Python break, continue statement7分钟
- Python Tutorial for Beginners 21 - Python Functions12分钟
第 51 至 60 节10 节课 · 1小时40分钟
- Python Tutorial for Beginners 22 - Default Arguments, *args and **kwargs (Variable-length Arguments)8分钟
- Python Tutorial for Beginners 23 - Introduction to Object-Oriented Programming (OOP)10分钟
- Python Tutorial for Beginners 24 - Classes and Objects in Python (OOP)10分钟
- Python Tutorial for Beginners 25 - Python __init__ and self in class12分钟
- Python Tutorial for Beginners 26 - Is it possible to define multiple constructors in Python?8分钟
- Python Tutorial for Beginners 27 - Python Encapsulation12分钟
- Python Tutorial for Beginners 28 - Private methods in Python6分钟
- Python Tutorial for Beginners 29 - Python Inheritance15分钟
- Python Tutorial for Beginners 30 - How To Create Modules in Python 313分钟
- Python Tutorial for Beginners 31 - Python Multiple Inheritance6分钟
第 61 至 70 节10 节课 · 1小时23分钟
- Python Tutorial for Beginners 32 - Python super()8分钟
- Python Tutorial for Beginners 33 - Python Composition6分钟
- Python Tutorial for Beginners 34 - Python Aggregation + Difference in Aggregation and Composition7分钟
- Python Tutorial for Beginners 35 - Python Abstract Classes9分钟
- Python Tutorial for Beginners 36 - Python Exception handling + Python Try Except15分钟
- Python Tutorial for Beginners 37 - Try Except Else Finally (Python Exception handling)6分钟
- Python Tutorial for Beginners 38 - Raising Exceptions In Python6分钟
- Python Tutorial for Beginners 39 - Raising Custom Exceptions (Writing and Using Custom Exceptions)5分钟
- Python Tutorial for Beginners 40 - Idea behind : if __name__ == "__main__"7分钟
- Python Tutorial for Beginners 41 - Create a Text File and Write in It Using Python14分钟
第 71 至 80 节10 节课 · 2小时44分钟
- Python Tutorial for Beginners 42 - Reading Files in Python12分钟
- Python Tutorial for Beginners 43 - Working With JSON Data in Python12分钟
- Python Tutorial for Beginners 44 - Python Iterators15分钟
- Python Tutorial for Beginners 45 - Python Generators16分钟
- Python Tutorial for Beginners 46 - Command Line Arguments in Python with argparse19分钟
- Python Tutorial for Beginners 47 - Lambda, filter, reduce and map19分钟
- Python Tutorial for Beginners 48 - Python Closures + nested functions14分钟
- Python Tutorial for Beginners 49 - Python Decorators20分钟
- Python Tutorial for Beginners 50 - Python Operator Overloading17分钟
- Python Tutorial for Beginners 51 - An Introduction to Python Debugger (pdb)21分钟
第 81 至 90 节10 节课 · 3小时9分钟
- Python Tutorial for Beginners 52 - How to use PyCharm to debug Python code9分钟
- OpenCV Python Tutorial - Find Lanes for Self-Driving Cars (Computer Vision Basics Tutorial)1小时26分钟
- Python Tutorial for Beginners 53 - How to use Pip and PyPI for managing Python packages8分钟
- Python Tutorial for Beginners 54 - How to Install Pip packages using PyCharm5分钟
- Python Tutorial for Beginners 55 - Global, Local and Nonlocal variables in Python16分钟
- Python Unit Testing With PyTest 1 - Getting started with pytest15分钟
- Python Unit Testing With Pytest 2 - Using Options with Pytest17分钟
- Python Unit Testing With Pytest 3 - Parameterizing tests (pytest.mark.parametrize)8分钟
- Python Unit Testing With Pytest 4 - pytest fixtures + setup/teardown methods15分钟
- Python Unit Testing With Pytest 5 - Using PyCharm to run pytest tests10分钟
第 91 至 100 节10 节课 · 2小时22分钟
- Jio SIM message not sent problem 100% solve7分钟
- Python Thread Tutorial For Beginners 1 - Introduction to multithreading in Python10分钟
- Real-World Python Deep Learning Projects37分钟
- Learn Computer Vision with Python and OpenCV10分钟
- Python Thread Tutorial For Beginners 2 - thread module in Python 313分钟
- Python Thread Tutorial For Beginners 3 - threading module in Python 311分钟
- How to be a Good Software Developer / Coder / Programmer19分钟
- Which Programming Language Should You Learn First11分钟
- Install Anaconda Python, Jupyter Notebook And Spyder on Mac11分钟
- Python Thread Tutorial For Beginners 4 - How to use a thread in a subclass12分钟
第 101 至 110 节10 节课 · 5小时30分钟
- What is Machine Learning? | Machine Learning Basics | How to Learn Machine Learning11分钟
- Object-Oriented Programming (OOP) in Python 3 | Python Object Oriented Programming Tutorial2小时16分钟
- Python Numpy Tutorial For Beginners 1 - Introduction + Installing numpy12分钟
- Python Numpy Tutorial for Beginners 3 - Basic properties and Methods in NumPy Array14分钟
- Python Numpy Tutorial for Beginners 4 - Creating specific arrays, Reshape and more14分钟
- How to Install PyCharm (Python IDE) on Windows 10, Mac and Ubuntu Linux25分钟
- Python Tutorial : Data Structures (list, dict, tuples, sets, strings)1小时3分钟
- Python Thread Tutorial For Beginners 5 - Thread Synchronization Using Locks11分钟
- Install Anaconda Python, Jupyter Notebook, Spyder on Windows 10, Mac and Ubuntu 18.4 Linux37分钟
- OpenCV Python Tutorial For Beginners 1 - Introduction to OpenCV6分钟
第 111 至 120 节10 节课 · 3小时16分钟
- OpenCV Python Tutorial For Beginners 2 - How to Install OpenCV for Python on Windows 1010分钟
- OpenCV Python Tutorial For Beginners 3 - How to Read, Write, Show Images in OpenCV18分钟
- How To Install OpenCV 4 for Python on Ubuntu Linux7分钟
- PyTorch Python Tutorial | PyTorch Machine Learning Tutorial | Deep Learning Using PyTorch55分钟
- OpenCV Python Tutorial For Beginners 8 - Handle Mouse Events in OpenCV17分钟
- OpenCV Python Tutorial For Beginners 10 - cv.split, cv.merge, cv.resize, cv.add, cv.addWeighted, ROI17分钟
- OpenCV Python Tutorial For Beginners 12 - How to Bind Trackbar To OpenCV Windows19分钟
- Tkinter Python GUI Tutorial For Beginners 4 - Handle Button Click Event12分钟
- OpenCV Python Tutorial For Beginners 13 - Object Detection and Object Tracking Using HSV Color Space20分钟
- Tkinter Python GUI Tutorial For Beginners 5 - Entry Widget, ComboBox widget, Tkinter Image22分钟
第 121 至 130 节10 节课 · 11小时55分钟
- Tkinter Python GUI Tutorial For Beginners 6 - Radiobuttons, Checkboxes, MessageBox20分钟
- Tkinter Python GUI Tutorial For Beginners 7 - Creating Menus with Tkinter11分钟
- OpenCV Python Tutorial For Beginners 14 - Simple Image Thresholding13分钟
- Python for Beginners | If - Else Statements | Internshala Trainings7分钟
- Full Python Programming Course | Python Tutorial for Beginners | Learn Python9小时47分钟
- Tkinter Python GUI Tutorial For Beginners 8 - Open New Window on Button Click - Multiple Windows12分钟
- OpenCV Python Tutorial For Beginners 15 - Adaptive Thresholding10分钟
- OpenCV Python Tutorial For Beginners 16 - matplotlib with OpenCV15分钟
- OpenCV Python Tutorial For Beginners 17 - Morphological Transformations22分钟
- OpenCV Python Tutorial For Beginners 18 - Smoothing Images | Blurring Images OpenCV18分钟
第 131 至 140 节10 节课 · 3小时20分钟
- OpenCV Python Tutorial For Beginners 19 - Image Gradients and Edge Detection14分钟
- OpenCV Python Tutorial For Beginners 20 - Canny Edge Detection in OpenCV8分钟
- Python Threading Tutorial | Learn Python Threads and Threading56分钟
- OpenCV Python Tutorial For Beginners 21 - Image Pyramids with Python and OpenCV21分钟
- Creating a Stand Alone Executable from a Python Script using PyInstaller16分钟
- Tkinter Python GUI Tutorial For Beginners - Connect Tkinter App To The SQLite Database16分钟
- Tkinter Python GUI Tutorial For Beginners - Create Simple Paint Application Using Tkinter22分钟
- Tkinter Python GUI Tutorial For Beginners - Tic-Tac-Toe Game in python 3 Tkinter12分钟
- Tkinter Python GUI Tutorial For Beginners - Simple GUI Calculator using Tkinter12分钟
- OpenCV Python Tutorial For Beginners 22 - Image Blending using Pyramids in OpenCV22分钟
第 141 至 150 节10 节课 · 5小时23分钟
- OpenCV Python Tutorial For Beginners 22 - Image Blending using Pyramids in OpenCV22分钟
- Tkinter Python GUI Tutorial For Beginners - How to embed Matplotlib graph to Tkinter GUI13分钟
- OpenCV Python Tutorial For Beginners 23 - Find and Draw Contours with OpenCV in Python11分钟
- OpenCV Python Tutorial For Beginners 24 - Motion Detection and Tracking Using Opencv Contours19分钟
- Master The Basics Of Tkinter - Full Tkinter Programming Course3小时1分钟
- OpenCV Python Tutorial For Beginners 25 - Detect Simple Geometric Shapes using OpenCV in Python19分钟
- OpenCV Python Tutorial For Beginners 26 - Understanding image Histograms using OpenCV Python16分钟
- Introduction to Anaconda Python - Getting Started With Python Using Anaconda17分钟
- OpenCV Python Tutorial For Beginners 28 - Hough Line Transform Theory13分钟
- OpenCV Python Tutorial For Beginners 29 - Hough Line Transform using HoughLines method in OpenCV13分钟
第 151 至 160 节10 节课 · 2小时6分钟
- OpenCV Python Tutorial For Beginners 30 - Probabilistic Hough Transform using HoughLinesP in OpenCV11分钟
- OpenCV Python Tutorial For Beginners 31 - Road Lane Line Detection with OpenCV (Part 1)16分钟
- OpenCV Python Tutorial For Beginners 32 - Road Lane Line Detection with OpenCV (Part 2)21分钟
- OpenCV Python Tutorial For Beginners 33 - Road Lane Line Detection with OpenCV (Part 3)9分钟
- OpenCV Python Tutorial For Beginners 34 - Circle Detection using OpenCV Hough Circle Transform12分钟
- OpenCV Python Tutorial For Beginners 35 - Face Detection using Haar Cascade Classifiers12分钟
- OpenCV Python Tutorial For Beginners 36 - Eye Detection Haar Feature based Cascade Classifiers7分钟
- Install PyCharm IDE on Windows 10 + Creating and Running Your First Python Project12分钟
- TEXT TO SPEECH IN PYTHON | Convert Text to Speech in Python11分钟
- Getting Started with Python in Visual Studio Code | Python with VSCode15分钟
第 161 至 170 节10 节课 · 2小时17分钟
- Matplotlib Tutorial for Beginners 2 - How to use different format strings and Styles for Plotting17分钟
- OpenCV Python Tutorial For Beginners 37 - Detect Corners with Harris Corner Detector in OpenCV12分钟
- OpenCV Python Tutorial For Beginners 38 - Detect Corners with Shi Tomasi Corner Detector in OpenCV7分钟
- Matplotlib Tutorial for Beginners 3 - How to use Subplots + How to plot vertical Bar charts15分钟
- Getting Started with Python in Atom | Python with Atom editor17分钟
- Matplotlib Tutorial for Beginners 4 - How to plot Pie Charts using Matplotlib Library15分钟
- Matplotlib Tutorial for Beginners 4 - How to plot Pie Charts using Matplotlib Library15分钟
- Python Kivy Tutorial 1 - Introduction to Kivy framework9分钟
- Python Kivy Tutorial 2 - Setup Kivy + Creating first Simple Application24分钟
- Python Kivy Tutorial 3 -Working with buttons in Kivy6分钟
第 171 至 180 节10 节课 · 1小时41分钟
- Python Kivy Tutorial 4 -Scrollview widget in Kivy11分钟
- Python Kivy Tutorial 4 -Scrollview widget in Kivy11分钟
- Scikit-Learn Tutorial 1 - Introduction6分钟
- Python Kivy Tutorial 5 - Recycler View8分钟
- PyQt5 Tutorial 1 - Introduction to PyQt54分钟
- PyQt5 Tutorial 2 - Installing PyQt5 + Create Your First PyQt5 Application18分钟
- PyQt5 Tutorial 3 - PyQt5 buttons | QPushButton Widget6分钟
- PyQt5 Tutorial 4 - PyQt5 Textbox | QLineEdit Widget15分钟
- Visualization of Sorting Algorithms | 11 Sorting Algorithms in 7 Minutes7分钟
- Regex in Natural Language Processing (NLP) | ML | Python15分钟
第 181 至 190 节10 节课 · 24小时4分钟
- Python BubbleSort Sorting Algorithm | Python Data Structures and Algorithms12分钟
- OpenCV Python Tutorial For Beginners 39 - How to Use Background Subtraction Methods in OpenCV13分钟
- OpenCV Python Tutorial For Beginners 40 - Mean Shift Object Tracking20分钟
- Matplotlib Tutorial | Python Plotting With Matplotlib | In One Video1小时24分钟
- Introduction To Natural Language Toolkit (NLTK) | NLTK Tutorial in Python9分钟
- 10 Best Visual Studio Code Extensions for Web Development | 10 Essential VSCode Extensions23分钟
- Speech Recognition in Python | Speech To Text using Python7分钟
- How to Convert Text to Speech in Python using win32com.client5分钟
- Python Tutorial for Beginners - Full Course in 12 Hours - Python Mega Course11小时46分钟
- OpenCV Python for Beginners - Full Course in 10 Hours - Learn Computer Vision with OpenCV9小时24分钟
第 191 至 200 节10 节课 · 12小时7分钟
- Scikit Learn Tutorial | Machine Learning with Python | Python Tutorial54分钟
- Python Pandas Tutorial | Learn Pandas for Python | Pandas for Data Analysis 🐼2小时51分钟
- Python Seaborn Tutorial | Data Visualization Using Seaborn in Python | Python Seaborn Tutorial36分钟
- Socket Programming in Python | Socket Programming Course | Sockets tutorial with Python 31小时23分钟
- Learn Data Science Tutorial | Data Science With Python | Python Data Science Tutorial4小时36分钟
- Loops in Python | For, While, Do While Loops | Python Course | Using Different Types of Python Loops25分钟
- Functions In Python | Declaration, Call, Return Values, Parameter Passing, Lambda Functions39分钟
- Python Closures | Understanding Python Closures | Why They Are Useful14分钟
- Python Iterators | Iterables and Iterators in Python | Python Tutorial14分钟
- Python Generators | Generators in Python | Python Tutorial for Beginners16分钟
第 201 至 210 节10 节课 · 2小时57分钟
- Python OOP Tutorials | Classes and Instances | Introduction to Object Oriented Programming OOP20分钟
- Exception Handling In Python Exceptions In Python Python Programming Tutorial30分钟
- Python File Handling | File Operations in Python | Create, Open, Append, Read, Write36分钟
- Python OOP Tutorials | Python __init__, Constructors and Self20分钟
- Python OOP Tutorials | Encapsulation in Python12分钟
- Python OOP Tutorials | Private Variables in Python | Python Private attributes and methods6分钟
- Python OOP Tutorials | Python Inheritance | Multiple Inheritance | | Types of Inheritance24分钟
- How to Install Python on Windows 1010分钟
- Python OOP Tutorials | Python super() Function | Understanding Python super()8分钟
- Python OOP Tutorials | Composition and Aggregation12分钟
第 211 至 220 节10 节课 · 18小时20分钟
- Python OOP Tutorials | Abstract Classes in Python | Abstract Base Classes (ABC)8分钟
- Python Decorators | Decorators in Python | How to Use it and Why20分钟
- Python OOP Tutorials | Operator Overloading in Python | Python Operator Overloading17分钟
- How To Use the Python Debugger29分钟
- How to Create Image & Audio CAPTCHA in Python8分钟
- How to get Phone Number Information using Python16分钟
- PyTesseract: Python Optical Character Recognition | Using Tesseract OCR with Python13分钟
- Learn OPENCV in 9 Hours with Python9小时24分钟
- How to Install PyCharm on Mac8分钟
- Python Django Tutorial | Full Course for Beginners6小时58分钟
第 221 至 230 节10 节课 · 38小时57分钟
- Learn NumPy in One Video52分钟
- Python Socket Programming Tutorial1小时23分钟
- Install Anaconda Python, Jupyter Notebook And Spyder on Windows 1114分钟
- Install Anaconda Python, Jupyter Notebook on MacOS9分钟
- Tkinter Tutorial - Full Course3小时11分钟
- NumPy Tutorial - FULL COURSE6小时48分钟
- Python Programming Tutorial - Full Course9小时47分钟
- Python Django Tutorial | Full Course6小时58分钟
- Python OpenCV for Beginners - Full Course - Learn Computer Vision9小时24分钟
- Debugging Python with Visual Studio Code (VSCode)12分钟
第 231 至 239 节9 节课 · 2小时46分钟
- How to Debug Your Python Code with the Python Debugger (pdb)29分钟
- How To Install Pandas in PyCharm2分钟
- How To Install Matplotlib In PyCharm4分钟
- Install Anaconda Python, Jupyter Notebook, Spyder on Ubuntu Linux9分钟
- Build Face Detection with Python using OpenCV (With link to the code)12分钟
- Build Eye Detection with Python using OpenCV (With link to the code)7分钟
- Learn Socket Programming in Python | TCP and UDP sockets Client/Server Socket in Python1小时23分钟
- Install Anaconda Python, Jupyter Notebook And Spyder on Mac / MacOS11分钟
- How To Install Anaconda Python, Jupyter Notebook And Spyder on Windows 11 (2026)9分钟
需要什么
- 无需基础:课程从零讲起。
课程介绍
Python Object Oriented - Learning Python in simple and easy steps ,python,xml,script,install, A beginner's tutorial containing complete knowledge of Python Syntax Object Oriented Language, Methods, Tuples,Learn,Python,Tutorial,Interactive,Free, Tools/Utilities,Getting the most popular pages from your Apache logfile,Make your life easier with Virtualenvwrapper,This site now runs on Django,PythonForBeginners.com has a new owner,How to use Pillow, a fork of PIL,How to use the Python Imaging Library,Python Websites and Tutorials,How to use Envoy,Using Feedparser in Python,Subprocess and Shell Commands in Python, Exceptions Handling, Sockets, GUI, Extentions, XML Programming
适合谁
- 从零开始学Python的人。
这两项是我们根据课程难度得出的判断,课程介绍是作者本人写的。