Login

Lost your password?
Don't have an account? Sign Up

Full Python Programming Course | Python Tutorial for Beginners | Learn Python

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.

✔ Contents ✔
? (0:01:00) 0 – Course Introduction
? (0:02:29) 1 – Introduction to Python (For Absolute Beginners)
? (0:10:41) 2 – How to Install Python 3 on Windows 10
? (0:16:19) 3 – Basic Math, Mathematical Operators and Python Expressions
? (0:28:40) 4 – Python Variables and Types
? (0:40:37) 5 – Python print() and input() Function
? (0:53:05) 6 – Python Built-in Functions and Built-in Module
? (1:00:10) 7 – Creating and Executing your First Python Script (Run .py file)
? (1:12:36) 8 – Install PyCharm ( Python IDE ) on Windows 10 + First Project
? (1:20:36) 9 – Python Strings and Comments
? (1:35:14) 10 – Boolean, Comparison Operators and Logical Operators in Python
? (1:46:08) 11 – Python IF ELSE Statements
? (1:54:53) 12 – Python IF…ELIF…ELSE Statements + nested IF statements
? (2:03:41) 13 – Python Lists
? (2:13:37) 14 – Python Tuples
? (2:20:22) 15 – Python Sets
? (2:33:54) 16 – Python Dictionary
? (2:42:59) 17 – Python Slice and Negative index
? (2:53:44) 18 – Python while Loop
? (3:03:50) 19 – Python for Loop
? (3:11:43) 20 – Python break, continue statement
? (3:18:28) 21 – Python Functions
? (3:30:47) 22 – Default Arguments, *args and **kwargs (Variable-length Arguments)
? (3:38:27) 23 – Introduction to Object-Oriented Programming (OOP)
? (3:48:24) 24 – Classes and Objects in Python (OOP)
? (3:58:23) 25 – Python __init__ and self in class
? (4:10:18) 26 – Is it possible to define multiple constructors in Python?
? (4:18:14) 27 – Python Encapsulation
? (4:29:39) 28 – Private methods in Python
? (4:35:48) 29 – Python Inheritance
? (4:50:47) 30 – How To Create Modules in Python 3
? (5:03:10) 31 – Python Multiple Inheritance
? (5:08:38) 32 – Python super()
? (5:16:15) 33 – Python Composition
? (5:21:51) 34 – Python Aggregation + Difference in Aggregation and Composition
? (5:28:54) 35 – Python Abstract Classes
? (5:37:16) 36 – Python Exception handling + Python Try Except
? (5:52:06) 37 – Try Except Else Finally (Python Exception handling)
? (5:57:47) 38 – Raising Exceptions In Python
? (6:03:50) 39 – Raising Custom Exceptions (Writing and Using Custom Exceptions)
? (6:08:30) 40 – Idea behind : if __name__ == "__main__"
? (6:15:38) 41 – Create a Text File and Write in It Using Python
? (6:28:50) 42 – Reading Files in Python
? (6:40:13) 43 – Working With JSON Data in Python
? (6:52:00) 44 – Python Iterators
? (7:06:19) 45 – Python Generators
? (7:22:13) 46 – Command Line Arguments in Python with argparse
? (7:40:24) 47 – Lambda, filter, reduce and map
? (7:58:54) 48 – Python Closures + nested functions
? (8:12:37) 49 – Python Decorators
? (8:32:25) 50 – Python Operator Overloading
? (8:49:06) 51 – An Introduction to Python Debugger (pdb)
? (9:10:00) 52 – How to use PyCharm to debug Python code
? (9:18:16) 53 – How to use Pip and PyPI for managing Python packages
? (9:25:55) 54 – How to Install Pip packages using PyCharm
? (9:30:51) 55 – Global, Local and Nonlocal variables in Python

#Python, #MachineLearning, #WebDevelopment
Feel the real power of Python and programming! This is a Python tutorial for beginners to learn Python programming from scratch. 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.

★★★Top Online Courses From ProgrammingKnowledge ★★★
Python Programming Course ➡️ ⚫️
Java Programming Course ➡️ ⚫️
Bash Shell Scripting Course ➡️ ⚫️
Linux Command Line Tutorials ➡️ ⚫️
C Programming Course ➡️ ⚫️
C++ Programming Course ➡️ ⚫️
PHP Programming Course ➡️ ⚫️
Android Development Course ➡️ ⚫️

★★★ Follow ★★★
My Website –

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!

https://www.educational.guru

29 comments

    1. Shubham Khobragade

      @Night Fury yes, obviously. Learning anything, especially skills that will get you a job take time – hours, days, months, even years. Brace yourself and get started on this journey.

    2. Shubham Khobragade

      @Night Fury once you are comfortable with beginner topics, it’s time to apply the learning and create projects. Next, you can learn intermediate /advanced topics, again create some advanced projects. Keep learning, it will never stop.

    3. Night Fury

      @Shubham Khobragade thank you so much for the replys and advice ! I’m planning to learn C# or C++ since I’m taking C at college and both are based on C and they’re mainly for making games, I’m really excited to start even tho I’m kinda lost but it will eventually work out, have a great day!

  1. Elaine Allaga

    Thank you for this tutorial, very easy to understand and the topics in each video was explained well. I already learned c++ , now i’m still learning python and this video helps me a lot.

  2. deep

    ? (0:01:00) 0 – Course Introduction
    ? (0:02:29) 1 – Introduction to Python (For Absolute Beginners)
    ? (0:10:41) 2 – How to Install Python 3 on Windows 10
    ? (0:16:19) 3 – Basic Math, Mathematical Operators and Python Expressions
    ? (0:28:40) 4 – Python Variables and Types
    ? (0:40:37) 5 – Python print() and input() Function
    ? (0:53:05) 6 – Python Built-in Functions and Built-in Module
    ? (1:00:10) 7 – Creating and Executing your First Python Script (Run .py file)
    ? (1:12:36) 8 – Install PyCharm ( Python IDE ) on Windows 10 + First Project
    ? (1:20:36) 9 – Python Strings and Comments
    ? (1:35:14) 10 – Boolean, Comparison Operators and Logical Operators in Python
    ? (1:46:08) 11 – Python IF ELSE Statements
    ? (1:54:53) 12 – Python IF…ELIF…ELSE Statements + nested IF statements
    ? (2:03:41) 13 – Python Lists
    ? (2:13:37) 14 – Python Tuples
    ? (2:20:22) 15 – Python Sets
    ? (2:33:54) 16 – Python Dictionary
    ? (2:42:59) 17 – Python Slice and Negative index
    ? (2:53:44) 18 – Python while Loop
    ? (3:03:50) 19 – Python for Loop
    ? (3:11:43) 20 – Python break, continue statement
    ? (3:18:28) 21 – Python Functions
    ? (3:30:47) 22 – Default Arguments, *args and **kwargs (Variable-length Arguments)
    ? (3:38:27) 23 – Introduction to Object-Oriented Programming (OOP)
    ? (3:48:24) 24 – Classes and Objects in Python (OOP)
    ? (3:58:23) 25 – Python __init__ and self in class
    ? (4:10:18) 26 – Is it possible to define multiple constructors in Python?
    ? (4:18:14) 27 – Python Encapsulation
    ? (4:29:39) 28 – Private methods in Python
    ? (4:35:48) 29 – Python Inheritance
    ? (4:50:47) 30 – How To Create Modules in Python 3
    ? (5:03:10) 31 – Python Multiple Inheritance
    ? (5:08:38) 32 – Python super()
    ? (5:16:15) 33 – Python Composition
    ? (5:21:51) 34 – Python Aggregation + Difference in Aggregation and Composition
    ? (5:28:54) 35 – Python Abstract Classes
    ? (5:37:16) 36 – Python Exception handling + Python Try Except
    ? (5:52:06) 37 – Try Except Else Finally (Python Exception handling)
    ? (5:57:47) 38 – Raising Exceptions In Python
    ? (6:03:50) 39 – Raising Custom Exceptions (Writing and Using Custom Exceptions)
    ? (6:08:30) 40 – Idea behind : if __name__ == “__main__”
    ? (6:15:38) 41 – Create a Text File and Write in It Using Python
    ? (6:28:50) 42 – Reading Files in Python
    ? (6:40:13) 43 – Working With JSON Data in Python
    ? (6:52:00) 44 – Python Iterators
    ? (7:06:19) 45 – Python Generators
    ? (7:22:13) 46 – Command Line Arguments in Python with argparse
    ? (7:40:24) 47 – Lambda, filter, reduce and map
    ? (7:58:54) 48 – Python Closures + nested functions
    ? (8:12:37) 49 – Python Decorators
    ? (8:32:25) 50 – Python Operator Overloading
    ? (8:49:06) 51 – An Introduction to Python Debugger (pdb)
    ? (9:10:00) 52 – How to use PyCharm to debug Python code
    ? (9:18:16) 53 – How to use Pip and PyPI for managing Python packages
    ? (9:25:55) 54 – How to Install Pip packages using PyCharm
    ? (9:30:51) 55 – Global, Local and Nonlocal variables in Python

  3. Ravi Thothadri

    Just finished the first hour of lecture. I am at the point of taing user input using input function. So excellent. Anyone can understand and learn. Thanks Bro and may the God bless you.

  4. alex cai

    You programming tutorial is absolutely the greatest on the net, but I was wondering is there any exercises or project you can guide us to work through, so that way we can use the knowledge we learned from you to put into the real world, I am currently learn C and Python from your tutorials, thanks again!

  5. ROHINI V

    great tutorials!!! im following all your videos and i learnt c,java now im learning python ……lots of appreciation sir but one request please upload django tutorials please ………thanks for providing good knowledge hope this channel has helped so many people who wants to learn programming ……:)

  6. Ojesvi Kanumuri

    36:12 – There’s a small problem with your interpretation. 10e10 is not 10 power 10 rather it is 10*(10 power 10). e is 10, I checked it for other values. For example, when you input 2e3 then the answer shown is 2000 which is possible when e equals 10.

  7. Don Cherf

    Just a note: the Python help function says that Set.pop() removes an arbitrary element from Set, but in over 200 tests, it always popped the first element. (You discussed Set.pop() at 2:25:40.)

  8. Honey Bharati

    ? (0:01:00) 0 – Course Introduction
    ? (0:02:29) 1 – Introduction to Python (For Absolute Beginners)
    ? (0:10:41) 2 – How to Install Python 3 on Windows 10
    ? (0:16:19) 3 – Basic Math, Mathematical Operators and Python Expressions
    ? (0:28:40) 4 – Python Variables and Types
    ? (0:40:37) 5 – Python print() and input() Function
    ? (0:53:05) 6 – Python Built-in Functions and Built-in Module
    ? (1:00:10) 7 – Creating and Executing your First Python Script (Run .py file)
    ? (1:12:36) 8 – Install PyCharm ( Python IDE ) on Windows 10 + First Project
    ? (1:20:36) 9 – Python Strings and Comments
    ? (1:35:14) 10 – Boolean, Comparison Operators and Logical Operators in Python
    ? (1:46:08) 11 – Python IF ELSE Statements
    ? (1:54:53) 12 – Python IF…ELIF…ELSE Statements + nested IF statements
    ? (2:03:41) 13 – Python Lists
    ? (2:13:37) 14 – Python Tuples
    ? (2:20:22) 15 – Python Sets
    ? (2:33:54) 16 – Python Dictionary
    ? (2:42:59) 17 – Python Slice and Negative index
    ? (2:53:44) 18 – Python while Loop
    ? (3:03:50) 19 – Python for Loop
    ? (3:11:43) 20 – Python break, continue statement
    ? (3:18:28) 21 – Python Functions
    ? (3:30:47) 22 – Default Arguments, *args and **kwargs (Variable-length Arguments)
    ? (3:38:27) 23 – Introduction to Object-Oriented Programming (OOP)
    ? (3:48:24) 24 – Classes and Objects in Python (OOP)
    ? (3:58:23) 25 – Python __init__ and self in class
    ? (4:10:18) 26 – Is it possible to define multiple constructors in Python?
    ? (4:18:14) 27 – Python Encapsulation
    ? (4:29:39) 28 – Private methods in Python
    ? (4:35:48) 29 – Python Inheritance
    ? (4:50:47) 30 – How To Create Modules in Python 3
    ? (5:03:10) 31 – Python Multiple Inheritance
    ? (5:08:38) 32 – Python super()
    ? (5:16:15) 33 – Python Composition
    ? (5:21:51) 34 – Python Aggregation + Difference in Aggregation and Composition
    ? (5:28:54) 35 – Python Abstract Classes
    ? (5:37:16) 36 – Python Exception handling + Python Try Except
    ? (5:52:06) 37 – Try Except Else Finally (Python Exception handling)
    ? (5:57:47) 38 – Raising Exceptions In Python
    ? (6:03:50) 39 – Raising Custom Exceptions (Writing and Using Custom Exceptions)
    ? (6:08:30) 40 – Idea behind : if __name__ == “__main__”
    ? (6:15:38) 41 – Create a Text File and Write in It Using Python
    ? (6:28:50) 42 – Reading Files in Python
    ? (6:40:13) 43 – Working With JSON Data in Python
    ? (6:52:00) 44 – Python Iterators
    ? (7:06:19) 45 – Python Generators
    ? (7:22:13) 46 – Command Line Arguments in Python with argparse
    ? (7:40:24) 47 – Lambda, filter, reduce and map
    ? (7:58:54) 48 – Python Closures + nested functions
    ? (8:12:37) 49 – Python Decorators
    ? (8:32:25) 50 – Python Operator Overloading
    ? (8:49:06) 51 – An Introduction to Python Debugger (pdb)
    ? (9:10:00) 52 – How to use PyCharm to debug Python code
    ? (9:18:16) 53 – How to use Pip and PyPI for managing Python packages
    ? (9:25:55) 54 – How to Install Pip packages using PyCharm
    ? (9:30:51) 55 – Global, Local and Nonlocal variables in Python

  9. Awesomedude

    Thx for the vid! It was pretty helpful and well explained. I just wanted to add that you can also use BEDMAS (Brackets, Exponents, Division, Multiplication, Addition, Subtraction), which is pretty much the same thing; it just uses 2 different letters.

Leave a Comment

Your email address will not be published. Required fields are marked *

*
*