Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 611 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 611 Bytes

SuperLearning

In this repository my university notes are shown in a interactive and fun way

Installation

Install the needed packages from the requirements.txt file:

pip install -r requirements.txt
  • streamlit (full)
  • numpy
  • pandas
  • etc...

Usage

There are 4 folders, one for each exam:

  1. EtiCos (Electronic transport in crystalline and organic semiconductors)
  2. CASD (CAD of Semiconductor devices)
  3. NS (NanoElectronic Systems)
  4. TNS (Technology for NanoElectronic Systems)

In each folder you have to run the Home.py with streamlit.

streamlit run Home.py