Getting setup:
A couple of things before we begin to code.
Python
https://www.python.org/downloads
A work area
https://www.jetbrains.com/pycharm/

Test:

  • After downloads are accomplished

    • Make a project in pycharm.
    • Add a python file
    • Look at the example
    • example: test 1
    • Run example code. ("green triangle")

Build accounts for:

A Repository
https://github.com/
A Project area
https://projecteuler.net/

Moving on to Lesson 1