hloken / pyhedda

Simulation of bacteria that gradually builds up restiance to antibiotics. Written in Python, this was a school assignment for my daughter Hedda.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Må gjøres før kjøring (Windows)

  1. choco install anaconda3
  2. Installer PyCharm hvis det mangler
  3. choco install ffmpeg
  4. pip install ffmpeg-python

Filer

  • Simulator.py - selve bakterie-simuleringen, avhengig av bakterie.py++
  • bakterie.py - inneholder bakterie-klasse med egenskaper
  • Bakterie.ipynb - Jupiter Notebook med oppgave, inneholder kode fra tidlig i prosessen men ikke i bruk
  • utils.py - eksempler på visualisering med enkelt-bilder og animasjon film, ikke i bruk

About

Simulation of bacteria that gradually builds up restiance to antibiotics. Written in Python, this was a school assignment for my daughter Hedda.


Languages

Language:Jupyter Notebook 77.7%Language:Python 22.3%