SETUP

  1. Download the linux file
  2. Download the VirtualBox Installer for Windows
  3. Follow this guide
  4. Download this file and place in your home folder

WRITING CODE

Metasyntactic variables: foo, bar, baz, and qux are placeholder names commonly used by programmers.

  1. Open your terminal by searching for it in the startbar
  2. To create or open a python file, type nano foo.py
  3. You are now in a editor called nano. Simply type your program in here and use arrow keys to move.

  4. Shortcut Keys:



  5. Read the book "Think Python" Do the exercises for chapters 1 to 14
  6. For an "aha moment", take exercise 3.3 from chapter 3 and find a way to make the same grid drawing program that can now take user input to determine how many rows and columns the printed grid will have
  7. Text me for any questions or clarification. More help offered during meetups.

Once you have the fundamentals down, you will learn a more powerful text editor and helpful tools along with a more powerful programming language and more advanced concepts