Skip to content

sp-95/python-lifecycle-training

Repository files navigation

Python Lifecycle Training

Tests Documentation Release PyPi Version

A training program on getting to know the Python Development Cycle from project setup all the way to project deployment.

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.