Scientific Programming
https://www.linkedin.com/learning/c-plus-plus-advanced-topics/advanced-programming-with-c-plus-plus
GitHub
tertiarycourses/CPlusPlusTraining
Exercise Files for C++ Essential Training. Contribute to tertiarycourses/CPlusPlusTraining development by creating an account on GitHub.
10 simple Linux tips which save 50% of my time in the command line - DEV Community 👩💻👨💻
https://dev.to/javinpaul/10-simple-linux-tips-which-save-50-of-my-time-in-the-command-line-4moo
https://dev.to/javinpaul/10-simple-linux-tips-which-save-50-of-my-time-in-the-command-line-4moo
DEV Community
10 simple Linux tips which save 50% of my time in the command line
My favorite Linux commands, tips, and tricks to work fast in the UNIX terminal. Every programmer or Linux user should know this to save time and typing.
CPwP.pdf
7.5 MB
Computational Physics
With Python
Dr. Eric Ayars
California State University, Chico
With Python
Dr. Eric Ayars
California State University, Chico
https://learnworthy.net/ieee-ranked-the-top-programming-languages-of-2019/
IEEE Top 10 Programming languages of 2019
IEEE Top 10 Programming languages of 2019
Learn Worthy
IEEE Ranked the Top Programming Languages of 2019 | Learnworthy.net
IEEE Ranked the Top Programming Languages of 2019, and they've done a major overhaul and changed some of the most underlying metrics.
5 Steps to Amazing Visualizations with Matplotlib - Towards Data Science
https://towardsdatascience.com/5-steps-to-amazing-visualizations-with-matplotlib-ca61f0ec5fec
https://towardsdatascience.com/5-steps-to-amazing-visualizations-with-matplotlib-ca61f0ec5fec
Medium
5 Steps to Amazing Visualizations with Matplotlib
Matplotlib sucks. By default. Here’s what to do about it.
CuPy is an implementation of NumPy-compatible multi-dimensional array on CUDA. CuPy consists of cupy.ndarray, the core multi-dimensional array class, and many functions on it. It supports a subset of numpy.ndarray interface.
https://docs-cupy.chainer.org/en/stable/tutorial/basic.html
https://docs-cupy.chainer.org/en/stable/tutorial/basic.html
01_interactive_plotly.ipynb
342.9 KB
https://stackabuse.com/using-plotly-library-for-interactive-data-visualization-in-python/
➡Use jupyter notebook to open .ipynb files.
➡Use jupyter notebook to open .ipynb files.
https://realpython.com/courses/python-debugging-pdb/
عیب یابی با استفاده از PDB (ویدیو)
استفاده از GUI رو ترجیح میدم
ولی جایی که GUI رو نمیشه استفاده کرد
به کار میاد.
عیب یابی با استفاده از PDB (ویدیو)
استفاده از GUI رو ترجیح میدم
ولی جایی که GUI رو نمیشه استفاده کرد
به کار میاد.
Realpython
Debugging in Python With pdb – Real Python
In this hands-on course, you'll learn the basics of using pdb, Python's interactive source code debugger. pdb is a great tool for tracking down hard-to-find bugs, and it allows you to fix faulty code more quickly.