Python (beginners)

Python is an interpreted high-level general-purpose programming language. Its design philosophy emphasizes code readability with its use of significant indentation. Its language constructs as well as its object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.

The language's core philosophy is summarized in the document The Zen of Python (PEP 20), which includes aphorisms such as:

How to REPL.IT (python)

How to use REPL.IT

Follow the tutorial on the LEFT to set up a repl.it account using your school email address. Then code your first game - Guess my number.

Other Resource for Python A: Beginners

GAMES TO DEVELOP - Text-Based Games

Build a Calculator

Higher / Lower Game

Rock/Paper/Scissors

Ghost Game