Home | Power BI | Excel | Python | SQL | Generative AI | Visualising Data | Analysing Data
Python is the most popular open-source language. People who want to use Python in their work. This is a foundation course in Python suitable for beginners. It focuses on using Python for data analysis.
2 days
You will get a taste for Python and what it can do. You will learn how to get started in Python; use common Python libraries and write your own functions in Python.
None. This is a beginner level course.
Get started in Python: Write Hello World in Python.
Use Jupyter notebooks to write, test, and document Python scripts.
Write and run Python in Google Colab (a free browser-based service for editing and running Python code)
Write and run Python in VSCode (a free and very popular code editor)
Python Language fundamentals
How to index and slice arrays such as strings and lists, and why this is useful.
What is an API and how to retrieve data from APIs with the requests package.
Data structures: Why they are useful and ubiquitous.
List comprehensions and their many uses.