Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1003 Bytes

File metadata and controls

22 lines (16 loc) · 1003 Bytes

Python Tutorial for Cool People

This is a basic Python tutorial meant to teach you the basics to get your hands dirty.

Installation

  • Create a GitHub account if you have not already here.
  • Download the latest version of Python here.
  • Download an IDE for Python. I highly recommend the Community Edition of PyCharm found here.

For PyCharm:

  • In PyCharm, click on the top left and choose "Project from version control"
  • Choose "Repository URL"
  • On the page for this repo in GitHub, click on "Code" and copy the URL to your clip board
  • Paste it in and clone and you're ready to go!
  • Test this out by right-clicking hello_world_begin

How to follow the tutorial

  • Each step to learn has files ending with _begin.py and _end.py
  • Look at the "begin" file and try to accomplish the objective
  • If you need a hint, you can look at the "end" file, but try not to!