موضوعهای مرتبط
این دوره شامل
- 163 ساعت 19 دقیقه ویدیو
- 224 درس
- سطح: مقدماتی
- زبان: English
- یادمان میماند کجا بودی
- کاملاً رایگان، بدون کارت
درسها
23 بخش · 224 درس · 163 ساعت 19 دقیقه مدت کل
درسهای 1 تا 1010 درس · 1 ساعت 43 دقیقه
- 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 دقیقه
- 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 دقیقه
- Install Anaconda Python, Jupyter Notebook And Spyder on Windows 1013 دقیقه
- How To Install PyCharm In Ubuntu 18.04/ Ubuntu 20.04 + Create and Run First Python Project10 دقیقه
درسهای 11 تا 2010 درس · 1 ساعت 49 دقیقه
- Install Anaconda Python, Jupyter Notebook, Spyder on Ubuntu Linux14 دقیقه
- Install Anaconda Python, Jupyter Notebook And Spyder on Mac11 دقیقه
- 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 دقیقه
- Python Tutorial for Beginners 14 - Python Tuples7 دقیقه
- Python Tutorial for Beginners 15 - Python Sets14 دقیقه
- Python Tutorial for Beginners 16 - Python Dictionary9 دقیقه
درسهای 21 تا 3010 درس · 1 ساعت 37 دقیقه
- 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 دقیقه
- 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 دقیقه
درسهای 31 تا 4010 درس · 1 ساعت 36 دقیقه
- 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 دقیقه
- 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 دقیقه
درسهای 41 تا 5010 درس · 1 ساعت 52 دقیقه
- 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 دقیقه
- 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 دقیقه
درسهای 51 تا 6010 درس · 3 ساعت 35 دقیقه
- 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 دقیقه
- Python Tutorial for Beginners 52 - How to use PyCharm to debug Python code9 دقیقه
- 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 دقیقه
- OpenCV Python Tutorial - Find Lanes for Self-Driving Cars (Computer Vision Basics Tutorial)1 ساعت 26 دقیقه
درسهای 61 تا 7010 درس · 2 ساعت 29 دقیقه
- 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 دقیقه
- Python Thread Tutorial For Beginners 1 - Introduction to multithreading in Python10 دقیقه
- Python Thread Tutorial For Beginners 2 - thread module in Python 313 دقیقه
- Python Thread Tutorial For Beginners 3 - threading module in Python 311 دقیقه
- Python Thread Tutorial For Beginners 4 - How to use a thread in a subclass12 دقیقه
- Real-World Python Deep Learning Projects37 دقیقه
درسهای 71 تا 8010 درس · 5 ساعت 42 دقیقه
- Learn Computer Vision with Python and OpenCV10 دقیقه
- How to be a Good Software Developer / Coder / Programmer19 دقیقه
- Object-Oriented Programming (OOP) in Python 3 | Python Object Oriented Programming Tutorial2 ساعت 16 دقیقه
- Python Tutorial : Data Structures (list, dict, tuples, sets, strings)1 ساعت 3 دقیقه
- 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 Thread Tutorial For Beginners 5 - Thread Synchronization Using Locks11 دقیقه
- Install Anaconda Python, Jupyter Notebook, Spyder on Windows 10, Mac and Ubuntu 18.4 Linux37 دقیقه
درسهای 81 تا 9010 درس · 3 ساعت 1 دقیقه
- OpenCV Python Tutorial For Beginners 1 - Introduction to OpenCV6 دقیقه
- 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 دقیقه
درسهای 91 تا 10010 درس · 11 ساعت 59 دقیقه
- Tkinter Python GUI Tutorial For Beginners 5 - Entry Widget, ComboBox widget, Tkinter Image22 دقیقه
- 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 دقیقه
درسهای 101 تا 11010 درس · 3 ساعت 17 دقیقه
- OpenCV Python Tutorial For Beginners 18 - Smoothing Images | Blurring Images OpenCV18 دقیقه
- 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 دقیقه
درسهای 111 تا 12010 درس · 5 ساعت 38 دقیقه
- OpenCV Python Tutorial For Beginners 22 - Image Blending using Pyramids in OpenCV22 دقیقه
- 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 27 - Template matching using OpenCV in Python19 دقیقه
درسهای 121 تا 13010 درس · 2 ساعت 16 دقیقه
- 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 دقیقه
- 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 دقیقه
درسهای 131 تا 14010 درس · 1 ساعت 43 دقیقه
- 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 دقیقه
- 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 دقیقه
درسهای 141 تا 15010 درس · 3 ساعت 25 دقیقه
- 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 دقیقه
- 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 دقیقه
درسهای 151 تا 16010 درس · 32 ساعت 39 دقیقه
- 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 دقیقه
- 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 دقیقه
درسهای 161 تا 17010 درس · 3 ساعت 12 دقیقه
- 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 دقیقه
- 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 دقیقه
درسهای 171 تا 18010 درس · 11 ساعت 31 دقیقه
- How to Install Python on Windows 1010 دقیقه
- Python OOP Tutorials | Python super() Function | Understanding Python super()8 دقیقه
- Python OOP Tutorials | Composition and Aggregation12 دقیقه
- 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 دقیقه
- Learn OPENCV in 9 Hours with Python9 ساعت 24 دقیقه
درسهای 181 تا 19010 درس · 14 ساعت 54 دقیقه
- How to Install PyCharm on Mac8 دقیقه
- Python Django Tutorial | Full Course for Beginners6 ساعت 58 دقیقه
- Learn NumPy in One Video52 دقیقه
- Python Socket Programming Tutorial1 ساعت 23 دقیقه
- Python for Android | How To Run Python Programs On Android12 دقیقه
- Seaborn Tutorial36 دقیقه
- Python Pandas Tutorial2 ساعت 51 دقیقه
- How to Create Bar Chart in Python using Matplotlib15 دقیقه
- Implementing Commonly Used Machine Learning Algorithms using Scikit-Learn1 ساعت 25 دقیقه
- Drawing a Pie Chart using Python Matplotlib15 دقیقه
درسهای 191 تا 20010 درس · 11 ساعت 32 دقیقه
- How to Create a Stack Plot in Matplotlib with Python11 دقیقه
- Python Requests Tutorial | How To Get Started With the Requests Library in Python9 دقیقه
- How to install PyCharm on Ubuntu (Linux)9 دقیقه
- How to Install Python on Windows 1114 دقیقه
- How to Install PyCharm IDE on Windows 118 دقیقه
- How to Set Up Python in Visual Studio Code on Windows 11 | VSCode Python Development Basics20 دقیقه
- 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 دقیقه
درسهای 201 تا 21010 درس · 31 ساعت 8 دقیقه
- Python Programming Tutorial - Full Course9 ساعت 47 دقیقه
- Python Django Tutorial | Full Course6 ساعت 58 دقیقه
- Python OpenCV for Beginners - Full Course - Learn Computer Vision9 ساعت 24 دقیقه
- Mastering Data Analysis with Pandas: A Comprehensive Course | Python Pandas Tutorial2 ساعت 32 دقیقه
- Mastering Data Visualization with Pandas: A Step-by-Step Guide1 ساعت 32 دقیقه
- How To Install NumPy In PyCharm3 دقیقه
- Set Up Python Virtual Environment In Visual Studio Code (VS Code) | VSCode activate venv8 دقیقه
- How To Install OpenCV in PyCharm3 دقیقه
- Debugging Python with Visual Studio Code (VSCode)12 دقیقه
- How to Debug Your Python Code with the Python Debugger (pdb)29 دقیقه
درسهای 211 تا 22010 درس · 2 ساعت 20 دقیقه
- How To Install Pandas in PyCharm2 دقیقه
- How To Install Matplotlib In PyCharm4 دقیقه
- How To Install Pandas in Visual Studio Code on Windows 116 دقیقه
- How To Install OpenCV Python in Visual Studio Code (Windows 11)7 دقیقه
- Install Anaconda Python, Jupyter Notebook, Spyder on Ubuntu Linux9 دقیقه
- Learn Socket Programming in Python | TCP and UDP sockets Client/Server Socket in Python1 ساعت 23 دقیقه
- Set Up Python Virtual Environment In Visual Studio Code (VS Code) On Mac | VSCode activate venv7 دقیقه
- How To Install Pandas in Visual Studio Code on Mac | Install Pandas in VSCode on MacOS6 دقیقه
- Install Anaconda Python, Jupyter Notebook And Spyder on Mac / MacOS11 دقیقه
- How To Install OpenCV Python in Visual Studio Code on Mac | Install OpenCV in VSCode on MacOS4 دقیقه
درسهای 221 تا 2244 درس · 4 ساعت 21 دقیقه
- How To Set Up Python Virtual Environment (venv) In Visual Studio Code (VS Code) On Windows 114 دقیقه
- How To Install Pandas in Visual Studio Code3 دقیقه
- Complete Pandas Crash Course | Learn Python Pandas for Data Science4 ساعت 5 دقیقه
- How To Install Anaconda Python, Jupyter Notebook And Spyder on Windows 11 (2026)9 دقیقه
چه چیزی لازم است
- به دانش قبلی نیاز نیست: دوره از صفر شروع میشود.
توضیحات
How To Code in Python 3.Welcome to the Course On Python 3 Tutorial for Beginners. Feel the real power of Python and programming! The course offers you a unique approach of learning how to code by solving real world problems. Throughout the course we will be understanding how to identify and formulate the problems, what is the key to a great app, we will learn how to efficiently adopt the problem for the computer and the most important that you will be writing a lot of code! The course is structured in a way that lectures are like labs where we study the material, do the quizzes, write programs and test them! The most important that you will be involved into work a lot in order to get the best experience! Learn Python at easy to understand steps. Python is one of top 5 programming languages today. If you want to pursue a career, this language is a must for you. This course has been created for beginners. You will start the training from the ground up and will get to know the python language and its potential in and out. In this Python for Beginners course, Instructor will teach you how to quickly write your first program in Python! You will also learn how to create custom modules an
این دوره برای چه کسی است
- کسانی که Python را از صفر شروع میکنند.
این دو مورد برداشت ما از سطح دوره است. توضیحات از خود نویسنده است.