Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 1013 Bytes

File metadata and controls

23 lines (18 loc) · 1013 Bytes

Quickstart

Prerequisites

Things that you will need to start developing a Python package:

  1. A copy of Python 3 installed on your computer (This guide is written in 3.8)
  2. General knowledge coding in Python (I recommend W3Schools)
  3. A peek at the Python docs and a good read of the global module index
  4. A code development platform
  1. A glass of water and some snacks (Optional)
  2. A book for when I bore you to death with lists (Optional)
  3. Dark mode 🕶️ (Recommended, Optional)
  4. A copy of Git (Required for Windows or if you want to use source control)