Tags
Language
Tags
February 2025
Su Mo Tu We Th Fr Sa
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
SpicyMags.xyz

Intro to Python: Learn while developing a pac-man game

Posted By: IrGens
Intro to Python: Learn while developing a pac-man game

Intro to Python: Learn while developing a pac-man game
.MP4, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 2h 33m | 2.62 GB
Instructor: Maurício Aniche

Get more fluent in Python by coding a simple game

What you'll learn

  • Get more fluent with Python through a series of coding lectures
  • Understand and use the main language constructors, such as ifs, for and while loops
  • Develop and manipulate more complex data structures to support the game
  • Learn the basics of automated testing
  • Understand how a professional programmers thinks when programming

Requirements

  • Basic knowledge of Python.

Description

Did you just learn how to program in Python and needs to practice a bit more? Are you looking for some mildly complex project to challenge your skills? In this Python 102 course, we'll implement a text-based pac-game together, from scratch. Throughout the videos, we'll go together through all the challenges of implementing a game (how to design the map, how to move the characters, how to understand that the game is over) while exercising all the basics of the Python language.

This entire course is basically a live coding session. You will see:

  • How to create simple data structures to store things like the map and game points
  • How to write complex ifs to take the different game decisions
  • How to properly use loops, e.g., to control the main game loop
  • How to get data from the keyboard and react to it
  • How to test your program using basic automated unit testing
  • How to make mistakes, understand why your program is failing, and how to learn from the mistakes

I speak out loud every step I take, including my mistakes. In the end of every video, you are asked to implement the pac-man yourself. Did you get lost? No worries, you can find the source code of the game at every point in time in the resources of the course.

If you are looking for a nice way to reinforce your recently acquired Python skills, this is the course for you!

Who this course is for:

  • Beginner Python developers that want to get more fluent with programming


Intro to Python: Learn while developing a pac-man game