Prime Numbers, Times Tables, & More – 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 20 Comments

  1. Akshay Patel

    Pelase upload a very effective video of artificial intelligence and deep learning….and make more video about the upcoming technology….🙏✌

  2. Bruce

    could not watch – video too blurry

  3. Sandip Sawant

    Thanks for such videos.
    Thanks @freeCodeCamp
    Is there plan for such machine learning with Python videos?

  4. Does programming depend on your hardware, because i only have low end laptop with 4GB ram, can i do program with my laptop??

  5. Rolling Pictures

    he is a great tutor, but I want to ask from everybody, I still don't understand python (or any language), what should I do ? I have tried many basic concepts videos but I fail to understand programming and it is must for me to learn programming, any suggestions pls ??

  6. Sasha Richardson

    Around 51:23 you talk about the code to find the tenth prime number and you get 29, however i have double and triple checked and compared your code and what I wrote and they look the same to me but I keep on getting 19 instead of 29. Any idea whats going on?

    heres the code that i wrote for this exercise:
    def isPrime(num):

    for i in range(2, num):

    if num %i == 0:

    return False

    return True

    def nthPrime(x):

    num = 3

    prime = 2

    if x == 1:

    return 2

    while prime < x:

    num += 2

    if isPrime(num):

    prime += 1

    return num

  7. joe

    when you are watching 5 months later, but still wanna join the live chat… : /

  8. oo kk

    Apparently this video has ads every 3-5min , idk why but I have it.

  9. John K

    Poor liver and stomach of this guy.. constantly drinks that soda poison.

  10. Jarji Khmaladze

    Hello Sam, still watching your live streams in 2021, I've learned a lot, this is super cool when someone is sharing its knowledge dynamically-live ! would be nice if you continue streamming from time to time. Regards from Georgia.

Leave a Reply