Intro to Python Livestream – Python Basics with Sam



Learn the basics of Python live from Sam Focht every Tuesday. This is part of a series that will cover the entire Python Programming language.

Check out Sam’s YouTube channel: https://www.youtube.com/python_basics

Python Basics with Sam playlist: https://www.youtube.com/playlist?list=PLWKjhJtqVAbkmRvnFmOd4KhDdlK1oIq23

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

And subscribe for new videos on technology every day: https://youtube.com/subscription_center?add_user=freecodecamp

source

This Post Has 34 Comments

  1. fet3

    22:58
    REPL
    1) Read, 2) Evaluate, 3) Print, and 4) Loop
    there are two types of loop in python: 1) for loop, 2) while loop

  2. fet3

    23:56
    We did
    1) help()
    2) type()
    3) dir( )
    4) print()
    Now we're gonna look at
    5) range()

  3. fet3

    32:21
    Containers: list( )
    >List< is one of the basic >containers<.

  4. fet3

    32:34
    list( ) is 1) iterable, 2) mutable (== can be changed)

  5. Hey Sam (or any other professional programmers) i doubt you'll respond but… How did you learn python? Did you take a course, youtube or read books about it? There isn't really a course on youtube to get you job ready, and if i switch to a different course after finishing the current one, i listen to a lot of stuff i already know so i just waste time. Any suggestions?

  6. Alan Warrington

    I'm 55 and just starting my CCNA endeavors and like you I have Dyslexia and ADHD and was thinking I had made a huge mistake. But thanks to you I have renewed my motivational supply and plan on having my CCNA Cert with a Python addon by New Years. I'll be using @cisco_panther as my motivational coach by proxy

  7. Itz Raiyan

    It would be extremely helpful if you could Include the timestamps after the live stream is finished

  8. Geoff Kelly

    I'm into security so I don't really know how to develop but I love you all. Even though I must hack everything.

  9. Parvez Rabbi

    Please make a video how to connect with html login or sign-up form by python in mysql without module.

  10. MARTS

    Is there a video where he introduces us with Phyton. Like what is does and can be used for ?

  11. AZam’s Diary

    Thank you So Much, Sir, from Burma. I'm absolute beginner. Your lecture make me motivated.

  12. Dromedary

    Its so hard for me understand any of this as a complete beginner in programming.
    Did anybody else have this problem? Im like a question mark

  13. Kenneth James

    Definitely not a beginners course, lol. Starting with range and iterations in the first 25 minutes? Really? Still lots of good stuff in here, I would just label it as novice.

  14. kheli fa

    Thanks a lot Sam for all the help 😍😍😍

  15. Homos Homos

    Thank you, you give us hope and make us motivated. Thank you from Egypt

  16. Lucid

    idle shell is super laggy and slow, typing lags and dragging the window around is choppy, anyone else have this issu?

  17. Vishal

    can I start learning python I'm a bigginer in learning languages. I only know basic computer

  18. the guy

    hi I doubt anyone would help because this is a year old but I have some issues with python because I do not see any color on it just black & white & I know for sure that's not normal anyone care to help out?

  19. Onen0 Zednine

    43:58 just to make it more clear, for the "num in range" – num again is creating a variable to copy the current index- as it goes through the "for" loop. the 5 set the range to 5 indexes – so it doesn't stop to exclude anything it stopped because 0 1 2 3 4 was all the indexes- 5 of them. hope that helped someone.

  20. Joshua Waller

    Dope! Thank you so much I did very minimal coding in the past but an in depth tutorial is like a Godsend

  21. Marina

    how i can start solving python problems if i learn python basics

  22. Marina

    it's really hard to know the logic and solve python problems , any help ?!

Leave a Reply