Skip to content
Snippets Groups Projects
Commit e67ff9b1 authored by majidrouhanintnu's avatar majidrouhanintnu
Browse files

translated to nor

parent 7a22e538
No related branches found
No related tags found
No related merge requests found
# Assumptions <!-- no toc -->
- Has access to Jupyter hub for LBAS2002. ## Forutsetninger
- And/Or:
- Installed Visual Studio Code - Har tilgang til Jupyter hub for LBAS2002.
- Installed extensions for - Og / eller:
- Installert Visual Studio Code
- Installerte utvidelser for
- Python - Python
- Jupyter - Jupyter
# Learning outcomes ## Læringsutbytte
- Markdown - Markdown
- Can distinuish between markup/markdown/html - Kan skille mellom markup / markdown / html
- Can create simple md-files - Kan lage enkle md-filer
- Jupyter - Jupyter
- Understand what ipynb-file is and can use md in jupyter files - Forstår hva en ipynb-fil er og kan bruke md i jupyter-filer
- Can write and execute simple Python code in jupyter - Kan skrive og kjøre enkel Python-kode i jupyter
- Understand what magic commands are and how to use them - Forstår hva magiske kommandoer er og hvordan du bruker dem
- Python - Python
- Understand the basic of python (code-structure, comments, input, output) - Forstår grunnleggende om python (kode-struktur, kommentarer, inndata, utdata)
# Topics ## Emner
## Markdown ### Markdown
- Doc - Dokumentasjon
- [Reference](https://commonmark.org/help/) - [Referanse](https://commonmark.org/help/)
- [Markdown Guide](https://www.markdownguide.org/) - [Markdown Guide](https://www.markdownguide.org/)
- Basics of formatting in markdown - Grunnleggende om formatering i markdown
## Jupyter ### Jupyter
- Doc: - Dokumentasjon:
- [Official docs site](https://docs.jupyter.org/en/latest/) - [Offisiell dokumentasjonsside](https://docs.jupyter.org/en/latest/)
- [Markdown in Jupyter](https://www.datacamp.com/tutorial/markdown-in-jupyter-notebook) - [Markdown i Jupyter](https://www.datacamp.com/tutorial/markdown-in-jupyter-notebook)
- [Tutorials](https://www.datacamp.com/tutorial/tutorial-jupyter-notebook#whatisapp) - [Veiledninger](https://www.datacamp.com/tutorial/tutorial-jupyter-notebook#whatisapp)
- Use of markdown in jupyter files - Bruk av markdown i jupyter-filer
- Use of html - Bruk av html
- Comments - Kommentarer
- Code - Kode
- Magic commands - Magiske kommandoer
## Basic of Python ### Grunnleggende om Python
- Docs - Dokumentasjon
- [Python docs](https://docs.python.org/) - [Python-dokumentasjon](https://docs.python.org/)
- [IPython docs](https://ipython.readthedocs.io/en/stable/) - [IPython-dokumentasjon](https://ipython.readthedocs.io/en/stable/)
- comments: line comment or group comment - kommentarer: linjekommentar eller gruppekommentar
- grouping code using 'space' - gruppering av kode ved hjelp av 'mellomrom'
- print: writing to console - skriv ut: skriv til konsollen
- input: reading from the console - inngang: lesing fra konsollen
- case sensitivity - store og små bokstaver
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment