Python Cribsheets

  • Python
    • Running Python Programs
  • Nat4
    • Asking Questions from User
    • Printing
    • Decisions (if commands)
    • Fixed Loops
    • Conditional Loops
    • - - - - - - - - - - - - - -
    • Running Totals
  • Nat5
    • About Arrays
    • Arrays with Preset Values
    • Input Values into Arrays
    • Printing Arrays
    • - - - - - - - - - - - - - -
    • Input Validation
    • Running Totals
    • Counting Occurences
  • Higher
    • Records
    • Arrays of Records
    • Read from file into parallel arrays
    • Read from file into array of records
    • Writing data to a text file
    • - - - - - - - - - - - - - -
    • Linear Search
    • Find Maximum/Minimum
  • Adv. Higher
    • 2-D Arrays
    • Classes
    • Array of Objects
    • - - - - - - - - - - - - - -
    • Binary Search
    • Bubble Sort
    • Insertion Sort
  • Reference
    • Conventions
    • Calculations
    • Conditions
    • Random Numbers
    • Rounding Numbers
    • String Operations
  • Python
    • Running Python Programs
  • Nat4
    • Asking Questions from User
    • Printing
    • Decisions (if commands)
    • Fixed Loops
    • Conditional Loops
    • - - - - - - - - - - - - - -
    • Running Totals
  • Nat5
    • About Arrays
    • Arrays with Preset Values
    • Input Values into Arrays
    • Printing Arrays
    • - - - - - - - - - - - - - -
    • Input Validation
    • Running Totals
    • Counting Occurences
  • Higher
    • Records
    • Arrays of Records
    • Read from file into parallel arrays
    • Read from file into array of records
    • Writing data to a text file
    • - - - - - - - - - - - - - -
    • Linear Search
    • Find Maximum/Minimum
  • Adv. Higher
    • 2-D Arrays
    • Classes
    • Array of Objects
    • - - - - - - - - - - - - - -
    • Binary Search
    • Bubble Sort
    • Insertion Sort
  • Reference
    • Conventions
    • Calculations
    • Conditions
    • Random Numbers
    • Rounding Numbers
    • String Operations

Running Python Programs

Option 1 – Install Python on your Computer

Thonny
Combined editor and interpreter, with self-contained copy of Python 3.7.
Cannot add extra Python libraries.

Python Website 
Full version of Python, with default program editor.

Visual Studio Code
Very powerful code editor from Microsoft.
Support many languages and lots of customisation options with plugins.

Option 2 – Run Python in a Web Browser

https://trinket.io/python

https://repl.it/languages/python3

2015 - 2020 © Powered by Theme-Vision.
Report a Glow concern
Cookie policy  Privacy policy