- Notifications
You must be signed in to change notification settings - Fork0
rueedlinger/python-snippets
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ThesePython Snippets are tested with Python 3.7.x. and areavailable as Jupyter notebooks (http://jupyter.org/).
All the required Python packages can be installed withpipenv
.
First you nee to installpipenv
.
$ pip install --user pipenv
Install all the required packages
pipenv install --dev
You can startjupyter-lab
to play around with the Juypter notebooks.
pipenv run jupyter-lab
To test the Jupyter notebooks this project usesnbval, which is apy.test
plugin for validating Jupyter notebooks.
This will check all Jupyter notebooks for errors.
pipenv run py.test --nbval-lax
Check which packages have changed.
pipenv update --outdated
This will upgrade everything.
pipenv update
The Python snippets are organized by topic.
GeoJSON
RSS
HTTP
- Load the content from a website with urllib.request
- Extract the text from a HTML document with Beautiful Soup
Image
About
Python Snippets
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.