Home | Power BI | Excel | Python | SQL | Generative AI | Visualising Data | Analysing Data
Python Courses
We run several Python courses. The essential learning path comprises a foundation, intermediate and advanced course.
- the foundation course is for beginners to Python. Attendees learn the essentials of the language. It also covers the three important data structures pervasive in Python: lists, tuples and dicts, and also covers list comprehensions. On a practical aspect, attendees retrieve data from an API (web page) using Python’s requests package.
- the intermediate course covers writing functions, functional programming in Python and introduces some of the more popular Python packages such as requests and datetime
- the advanced course focuses on using Python for data analysis and visualisation and for AI.
We have several follow-on courses that focus in detail on particular aspects of Python.
Course Resources
Here are the joining instructions for all Python courses.
Here are the post-course resources for all Python courses
Here are the notes for the Python Foundation course.