You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 20 Next »

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 .

Page content



How to download and install Python and Python Packages

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. 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.

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 (e.g. MS Visual Studio), try SciPy's general installation instructions, or our step by step installation guides.


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.

Useful tutorials




  • No labels