Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Section

Column

About Python

Python is an interpretedhigh-levelgeneral-purpose programming language. Created by Guido van Rossum and first released in 1991, Python's design philosophy emphasizes code readability with its notable use of significant whitespace. Its language constructs and object-oriented approach aims to help programmers write clear, logical code for small and large-scale projects

BibTeX Referencing
reference@misc{wikipedia_2019, title={Python (programming language)}, url={https://en.wikipedia.org/wiki/Python_(programming_language)}, journal={Wikipedia}, publisher={Wikimedia Foundation}, author={Wikipedia}, year={2019}, month={Jun}}
.


Column
width30%


Panel
borderColor#dfe1e5
bgColor#eff9ff
borderWidth2
titlePage content

Table of Contents





Section


Panel

How to download and install Python

An easy way to download Python is to visit their webpage. In addition, NTNU Innsida has made a very good tutorial on how to acquire the newest version of Python, linked here.

To best utilize Python, you will also need to install some extra packages like NumPy, SymPy etc. The packages most used in this wiki are NumPy, SymPy and Matlibplot, all part of the SciPy ecosystem. If you already have Python and pip installed on your system, you can install all the packages by typing the following command into the terminal of your preffered editor.

Code Block
python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose

However, if you don't have pip installed or are using an editor without a terminal (MS Visual Studio), try SciPy's general installation instructions, or our step by step installation guides.




Section


Column
width50%


Panel

Getting started with Python

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam tincidunt metus diam, id consectetur nulla bibendum eu. Vestibulum sit amet tortor ultricies, volutpat nunc id, malesuada risus. Sed iaculis auctor felis dignissim vestibulum. Fusce molestie, ligula a aliquam tristique, eros diam vestibulum tortor, non efficitur erat dui sit amet eros. Quisque pharetra tempor turpis, vel pellentesque dolor vestibulum et. Morbi vel ex varius velit rutrum convallis. Proin vestibulum sapien ut aliquam dapibus.



Column
width50%


Panel

Useful tutorials






BibTeX Display Table