Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 708 Bytes

File metadata and controls

19 lines (10 loc) · 708 Bytes

Example scripts and extra material

lecture_python_tutorial.pdf -> slides covered in the lecture

basics of python

previous_lascon/LASCONVII_PYTHONTUTORIAL.pdf -> Slides of previous LASCON python tutorial (for reference only)

previous_lascon/learning-python3.ipynb -> Learning the basics of python

examples

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