Things that you will need to start developing a Python package:
- A copy of Python 3 installed on your computer (This guide is written in 3.8)
- General knowledge coding in Python (I recommend W3Schools)
- A peek at the Python docs and a good read of the global module index
- A code development platform
- This could be a folder on your computer
- VSCode
- Replit.com (Recommended)
- PyCharm
- Some other IDE
- A glass of water and some snacks (Optional)
- A book for when I bore you to death with lists (Optional)
- Dark mode 🕶️ (Recommended, Optional)
- A copy of Git (Required for Windows or if you want to use source control)