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!

38 Responses

  1. That you so much for zooming in on your work!!! I watch this during down time on my iPhone at work. I’m 46 and just starting to learn Python. I will probably use it to automate tasks and/or get into Data Science later. I have spent the last year off/on learning HTML/CSS/JavaScript (the Holy Trinity of Front End Web Dev). I’ve spent my career as a QC/QA Lab Tech at various pharmaceutical companies, and I would like to spend my second act in a more flexible field. My ultimate dream is to work remotely as a front end or full stack web dev. Good luck to everyone out there learning Python!

  2. Thank you. I actually learned a lot about Python, but actually, I did not listen all the way to the end because I actually became annoyed by the word "actually." You could actually delete every "actually, and your video would actually be quite a bit shorter, and it would actually be even more brilliant. Actually, you did a great job. I appreciate your attention to detail and your passion for Python.

  3. ⭐️ 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
    here it is!

  4. I saw the tutorial but I cannot import any modules.
    I have python 3.8 for windows. I updated pip, I installed many modules, e.g. numpy, by typing in the terminal “pip install numpy”, I can even see the numpy module in Pycharm in “External Libraries – Lib – Site Packages – numpy, but once I type numpy at Pycharm I received the error message “no module named Pycharm”.

  5. Can someone please tell me, in layman's terms, why we use return statements instead of printing with parentheses? I do get 27 if I run
    def cube(num):
    print(num*num*num)
    cube(3)

Leave a Reply to TruzS2 Cancel reply

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