Python Lifecycle Training
A training program on getting to know the Python Development Cycle from project setup all the way to project deployment.
Source Code: https://github.com/sp-95/python-lifecycle-training
Documentation: https://sp-95.github.io/python-lifecycle-training/
Bug Reports: https://github.com/sp-95/python-lifecycle-training/issues
Syllabus
Project Initialization
Project Setup
Project Deployment
For more information check out the full tutorial.
You can find the template for all the tools mentioned in this training at https://github.com/sp-fm/fuse-framework which can be used as follows:
$ pip install fuse-framework
$ fuse init
Hope you enjoy this training.