https://github.com/ziaeemehr/cpp_workshop
Scientific programming toolbox with C++
https://github.com/ziaeemehr/cpp_workshop
cpp data-analysis data-science learning-by-doing programming scientific-computing telegram-channel youtube
Last synced: 5 months ago
JSON representation
Scientific programming toolbox with C++
- Host: GitHub
- URL: https://github.com/ziaeemehr/cpp_workshop
- Owner: Ziaeemehr
- Created: 2019-02-13T18:27:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T15:42:00.000Z (over 1 year ago)
- Last Synced: 2025-02-28T18:45:54.184Z (10 months ago)
- Topics: cpp, data-analysis, data-science, learning-by-doing, programming, scientific-computing, telegram-channel, youtube
- Language: C++
- Homepage:
- Size: 29.2 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### C++ guide and example code for programming course in IASBS - Physics department
I also upload some videos and tutorials in my youtube and telegram channel which the requieing files are aploded here, please visit my Telegram channel [scientific_programming channel](https://t.me/s/scientific_programming), [YouTube](https://www.youtube.com/channel/UCtoQTqZF2LzaN6T-qQlorFg), or [Aparat](https://www.aparat.com/ziaeemehr).
- use shallow clone to get the latest version:
```sh
git clone --depth 1 https://github.com/Ziaeemehr/cpp_workshop.git
```