External Python Tutorials
- Posted by: Robert DeMaria - December 2, 2020 Back to CIRA Wiki Home
Topic Catagories: Software Development
Tags: Python, Tutorial
- Official Python Tutorial
- w3schools Python Tutorial (includes numpy, scipy, matplotlib and machine learning tutorials)
- Code Academy Python Tutorial
- Linked-in Python Tutorial
- Youtube Python Tutorial Playlist
- Organizing Your Code Into Packages
- Creating a Basic setup.py File to Install Your Package
- More Detailed setup.py Tutorial
- Unit/Integration Testing in Python
- Unit Testing for Data Scientists