Skip to content
This repository has been archived by the owner on Apr 21, 2019. It is now read-only.

Latest commit

 

History

History
83 lines (44 loc) · 1.88 KB

resources.rst

File metadata and controls

83 lines (44 loc) · 1.88 KB

Learning Exercises

Come work on these exercises for learning python

Massive Open Online Course / Video courses

Installation

Python Videos

Text Editors & Integrated Development Environments (IDEs)

In order to write python code you will need a text editor or an IDE. Anyone of the editors below will work.

Libraries, Packaging and Starting New Projects

New python users might be inclined to start a new library or framework. Here is the official tutorial for starting a new project, complete with tests & setup.py. Following these practices will allow you to deploy your project to PyPI and distribute your code to end users.

Other Collections of Python Resources