Skip to content

Commit 2c2653b

Browse files
committed
Updated README
1 parent f9cb231 commit 2c2653b

1 file changed

Lines changed: 13 additions & 15 deletions

File tree

README.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
# Python for Physicists
22

3-
![GitHub Repo Size](https://img.shields.io/github/repo-size/sampreet/python-for-physicists?style=for-the-badge)
3+
![Code Size](https://img.shields.io/github/languages/code-size/sampreet/python-for-physicists?style=for-the-badge)
4+
![Last Commit](https://img.shields.io/github/last-commit/sampreet/python-for-physicists?style=for-the-badge)
45

56
> A complete tutorial series for programming in Python, specifically aimed to suffice simulation and visualization requirements in physics.
67
78
*Python* is an interpreted, high-level, general-purpose language supporting object-oriented programming with more emphasis on code-readibility and extensibility.
89
It has a wide range of applications ranging from scientific computing libraries like TensorFlow, to stand-alone applications like Blender.
9-
This tutorial series gradually traverses from basic to advanced topics of Python for scientific computing purposes pertaining to the area of physical sciences.
10-
The tutorials and their corresponding notebooks are clubbed into different modules based on the topics covered.
1110

12-
### Repository Structure
11+
This tutorial series gradually traverses from basic to advanced topics of Python for scientific computing purposes pertaining to the area of physical sciences.
12+
The tutorials and their corresponding notebooks are clubbed into different modules based on the topics covered in the [modules folder](./modules/).
1313

14-
The repository follows the following structure:
14+
Currently, the following modules are being updated with time:
1515

16-
```
17-
python-for-physicists/
18-
├───modules/ # tutorials and their notebooks
19-
20-
├───examples/ # additional examples
21-
22-
├───_config.yml
23-
├───.gitignore
24-
└───README.md
25-
```
16+
- [x] Getting Started
17+
- [ ] Fundamentals of Python
18+
- [ ] Visualizing Data
19+
- [ ] Scientific Computing
20+
- [ ] Best Practices
21+
- [ ] Mechine Learning
22+
- [ ] Deep Learning
23+
- [x] Quantum Computing

0 commit comments

Comments
 (0)