Économiser 160 dollars sur l'accès à plus de 10 000 programmes est un véritable plaisir pour les fêtes de fin d'année. Économisez maintenant.

Ce cours n'est pas disponible en Français (France)

Nous sommes actuellement en train de le traduire dans plus de langues.
Packt

The Complete Python Course

Inclus avec Coursera Plus

Obtenez un aperçu d'un sujet et apprenez les principes fondamentaux.
niveau Intermédiaire

Expérience recommandée

2 semaines à compléter
à 10 heures par semaine
Planning flexible
Apprenez à votre propre rythme
Obtenez un aperçu d'un sujet et apprenez les principes fondamentaux.
niveau Intermédiaire

Expérience recommandée

2 semaines à compléter
à 10 heures par semaine
Planning flexible
Apprenez à votre propre rythme

Ce que vous apprendrez

  • 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

Compétences que vous acquerrez

  • Catégorie : Software Installation
  • Catégorie : Mathematical Software
  • Catégorie : Scripting
  • Catégorie : Data Manipulation
  • Catégorie : Statistical Methods

Détails à connaître

Certificat partageable

Ajouter à votre profil LinkedIn

Récemment mis à jour !

octobre 2025

Évaluations

27 devoirs

Enseigné en Anglais

Découvrez comment les employés des entreprises prestigieuses maîtrisent des compétences recherchées

 logos de Petrobras, TATA, Danone, Capgemini, P&G et L'Oreal

Il y a 26 modules dans ce cours

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.

Inclus

2 vidéos1 lecture

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.

Inclus

4 vidéos1 devoir1 plugin

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.

Inclus

1 vidéo1 devoir1 plugin

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.

Inclus

2 vidéos1 devoir1 plugin

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.

Inclus

4 vidéos1 devoir1 plugin

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.

Inclus

4 vidéos1 devoir1 plugin

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.

Inclus

7 vidéos1 devoir1 plugin

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.

Inclus

2 vidéos1 devoir1 plugin

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.

Inclus

2 vidéos1 devoir1 plugin

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.

Inclus

1 vidéo1 devoir1 plugin

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.

Inclus

4 vidéos1 devoir1 plugin

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.

Inclus

2 vidéos1 devoir1 plugin

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.

Inclus

3 vidéos1 devoir1 plugin

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.

Inclus

2 vidéos1 devoir1 plugin

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.

Inclus

8 vidéos1 devoir1 plugin

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.

Inclus

6 vidéos1 devoir1 plugin

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.

Inclus

2 vidéos1 devoir1 plugin

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.

Inclus

5 vidéos1 devoir1 plugin

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.

Inclus

4 vidéos1 devoir1 plugin

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.

Inclus

3 vidéos1 devoir1 plugin

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.

Inclus

6 vidéos1 devoir1 plugin

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.

Inclus

3 vidéos1 devoir1 plugin

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.

Inclus

2 vidéos1 devoir1 plugin

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.

Inclus

2 vidéos1 devoir1 plugin

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.

Inclus

2 vidéos1 devoir1 plugin

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.

Inclus

2 vidéos3 devoirs

Instructeur

Packt - Course Instructors
Packt
1 161 Cours273 820 apprenants

Offert par

Packt

En savoir plus sur Software Development

Pour quelles raisons les étudiants sur Coursera nous choisissent-ils pour leur carrière ?

Felipe M.
Étudiant(e) depuis 2018
’Pouvoir suivre des cours à mon rythme à été une expérience extraordinaire. Je peux apprendre chaque fois que mon emploi du temps me le permet et en fonction de mon humeur.’
Jennifer J.
Étudiant(e) depuis 2020
’J'ai directement appliqué les concepts et les compétences que j'ai appris de mes cours à un nouveau projet passionnant au travail.’
Larry W.
Étudiant(e) depuis 2021
’Lorsque j'ai besoin de cours sur des sujets que mon université ne propose pas, Coursera est l'un des meilleurs endroits où se rendre.’
Chaitanya A.
’Apprendre, ce n'est pas seulement s'améliorer dans son travail : c'est bien plus que cela. Coursera me permet d'apprendre sans limites.’
Coursera Plus

Ouvrez de nouvelles portes avec Coursera Plus

Accès illimité à 10,000+ cours de niveau international, projets pratiques et programmes de certification prêts à l'emploi - tous inclus dans votre abonnement.

Faites progresser votre carrière avec un diplôme en ligne

Obtenez un diplôme auprès d’universités de renommée mondiale - 100 % en ligne

Rejoignez plus de 3 400 entreprises mondiales qui ont choisi Coursera pour les affaires

Améliorez les compétences de vos employés pour exceller dans l’économie numérique

Foire Aux Questions