Packt
Game Development, Data Science, and Machine Learning

Découvrez de nouvelles compétences avec 30 % de réduction sur les cours dispensés par des experts du secteur. É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

Game Development, Data Science, and Machine Learning

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

  • Build interactive games with Pygame, integrating game logic and controls.

  • Manipulate data using Pandas and NumPy for powerful data analysis.

  • Create and evaluate machine learning models with Scikit-learn.

  • Visualize complex datasets with Matplotlib to uncover trends and patterns.

Compétences que vous acquerrez

  • Catégorie : Data Visualization
  • Catégorie : Feature Engineering
  • Catégorie : Animation and Game Design
  • Catégorie : Statistical Modeling
  • Catégorie : Data Cleansing
  • Catégorie : Data Science
  • Catégorie : Predictive Modeling

Détails à connaître

Certificat partageable

Ajouter à votre profil LinkedIn

Récemment mis à jour !

septembre 2025

Évaluations

18 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

Élaborez votre expertise du sujet

Ce cours fait partie de la Spécialisation Python - Complete Python, Django, Data Science and ML Guide
Lorsque vous vous inscrivez à ce cours, vous êtes également inscrit(e) à cette Spécialisation.
  • Apprenez de nouveaux concepts auprès d'experts du secteur
  • Acquérez une compréhension de base d'un sujet ou d'un outil
  • Développez des compétences professionnelles avec des projets pratiques
  • Obtenez un certificat professionnel partageable

Il y a 16 modules dans ce cours

In this module, we will explore how to set up the Pygame library and create the initial game window. We will also learn how to modify the game background, display simple objects like rectangles, and allow user interaction by moving these objects using the keyboard. Finally, we'll implement boundaries to keep objects within the game window.

Inclus

7 vidéos2 lectures1 devoir1 plugin

In this module, we will dive into the process of creating a shooter game, starting with an overview of the game’s core features and mechanics. We will load and display images for the fighter and projectiles, enabling smooth movement and shooting mechanics. Additionally, we will add enemies like aliens and animate their movements to enhance the gameplay experience.

Inclus

10 vidéos1 devoir1 plugin

In this module, we will focus on the interaction between game elements, starting with implementing a collision detection system to trigger a game-over when the fighter and alien collide. We will also create mechanics for detecting when the ball hits the alien and introduce a hit counter to track success. Additionally, we will increase the alien's speed after each hit, adding a layer of difficulty to the game.

Inclus

5 vidéos1 devoir1 plugin

In this module, we will refactor the shooter game by applying object-oriented programming principles. We’ll begin by creating separate classes for the fighter, alien, and ball, and adding specific methods to encapsulate their behaviors. Additionally, we will centralize the game's logic and management into a Game class, ensuring better organization and performance. Finally, we will demonstrate the improved game functionality and review the overall refactoring process.

Inclus

11 vidéos1 devoir1 plugin

In this module, we will cover the essentials of using Jupyter Notebook, starting with installation and basic editing features. We will explore the execution order of cells and its significance in managing workflows. Additionally, you’ll learn how to use Markdown to add notes and save/load notebooks for easy access and collaboration.

Inclus

4 vidéos1 devoir1 plugin

In this module, we will walk through the installation of Jupyter Lab and its advanced notebook editing features. You will also explore the powerful tools and functionalities Jupyter Lab offers for a more efficient coding experience. Additionally, we’ll demonstrate how to install third-party packages to enhance your workflow within the environment.

Inclus

3 vidéos1 devoir1 plugin

In this module, we will introduce NumPy, starting with how to create one-dimensional arrays and progressing to two-dimensional arrays. We will delve into the concept of axes and how they affect array operations. Additionally, we will cover basic arithmetic operations on arrays and demonstrate how to concatenate arrays for more complex data handling.

Inclus

6 vidéos1 devoir1 plugin

In this module, we will focus on working with random values in NumPy. You will learn how to initialize arrays with predefined values like zeroes and ones, as well as generate random numbers. We will also explore how to control randomization using a seed for reproducibility, and finish by discussing methods like arange, reshape, and flatten to manipulate array structures.

Inclus

4 vidéos1 devoir1 plugin

In this module, we will apply NumPy concepts through a series of practical examples. Starting with one-dimensional arrays, we'll cover basic operations and progress to advanced slicing and transformations. We’ll then move into two-dimensional arrays to explore matrix operations and conclude by introducing three-dimensional arrays, helping you visualize and manipulate data in 3D. Finally, we will wrap up with a comprehensive summary of all key NumPy functions covered.

Inclus

6 vidéos1 devoir1 plugin

In this module, we will dive into the powerful Pandas library, starting with creating DataFrames and Series from various data sources, such as Python dictionaries. You will explore essential tasks like filtering data, sorting, and selecting specific portions of your dataset. We will also address handling missing values, managing datetime information, and refining your DataFrame manipulation skills by adding/removing columns and combining multiple DataFrames.

Inclus

13 vidéos1 devoir1 plugin

In this module, we will explore generating random data for DataFrames, providing a great way to test and simulate various data analysis scenarios. We’ll also cover how to save and load data between DataFrames and CSV files, ensuring your work is secure and easily transferable. Additionally, you’ll learn how to save DataFrames in Excel and JSON formats, broadening the scope of data storage options.

Inclus

5 vidéos1 devoir1 plugin

In this module, we will focus on analyzing DataFrames that have been loaded from CSV files. You’ll learn how to group data for aggregation and pattern identification. We will also explore how to visualize Series data with Matplotlib, creating compelling plots to present your findings. Finally, we will summarize everything learned in the context of random CSV data, ensuring you have a solid foundation for real-world data analysis.

Inclus

4 vidéos1 devoir1 plugin

In this module, we will delve into the fundamentals of data visualization using Matplotlib, starting with basic line plots and scatter diagrams. We will expand into advanced techniques like using subplots for side-by-side comparisons and creating various chart types including boxplots, area plots, and pie charts. Additionally, you'll learn to generate compelling heatmaps and apply these techniques to real-world data for clear, insightful visual narratives.

Inclus

6 vidéos1 devoir1 plugin

In this module, we will introduce you to Scikit-Learn, a leading Python library for machine learning. Starting with installation and data analysis, we will guide you through essential preprocessing tasks like handling missing values and encoding non-numeric data. You’ll then create and train a predictive model, visualize decision trees, and evaluate model accuracy. By the end of the module, you’ll be able to use machine learning to solve real-world problems and make data-driven predictions.

Inclus

10 vidéos1 devoir1 plugin

In this module, we will work with a real-world dataset on airline passenger satisfaction. You will learn how to load, clean, and preprocess the data by handling missing values and encoding categorical variables. After preparing the dataset, you will build and train a machine learning model using the DecisionTreeClassifier, and evaluate its accuracy to ensure reliable predictions.

Inclus

12 vidéos1 devoir1 plugin

In this module, we will focus on refining your machine learning model by eliminating biased features like passenger votes. You will also learn how to save your trained model for future use, ensuring it can be easily deployed without needing to retrain. Finally, we will summarize the key steps taken to build a realistic and effective passenger satisfaction prediction model.

Inclus

3 vidéos1 lecture3 devoirs

Obtenez un certificat professionnel

Ajoutez ce titre à votre profil LinkedIn, à votre curriculum vitae ou à votre CV. Partagez-le sur les médias sociaux et dans votre évaluation des performances.

Instructeur

Packt - Course Instructors
Packt
964 Cours205 430 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