Skip to content

collection of guides to common python packages and/or common scripting operations

Notifications You must be signed in to change notification settings

joaoDragado/quickstart_guides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickStart Guides

A series of Jupyter Notebooks showcasing the features of often-used python libraries and/or suggested workflows for common computing operations.

Note: Some notebooks are in the form of html files, having been converted via

jupyter nbconvert --to html  *.ipynb

Directory Tree

  • generated via the tree bash command.
.
├── Class Development Tool.html
├── Filesystem_Operations_-_shutil_os_modules.html
├── Jupyter_Shortcuts.html
├── Matplotlib--Plotting_and_Visualization.html
├── NetworkX_Essentials.html
├── README.md
├── Regular Expressions.html
└── Sympy_Reference_Sheet.html

0 directories, 8 files

Dependencies - Libraries used

  • Python 3.6 (code should also work for Python 2.7)
  • Anaconda Python Data Science Distribution ; the easiest way to install & manage all scientific libraries used in this repo.

Reference Links

About

collection of guides to common python packages and/or common scripting operations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published