lecture_python_tutorial.pdf -> slides covered in the lecture
previous_lascon/LASCONVII_PYTHONTUTORIAL.pdf -> Slides of previous LASCON python tutorial (for reference only)
previous_lascon/learning-python3.ipynb -> Learning the basics of python
modules/IFNeurons.py -> python lib where the functions and classes to integrate the LIF and QIF neurons are defined
simple_LIF.ipynb -> Jupyter NB example of simple LIF neuron simulation (using classes)
simple_QIF.py -> Script example of simple QIF/adaptive QIF neuron (using functions)
LIF_ei_balance_irregularity.ipynb -> Third partie example IF neuron under E/I inputs