Skip to content

st04713/scientific_python_cheat_sheet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Scientific Python Cheat Sheet

simple overview of python, numpy, scipy, matplotlib functions that are useful for scientific work. Tries to keep examples as compact as possible.

Click here for the github markdown version or here for a web site layout

Printing

Printing is a bit complicated so far if you want to have the same layout as on the webpage. You can save the CSS layout as an image in firefox, using shift + f2, which opens the web console. The command screenshot out.png --fullpage saves the current complete view of the page to the download folder. We have found that aranging the page to have two columns is suitable for printing on A3 pages. Otherwise it is quickly too small. We'll work on this...

Contributing

If you wish to contribute, you only need to edit the file sheet.md and push it to the master branch (preferably via pull-request). The website updates automatically.

If, beyond your knowledge of Python, you also master HTML and CSS, you can also contribute to the design of the website. You can submit your ideas via the issues section or directly via pull-request.

Reference:

Authors: A few scientists

License: Creative Commons (CC-BY-4.0)

About

simple overview of python, numpy, scipy, matplotlib functions that are useful for scientific work

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 65.9%
  • CSS 19.1%
  • Python 12.4%
  • Shell 2.6%