
Set up your Python programming environment by downloading and installing Anaconda on Windows or Mac, launching Spider in the Anaconda navigator, and understanding the editor, console, and file explorer.
Learn to interact with Python programs using input and output, prompting users, reading responses, displaying messages, converting inputs to numbers, and looping for repetition.
Create a Python trivia game that uses if-else logic, input handling, and math operators to score points, tally correct answers, compute a percentage, and display results.
Build a Python program to discover the first 1000 prime numbers, using a test_prime function and a while loop to list primes and support cryptography concepts.
Review core Python concepts: random library, lists, while loops, input and print, percent formatting, if statements, and functions via fortune teller, trivia, prime checks, and blackjack; graphics next.
In this course, a father and two sons take you on a fun-filled adventure into the exciting world of programming with Python. Geared towards ages 8-14, this program is designed to teach kids the basic fundamentals of programming and to spark a passion for coding with fun and practical examples and exercises.
Parents should sit with their child to watch each video and assist with installing the necessary software and completing coding exercises.
Basic computer skills, including keyboard typing and using a mouse are required to get through this course and some prior exposure to programming will be helpful, especially for younger children. We recommend the MIT Scratch program as a precursor to this course if you’ve never done any programming before.
All of the exercises demonstrated in this course were run on a Windows 10 computer. Most of the exercises should also work on a Mac as well, although some slight differences may be encountered.