pytutorial/python_basics/where_to_start
David Rotermund 5ebb42d799
Create README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
2023-12-08 15:14:33 +01:00
..
README.md Create README.md 2023-12-08 15:14:33 +01:00

Where do I start with Python?

{:.no_toc}

* TOC {:toc}

The goal

We have to start somewhere. Why not with an overview?

Questions to David Rotermund

Python

Python is a programming language that lets you work quickly and integrate systems more effectively.

VS code

You need an editor for writing Python code. We suggest to use VS code as an editor. It supports many operations systems.

Code editing. Redefined. Free. Built on open source. Runs everywhere.

Numpy

What is NumPy?

NumPy is the fundamental package for scientific computing in Python. It is a Python library that provides a multidimensional array object, various derived objects (such as masked arrays and matrices), and an assortment of routines for fast operations on arrays, including mathematical, logical, shape manipulation, sorting, selecting, I/O, discrete Fourier transforms, basic linear algebra, basic statistical operations, random simulation and much more.

Matplotlib

Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.

Pandas

pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool, built on top of the Python programming language.

10 minutes to pandas