Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

rueedlinger/python-snippets

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Snippets

These Python Snippets are tested with Python 3.5.x. All snippets are available as Jupyter notebooks (http://jupyter.org/).

Get started...

To get started create a virtual environment and install the required packages.

Virtualenv

The following example shows how to create an environment with "virtualenv" (https://virtualenv.pypa.io/) and Python 3.5 with the required packages.

virtualenv --python=/usr/bin/python3.5 py35-ps

source py35-ps/bin/activate

pip install -r requirements.txt

Conda

The following example shows how to create an environment with "conda" (http://conda.pydata.org/) and Python 3.5 with the required packages.

conda create -n py35-ps python=3.5

source activate py35-ps

pip install -r requirements.txt

The Python Snippets

The Python snippets are organized by topic.

GeoJSON

RSS

HTTP

Image

  • tbd

About

Python Snippets

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.