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.ipynbyou'll find a short description of how to set up the python environment
- In
-
Learn Basic Python Concepts
- Open
Exercise_01a-python-tutorial.ipynbto review a Python tutorial.
- Open
-
Explore Network Modeling with NetworkX
- Open
Exercise_01b-networkx-tutorial.ipynbto get familiar with the NetworkX library.
- Open
-
Practice Numerical Computations with NumPy and SciPy
- Open
Exercise_01c-Tutorial-numpy-scipy.ipynbto work through tutorials on NumPy and SciPy.
- Open
-
Review Solutions (Optional)
- If needed, refer to the
Solutionsdirectory for guidance on any of the exercises.
- If needed, refer to the