Skip to content

Commit 319cba5

Browse files
committed
Updated README
1 parent 0a9dfc0 commit 319cba5

2 files changed

Lines changed: 18 additions & 5 deletions

File tree

README.md

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

3-
[]
3+
![GitHub Repo Size](https://img.shields.io/github/repo-size/sampreet/python-for-physicists?style=for-the-badge)
44

5-
> A complete tutorial series for programming in Python specifically aimed to suffice simulation and visualization requirements for physicists.
5+
> A complete tutorial series for programming in Python, specifically aimed to suffice simulation and visualization requirements in physics.
66
77
*Python* is an interpreted, high-level, general-purpose language supporting object-oriented programming with more emphasis on code-readibility and extensibility.
88
It has a wide range of applications ranging from scientific computing libraries like TensorFlow, to stand-alone applications like Blender.
9-
109
This tutorial series gradually traverses from basic to advanced topics of Python for scientific computing purposes pertaining to the area of physical sciences.
11-
The tutorials and their corresponding notebooks are clubbed into different modules based on the topics covered.
10+
The tutorials and their corresponding notebooks are clubbed into different modules based on the topics covered.
11+
12+
### Repository Structure
13+
14+
The repository follows the following structure:
15+
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+
```

_config.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)