Python for Beginners (openSAP)

Offered by SAP,
Python for Beginners (openSAP)

Join this free online course to learn how to program with Python. You’ll be introduced to the fundamentals of the programming language like variables, data types, and loops. More complex topics like functions, libraries, and file input and output will also be covered. At the end of the course, you’ll be able to write simple Python programs to be prepared for your next programming challenges.

Computers, smartphones, and artificial intelligence systems are essential elements in our everyday lives, and so too are programming skills. Whether it’s automating repetitive tasks, performing data analysis, or carrying out home automation, the ability to understand and even write your own code to control systems is increasingly relevant. In addition to which, programming is a fun activity too. Ever thought of developing your own computer game? Using the right programming language and tools, this is not as complex as it may seem.

In this course, you’ll get to know Python, currently the most popular programming language in the world, according to IEEE Spectrum. In contrast to other popular languages, Python has a simple syntax and enables learners to get a quick start in programming. But Python is also used by professional developers around the world to develop anything ranging from embedded systems and games to large-scale machine learning systems. This flexibility is due to Python’s ecosystem, providing a vast number of libraries for different task and requirements.
In this course, we’ll use Jupyter Notebooks to teach Python. Jupyter Notebooks are a programming environment that is particularly well suited for teaching programming. Besides that, Jupyter Notebooks are also the tool of choice for data scientists. All the information and tools you need will be explained in detail in the preparation week before the actual learning content starts.
This course is aimed at beginners. We don’t expect any previous programming experience. Nevertheless, the course is also suitable for people with prior programming experience. After introducing the basic programming concepts like variables, data types, and loops, more complex topics like functions, libraries, and file input and output will also be covered in subsequent weeks. At the end of the course you’ll be able to write simple Python that reads and writes data to solve your everyday programming problems.
This course will be accompanied by a research project, which will be introduced when the course starts. If you complete the survey, certain anonymized statistical data about you and your learning behavior during this MOOC will be evaluated for scientific purposes. The anonymized data of all learners who participated in the survey will be analyzed by our research partner, The Open University. Many thanks in advance for your time and effort.

Course Content

Week 0: Getting Ready
Week 1: Python Fundamentals
Week 2: Lists and Loops
Week 3: Complex Data Types
Week 4: Reading and Writing Data
Week 5: Functions
Week 6: Libraries
Week 7: Final Exam

Go to Class
MOOC List is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Related Courses

Programmieren mit Snap! (openSAP) OpenSAP
SAP

Programmieren mit Snap! (openSAP)

Starte gemeinsam mit uns in diesem kostenlosen Kurs in die Welt der Informatik mit Snap!. Snap! ist eine blockbasierte, open-source Programmiersprache, die Programmieren sowohl für Anfänger als auch für Fortgeschrittene zum Erlebnis macht. Unabhängig von deinem Alter oder deinen Programmiererfahrungen wirst du die Schönheit und Faszination des Programmierens mit Snap! Entdecken.

Self Paced
Self-Paced
Code Week: Enseigner la programmation aux enfants (openSAP) OpenSAP
SAP

Code Week: Enseigner la programmation aux enfants (openSAP)

Êtes-vous instituteur / professeur des écoles ? Êtes-vous impliqué dans les activités extrascolaires d’un groupe de jeunes ? Alors ce cours est fait pour vous ! Quelle que soit la matière que vous enseignez d’habitude, vos élèves et vous-mêmes êtes cernés par les nouvelles technologies. Avec ce cours, vous aurez tous les outils en main pour encourager les jeunes d’aujourd’hui à devenir les acteurs du numérique de demain. Ce cours s’appuie sur le fameux système Scratch, une plateforme ludique qui facilite l’apprentissage continu de la programmation et qui passionne déjà des millions d’enfants à travers le monde en faisant appel à leur créativité. Vous serez surpris par la vitesse à laquelle les petits sont capables de parler la langue de l’informatique, et même si vous n’avez jamais programmé la moindre ligne de code de votre vie, aucun souci ! Ce cours vous expliquera tout, étape par étape !

Self Paced
Self-Paced
Problem Solving Using Computational Thinking (Coursera) Coursera
University of Michigan

Problem Solving Using Computational Thinking (Coursera)

Have you ever heard that computers "think"? Believe it or not, computers really do not think. Instead, they do exactly what we tell them to do. Programming is, "telling the computer what to do and how to do it." Before you can think about programming a computer, you need to work out exactly what it is you want to tell the computer to do. Thinking through problems this way is Computational Thinking. Computational Thinking allows us to take complex problems, understand what the problem is, and develop solutions. We can present these solutions in a way that both computers and people can understand.

Sep 14th 2026
5-12 Weeks
COBOL Programming with VSCode (Coursera) Coursera
IBM

COBOL Programming with VSCode (Coursera)

Professor Tak Auyeung of American River College, said it beautifully, “A programming language is not a fashion statement” it is used for a purpose. Whether it is to add new features, modify logic, create APIs to integrate it into other applications, or implement modern development practices, businesses around the world need application developers who know COBOL.

Sep 14th 2026
3 Weeks
Programmer avec Snap! (openSAP) OpenSAP
SAP

Programmer avec Snap! (openSAP)

Suivez ce cours en ligne gratuit pour démarrer dans la programmation informatique avec Snap!. Snap! est un langage de programmation open source basé sur des blocs conçu pour apprendre à programmer en s’amusant. Quel que soit votre âge ou votre niveau, le codage n’aura bientôt plus de secret pour vous grâce à Snap!.

Self Paced
Self-Paced
Code Week : Les ados se mettent au code ! (openSAP) OpenSAP
SAP

Code Week : Les ados se mettent au code ! (openSAP)

Nous sommes cernés par les nouvelles technologies. Quand nous pensons ‘logiciel’, nous avons en tête les emails ou les navigateurs Internet. Or cela va bien au-delà : les logiciels sont partout, jusque dans nos électroménagers et même parfois nos vêtements. Vous ne cessez donc de les utiliser sans forcément vous en apercevoir. Et maintenant, que diriez-vous de créer le vôtre ? On ne sait jamais où cela peut nous mener, mais imaginez…vous pourriez un jour utiliser ces nouvelles compétences numériques dans le cadre de votre travail ! Même si vous n’avez jamais programmé la moindre ligne de code de votre vie, aucun souci ! Ce cours vous expliquera tout, étape par étape. Tout ce dont vous avez besoin, c’est d’un peu de temps et de curiosité ! Vous serez surpris de ce que vous serez capable de faire en l’espace de quelques jours seulement. Si vous avez entre 12 et 17 ans, ce cours est fait pour vous !

Self Paced
Self-Paced
Object-Oriented Programming in Java (openSAP) OpenSAP
SAP

Object-Oriented Programming in Java (openSAP)

In this free online course, you’ll learn the key concepts of object-oriented programming (OOP) as well as fundamental programming techniques. You’ll apply your newly acquired knowledge by implementing hands-on programming exercises in the Java programming language. The course will be completed by an exercise to model a small, object-oriented, real-world scenario. After completing this course, you’ll be able to model and implement small programs in Java and apply OOP best practices.

Self Paced
Self-Paced
Accounting Data Analytics with Python (Coursera) Coursera
University of Illinois at Urbana-Champaign

Accounting Data Analytics with Python (Coursera)

This course focuses on developing Python skills for assembling business data. It will cover some of the same material from Introduction to Accounting Data Analytics and Visualization, but in a more general purpose programming environment (Jupyter Notebook for Python), rather than in Excel and the Visual Basic Editor. These concepts are taught within the context of one or more accounting data domains (e.g., financial statement data from EDGAR, stock data, loan data, point-of-sale data).

Sep 14th 2026
5-12 Weeks
Data Processing Using Python (Coursera) Coursera
Nanjing University

Data Processing Using Python (Coursera)

This course is mainly for non-computer majors. It starts with the basic syntax of Python, to how to acquire data in Python locally and from network, to how to present data, then to how to conduct basic and advanced statistic analysis and visualization of data, and finally to how to design a simple GUI to present and process data, advancing level by level.

Sep 14th 2026
5-12 Weeks
Next Steps in Software Development on SAP HANA (openSAP) OpenSAP
SAP

Next Steps in Software Development on SAP HANA (openSAP)

This course will build upon last year’s Introduction to Software Development on SAP HANA course and go deeper into each of the major topics around SAP HANA native development. We will explore the many advances in the programming model and tooling that came with SAP HANA SPS6, SPS7, and SPS8. During the course, we will use SAP HANA studio as well as several new Web-based tools (for example, the Web-based Development Workbench, SAP HANA Lifecycle Management, and SAP HANA XS Administration Tool).

Self Paced
Self-Paced
Code Week: Teaching Programming to Young Learners (openSAP) OpenSAP
SAP

Code Week: Teaching Programming to Young Learners (openSAP)

This free open online course is aimed at teachers and parents of pre-teens to help you encourage children to get involved in programming and coding from an early age. You don’t need to know anything about coding to take part! This course will introduce you to Scratch, a free coding system by MIT. You’ll learn how to use the system and how to teach children how to use it and put their imagination and creativity to work.

Self Paced
Self-Paced