To clone this repository and get started with the exercises, run the following command in your terminal:
git clone https://github.com/sg-dev/Exercises-Modeling-Organizational-Dynamics.git
-
Set Up the Python Environment
- In
Exercise_01-setup.ipynb
you'll find a short description of how to set up the python environment
- In
-
Learn Basic Python Concepts
- Open
Exercise_01a-python-tutorial.ipynb
to review a Python tutorial.
- Open
-
Explore Network Modeling with NetworkX
- Open
Exercise_01b-networkx-tutorial.ipynb
to get familiar with the NetworkX library.
- Open
-
Practice Numerical Computations with NumPy and SciPy
- Open
Exercise_01c-Tutorial-numpy-scipy.ipynb
to work through tutorials on NumPy and SciPy.
- Open
-
Review Solutions (Optional)
- If needed, refer to the
Solutions
directory for guidance on any of the exercises.
- If needed, refer to the