Scientific Programming
158 subscribers
158 photos
30 videos
138 files
443 links
Tutorials and applications from scientific programming

https://github.com/Ziaeemehr
Download Telegram
A book that will significantly help with your Python 🐍 skills:

"Effective Python. 90 specific ways to write better Python." from Brett Slatkin, 2nd Ed.

#python
#book
I read this paper a couple of days age,
https://nature.com/articles/ncomms13928
Unfortunately the attached code was in #R, So today I learned R! and provided an interface to #Python for the code.

GitHub
Always use close!
I spent hours on a large code to find out I had not closed the pool in #multiprocessing in #Python
It gives you "too many files open", misleading nasty error 😀.
A Student's Guide to Python for Physical Modeling: Second Edition
#python
#book
#beginner
The map() function in #Python takes a function and a series of arguments, and makes an iterable of results. It can also work on functions with multiple arguments.
(But most Python people prefer list comprehensions.)

Credit: nedbat
πŸ‘1
Have you tried out the sh package for #Python yet? This package makes calling Linux and Mac terminal commands really easy! 🐍πŸ”₯

pypi.org/project/sh/

Credit: driscollis
25_Awesome_Python_Scripts.pdf
171.4 KB
A Collection of 25 Awesome Python Scripts (mini projects)
#Python
mastering_python.pdf
177.8 KB
Mastering #Python
Credit: Mousa
πŸ‘2