Skip to content

rueedlinger/python-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Snippets

These Python Snippets are tested with Python 3.5.x. (http://conda.pydata.org/)

Get started...

To get started create a virtual environment and install the required packages. The following example shows how to crate an environment with conda and Python 3.5 with the required packages.

conda create -n py35-ps python=3.5 -f requirements.txt

source activate py35-ps

pip install -r requirements.txt

The snippets...

tbd

About

Python Snippets

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •