Packt
The Complete Python Course

Sparen Sie $160 für die Barrierefreiheit von mehr als 10.000 Programmen - ein wahres Urlaubsvergnügen. Jetzt sparen.

kurs ist nicht verfügbar in Deutsch (Deutschland)

Wir übersetzen es in weitere Sprachen.
Packt

The Complete Python Course

Bei Coursera Plus enthalten

Verschaffen Sie sich einen Einblick in ein Thema und lernen Sie die Grundlagen.
Stufe Mittel

Empfohlene Erfahrung

2 Wochen zu vervollständigen
unter 10 Stunden pro Woche
Flexibler Zeitplan
In Ihrem eigenen Lerntempo lernen
Verschaffen Sie sich einen Einblick in ein Thema und lernen Sie die Grundlagen.
Stufe Mittel

Empfohlene Erfahrung

2 Wochen zu vervollständigen
unter 10 Stunden pro Woche
Flexibler Zeitplan
In Ihrem eigenen Lerntempo lernen

Was Sie lernen werden

  • Install and configure Python and PyCharm on Windows and Mac for seamless development

  • Understand and apply Python fundamentals including variables, scopes, and data types effectively

  • Develop Python programs using control structures like loops, decision-making, and functions

  • Utilize Python modules and object-oriented programming to write modular, scalable code

Kompetenzen, die Sie erwerben

  • Kategorie: Software Installation
  • Kategorie: Mathematical Software
  • Kategorie: Statistical Methods
  • Kategorie: Scripting
  • Kategorie: Data Manipulation

Wichtige Details

Zertifikat zur Vorlage

Zu Ihrem LinkedIn-Profil hinzufügen

Kürzlich aktualisiert!

Oktober 2025

Bewertungen

27 Aufgaben

Unterrichtet in Englisch

Erfahren Sie, wie Mitarbeiter führender Unternehmen gefragte Kompetenzen erwerben.

 Logos von Petrobras, TATA, Danone, Capgemini, P&G und L'Oreal

In diesem Kurs gibt es 26 Module

In this module, we will introduce you to the overall course structure and the learning outcomes you can expect. You will explore Python's core features and understand why it is one of the most popular programming languages today. This foundation will set the stage for your Python learning journey.

Das ist alles enthalten

2 Videos1 Lektüre

In this module, we will guide you step-by-step through setting up your Python development environment. From installing Python and PyCharm to writing and running your first Python script, you'll gain the confidence to start coding immediately.

Das ist alles enthalten

4 Videos1 Aufgabe1 Plug-in

In this module, we will focus on the Mac-specific setup for Python programming. You will learn how to install Python and PyCharm on a Mac and configure your system for smooth Python development.

Das ist alles enthalten

1 Video1 Aufgabe1 Plug-in

In this module, we will cover the basics of Python variables, including their definition and use. Through practical coding examples, you'll learn how variables serve as fundamental building blocks in Python programs.

Das ist alles enthalten

2 Videos1 Aufgabe1 Plug-in

In this module, we will explore how variable scope affects Python programming. You will learn about the local and global scopes and how to manage variables effectively within different parts of your code.

Das ist alles enthalten

4 Videos1 Aufgabe1 Plug-in

In this module, we will delve into Python’s fundamental building blocks called tokens. You will learn about various token types, including keywords, identifiers, and literals, and understand how they form the syntax of Python programs.

Das ist alles enthalten

4 Videos1 Aufgabe1 Plug-in

In this module, we will explore the wide range of operators available in Python. You will learn how to manipulate data and control program flow using operators like arithmetic, logical, and bitwise.

Das ist alles enthalten

7 Videos1 Aufgabe1 Plug-in

In this module, we will teach you how to use comments effectively to make your Python code more readable and maintainable. You will learn the syntax for both single-line and multi-line comments.

Das ist alles enthalten

2 Videos1 Aufgabe1 Plug-in

In this module, we will cover how to convert data types in Python to ensure compatibility and correctness. Through examples, you will understand when and how to change data types in your programs.

Das ist alles enthalten

2 Videos1 Aufgabe1 Plug-in

In this module, we will show you how to make your Python programs interactive by capturing user input. You will practice using input functions and learn techniques to handle user-provided data effectively.

Das ist alles enthalten

1 Video1 Aufgabe1 Plug-in

In this module, we will dive into Python’s decision-making statements that control the flow of your programs. You will learn how to write conditional code using if, if…else, and if…elif…else structures to build intelligent, responsive applications.

Das ist alles enthalten

4 Videos1 Aufgabe1 Plug-in

In this module, we will explore control statements that affect loop execution in Python. You will master using break to terminate loops and continue to skip iterations, enhancing the flexibility of your loops.

Das ist alles enthalten

2 Videos1 Aufgabe1 Plug-in

In this module, we will uncover the power of loops in Python programming. You will learn how to automate repetitive tasks with while and for loops, enabling you to write efficient, concise code.

Das ist alles enthalten

3 Videos1 Aufgabe1 Plug-in

In this module, we will introduce Python’s numeric data types and their applications. You will understand the characteristics of integers, floats, and complex numbers and learn how to use them effectively in your code.

Das ist alles enthalten

2 Videos1 Aufgabe1 Plug-in

In this module, we will explore one of Python’s most versatile data types—strings. You will learn how to create, manipulate, and transform strings, unlocking powerful text-processing capabilities in your programs.

Das ist alles enthalten

8 Videos1 Aufgabe1 Plug-in

In this module, we will explore Python functions as reusable blocks of code. You will learn how to define functions, pass arguments, implement recursion, and return values to write modular and efficient programs.

Das ist alles enthalten

6 Videos1 Aufgabe1 Plug-in

In this module, we will introduce lambda functions—compact, anonymous functions used for short operations. You will work through examples to understand how to implement lambda functions effectively.

Das ist alles enthalten

2 Videos1 Aufgabe1 Plug-in

In this module, we will dive into object-oriented concepts by learning about classes and objects. You will explore how to structure programs using these concepts to build scalable and organized code.

Das ist alles enthalten

5 Videos1 Aufgabe1 Plug-in

In this module, we will explore tuples as fixed collections in Python. You will understand when to use tuples over lists and practice creating and manipulating tuples through hands-on examples.

Das ist alles enthalten

4 Videos1 Aufgabe1 Plug-in

In this module, we will introduce dictionaries, a powerful way to store and access data using keys. You will learn how to create and manipulate dictionaries to manage complex data efficiently.

Das ist alles enthalten

3 Videos1 Aufgabe1 Plug-in

In this module, we will cover lists extensively, demonstrating their flexibility and use cases. You will practice creating lists, combining them, and handling multi-dimensional lists for advanced data structures.

Das ist alles enthalten

6 Videos1 Aufgabe1 Plug-in

In this module, we will introduce sets as unordered collections with unique elements. You will learn how to create and utilize sets to perform operations like union, intersection, and difference.

Das ist alles enthalten

3 Videos1 Aufgabe1 Plug-in

In this module, we will explore how to structure Python programs using modules. You will learn to import and use built-in and custom modules to write cleaner and more maintainable code.

Das ist alles enthalten

2 Videos1 Aufgabe1 Plug-in

In this module, we will delve into the math module that provides mathematical functions and constants. You will learn how to perform advanced math operations easily within your Python programs.

Das ist alles enthalten

2 Videos1 Aufgabe1 Plug-in

In this module, we will cover the statistics module for data analysis. You will learn to calculate measures like mean, median, and variance using built-in functions with real-world examples.

Das ist alles enthalten

2 Videos1 Aufgabe1 Plug-in

In this module, we will introduce the random module that helps generate random numbers and selections. You will practice creating random data to add unpredictability and variation to your programs.

Das ist alles enthalten

2 Videos3 Aufgaben

Dozent

Packt - Course Instructors
Packt
1.155 Kurse270.009 Lernende

von

Packt

Mehr von Software Development entdecken

Warum entscheiden sich Menschen für Coursera für ihre Karriere?

Felipe M.
Lernender seit 2018
„Es ist eine großartige Erfahrung, in meinem eigenen Tempo zu lernen. Ich kann lernen, wenn ich Zeit und Nerven dazu habe.“
Jennifer J.
Lernender seit 2020
„Bei einem spannenden neuen Projekt konnte ich die neuen Kenntnisse und Kompetenzen aus den Kursen direkt bei der Arbeit anwenden.“
Larry W.
Lernender seit 2021
„Wenn mir Kurse zu Themen fehlen, die meine Universität nicht anbietet, ist Coursera mit die beste Alternative.“
Chaitanya A.
„Man lernt nicht nur, um bei der Arbeit besser zu werden. Es geht noch um viel mehr. Bei Coursera kann ich ohne Grenzen lernen.“
Coursera Plus

Neue Karrieremöglichkeiten mit Coursera Plus

Unbegrenzter Zugang zu 10,000+ Weltklasse-Kursen, praktischen Projekten und berufsqualifizierenden Zertifikatsprogrammen - alles in Ihrem Abonnement enthalten

Bringen Sie Ihre Karriere mit einem Online-Abschluss voran.

Erwerben Sie einen Abschluss von erstklassigen Universitäten – 100 % online

Schließen Sie sich mehr als 3.400 Unternehmen in aller Welt an, die sich für Coursera for Business entschieden haben.

Schulen Sie Ihre Mitarbeiter*innen, um sich in der digitalen Wirtschaft zu behaupten.

Häufig gestellte Fragen