/python-dev-notes

My notes on developing systems using Python

Primary LanguageDockerfile

Python Development

A collection of notes on setting up a development environment for deep learning systems using Python. I have also included some recipies for setting up Docker containers that can be used for creating isolated, portable, and highly reproducible development environments. My suggestion is to use Docker if you can. It will make your coding life simpler.

Table of contents

  1. Setting up Python development environment (virtualenv/Docker)
  2. Starting a Python project from scratch
  3. Using Docker for deep learning system development
  4. Following Docker recipies