Login

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

Learn Python – Full Course for Beginners [Tutorial]

This course will give you a full introduction into all of the core concepts in python. Follow along with the videos and you’ll be a python programmer in no time!
Want more from Mike? He’s starting a coding RPG/Bootcamp –

⭐️ Contents ⭐
⌨️ (0:00) Introduction
⌨️ (1:45) Installing Python & PyCharm
⌨️ (6:40) Setup & Hello World
⌨️ (10:23) Drawing a Shape
⌨️ (15:06) Variables & Data Types
⌨️ (27:03) Working With Strings
⌨️ (38:18) Working With Numbers
⌨️ (48:26) Getting Input From Users
⌨️ (52:37) Building a Basic Calculator
⌨️ (58:27) Mad Libs Game
⌨️ (1:03:10) Lists
⌨️ (1:10:44) List Functions
⌨️ (1:18:57) Tuples
⌨️ (1:24:15) Functions
⌨️ (1:34:11) Return Statement
⌨️ (1:40:06) If Statements
⌨️ (1:54:07) If Statements & Comparisons
⌨️ (2:00:37) Building a better Calculator
⌨️ (2:07:17) Dictionaries
⌨️ (2:14:13) While Loop
⌨️ (2:20:21) Building a Guessing Game
⌨️ (2:32:44) For Loops
⌨️ (2:41:20) Exponent Function
⌨️ (2:47:13) 2D Lists & Nested Loops
⌨️ (2:52:41) Building a Translator
⌨️ (3:00:18) Comments
⌨️ (3:04:17) Try / Except
⌨️ (3:12:41) Reading Files
⌨️ (3:21:26) Writing to Files
⌨️ (3:28:13) Modules & Pip
⌨️ (3:43:56) Classes & Objects
⌨️ (3:57:37) Building a Multiple Choice Quiz
⌨️ (4:08:28) Object Functions
⌨️ (4:12:37) Inheritance
⌨️ (4:20:43) Python Interpreter

Course developed by Mike Dane. Check out his YouTube channel for more great programming courses:

?Follow Mike on Twitter –

?If you liked this video, Mike accepts donations on his website:

⭐️Other full courses by Mike Dane on our channel ⭐️
?C:
?C++:
?SQL:
?Ruby:
?PHP:
?C#:

python training course, python course, python online course, python training, best python course, python course for beginners, python certification course, python programming course, python online training, python online classes, python coding certification

Learn to code for free and get a developer job:

Read hundreds of articles on programming:

And subscribe for new videos on technology every day:

https://www.educational.guru

70 comments

  1. Bilal Zafar Show

    Excellent demonstration. However, adding real life examples of the uses of these concepts would have taken this video to a whole new level. For instance, where is loop used? Where do we need all the numbers printed out till the loop ends? What kind of organization, service, and format is each of your demonstrated concepts executed in? That remains to be discovered even after watching this video. Nevertheless, can’t thank the teacher enough for covering so much of Python in this video

    1. Alan Neuapane

      @Mark Aylward-Nally exactly bro. And since I completed this session and have a clear understanding of these base and blocks can you recommend me next chapter where I can start writing code for real like project? Now I would like to build a project and don’t have idea on how can I use these important basic knowledge to construct a meaningful project. What are other things I need to learn to become a programmer after completing this chapter. Thanks I’m advance. I would appreciate if you can find me a link that acts as advance squeal of this session.

    1. AKBAR THE GENERALIST

      hi there man , nice video . i got a question . Why doesn’t the python website put hardware requirements for the versions , to make it easier for people to download the compatible version their hardware can handle . by the way im going for 3.10.4 latest version would love to know the hardware requirements . thanks .

  2. Nehal Verma

    I started my professional journey 3 years back from this python series and today am a Data Science Trainer. All the credit goes to this guy for setting up the base so strong. Thankyou so much for sharing so valuable content for free. God bless you abundantly!

    1. Ariel Soto

      @x LatinAssazzin So far, I did to get a better understanding of Python. For Data Analysis, Python is NOT needed. However, it can be used to update data that is constantly changing, so Python would do all the job for you

    1. Epoch Seven

      @Brad1980 Maybe OP is a polymath or just someone who loves to learn for the sake of learning. As you get older, “exercising” your brain through learning can possibly delay the onset of dementia/Alzheimer’s.

  3. J.Afonso

    Note to myself:
    Day 1 of learning Python: 1:03:41 (Lists)
    Day 2 of learning Python: 2:07:19 (Dictionaries)
    Day 3 of learning Python: 2:32:44 (For Loops)
    Day 4: No time to learn
    Day 5: No time to learn
    Day 6: Finished the course!!!! LET’S GO!

    Extra edit: Guys why do I have 30+ likes and 14 comments on a note to remind myself where I stopped? Lmao ?

    1. OT7 FANFICS

      @J.Afonso oo…But I am a high school girl…I just am doing it as a hobby, but srsly taking it….I also have privates, school, and I need to study myself too….I just can’t have time but it’s fine I can do it….Also I just don’t watch video..I do it myself too and also take notes(just incase)..so 1hour in this video is actually nearly using 2 hours for me:)

    1. Eric Markis

      @YouKilledAbout53Cats for me it covers everything you need to know to get started. Like it says, it’s for BEGINNERS. Don’t expect to be writing a full fledge program. Python has LOTS of add ons from what I’ve learnt but this will def get you going and give you a good base

  4. sindid 169

    0:00 introduction
    1:45 installing python and pycharm
    6:40 setup and hello world
    10:23 Drawing a shape
    15:06 Variables and Data types
    27:03 Working with strings
    38:18 Working with numbers
    48:26 Getting input from users
    52:37 building a basic calculator
    58:27 Mad libs Game
    1:03:10 Lists
    1:10:44 List Functions
    1:18:57 Tuples
    1:24:15 Functions
    1:34:11 Return statement
    1:40:06 If statement
    1:54:07 If statements and comparisons
    2:00:37 Building a better calculator
    2:07:17 Dictionaries
    2:14:13 While loop
    2:20:21 Building a Guessing game
    2:32:44 For loop
    2:41:20 Exponent Function
    2:47:13 2D lists and nested loop
    2:52:41 Building a Translator
    3:00:18 Comments
    3:04:17 Try/Except
    3:12:41 Reading Files
    3:21:26 Writing a file
    3:28:13 Modules and pip
    3:43:56 Classes and Objects
    3:57:37 Building a Multiple choice quiz
    4:08:28 Object Function
    4:12:37 Inheritance
    4:20:43 Python interpreter
    …Thank you…

  5. Shika Stormcrow

    I absolutely love this so far. Only 15mins in and I’ve grasped the basics. Love how you literally explain *everything* step by step, so that absolutely *anyone* regardless of their career field or skill set can understand.
    I’m hoping to learn coding and if I enjoy it, then step into a new career in programming, doing something fulfilling not only for myself but also helping wider society. (I feel a bit like Aloy from the Horizon games fiddling around with machines! ?)
    Thank you so much for sharing this ?. Cannot wait to see all the other vids.
    *Goes back to watching*

  6. Bo Knows

    0:00 introduction
    1:45 installing python and pycharm
    6:40 setup and hello world
    10:23 Drawing a shape
    15:06 Variables and Data types
    27:03 Working with strings
    38:18 Working with numbers
    48:26 Getting input from users
    52:37 building a basic calculator
    58:27 Mad libs Game
    1:03:10 Lists
    1:10:44 List Functions
    1:18:57 Tuples
    1:24:15 Functions
    1:34:11 Return statement
    1:40:06 If statement
    1:54:07 If statements and comparisons
    2:00:37 Building a better calculator
    2:07:17 Dictionaries
    2:14:13 While loop
    2:20:21 Building a Guessing game
    2:32:44 For loop
    2:41:20 Exponent Function
    2:47:13 2D lists and nested loop
    2:52:41 Building a Translator
    3:00:18 Comments
    3:04:17 Try/Except
    3:12:41 Reading Files
    3:21:26 Writing a file
    3:28:13 Modules and pip
    3:43:56 Classes and Objects
    3:57:37 Building a Multiple choice quiz
    4:08:28 Object Function
    4:12:37 Inheritance
    4:20:43 Python interpreter
    …Thank you…

    1. Sanguine

      ⭐ Contents ⭐
      ⌨ (0:00) Introduction
      ⌨ (1:45) Installing Python & PyCharm
      ⌨ (6:40) Setup & Hello World
      ⌨ (10:23) Drawing a Shape
      ⌨ (15:06) Variables & Data Types
      ⌨ (27:03) Working With Strings
      ⌨ (38:18) Working With Numbers
      ⌨ (48:26) Getting Input From Users
      ⌨ (52:37) Building a Basic Calculator
      ⌨ (58:27) Mad Libs Game
      ⌨ (1:03:10) Lists
      ⌨ (1:10:44) List Functions
      ⌨ (1:18:57) Tuples
      ⌨ (1:24:15) Functions
      ⌨ (1:34:11) Return Statement
      ⌨ (1:40:06) If Statements
      ⌨ (1:54:07) If Statements & Comparisons
      ⌨ (2:00:37) Building a better Calculator
      ⌨ (2:07:17) Dictionaries
      ⌨ (2:14:13) While Loop
      ⌨ (2:20:21) Building a Guessing Game
      ⌨ (2:32:44) For Loops
      ⌨ (2:41:20) Exponent Function
      ⌨ (2:47:13) 2D Lists & Nested Loops
      ⌨ (2:52:41) Building a Translator
      ⌨ (3:00:18) Comments
      ⌨ (3:04:17) Try / Except
      ⌨ (3:12:41) Reading Files
      ⌨ (3:21:26) Writing to Files
      ⌨ (3:28:13) Modules & Pip
      ⌨ (3:43:56) Classes & Objects
      ⌨ (3:57:37) Building a Multiple Choice Quiz
      ⌨ (4:08:28) Object Functions
      ⌨ (4:12:37) Inheritance
      ⌨ (4:20:43) Python Interpreter

  7. Nicole Hickman-Calix

    Mike, you have a gift of explaining Python programming in an “easy to understand” and “easy to follow” approach. I so appreciate your video tutorial. I can easily understand python concepts you cover in this tutorial and apply them in my practice. Thanks so much!!!!

  8. prajwal srinivas

    This course is equivalent to a semester of a class in undergrad school. This is so beautifully and clearly explained. Thank you very much for such an amazing course, that too available for free!

  9. dfasfaf adfsafsfs

    Amazing. Just Amazing. This course was taught very professionally and yet kept everything easy to understand even for a 15 year old like me who has never coded ever. All the topics from start to finish were explained very well and he got straight to the point with each lesson.

Leave a Comment

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

*
*