By the end of this project, you will be able to create The Classic Ping Pong game using Python and Turtle graphics. You’ll also be able to identify and use most of Turtle’s modules and functions that helps you develop and build your own game. Moreover, you’ll be able to edit and manipulate the objects created by Turtle however you like. Turtle graphics is a pre-installed Python … [Read more...] about Create Ping-Pong Game in Python using Turtle Graphics
Algorithms
Test and Debug Your Build with Visual Studio Code
In this 1-hour long project-based course, you will learn how to test and debug your code in Visual Studio Code. You will find the bugs in a sample program and fix them. Topics covered include: building code for debugging, breakpoints, watch, call stack, conditional breakpoints, function breakpoints, and debug console. Note: This course uses a C++ program as a learning tool. … [Read more...] about Test and Debug Your Build with Visual Studio Code
Blocks-based ABM with NetTango
Programming and complexity thinking are key skills for approaching 21st century challenges. NetTango Builder is a tool that allows for the creation of blocks-based programming experiences based on complex systems models available in NetLogo Library. Thus, it makes it possible for teachers to create entry level programming experiences capable of introducing students to … [Read more...] about Blocks-based ABM with NetTango
Performing regression tasks using decision tree & PCA basics
In this 1-hour long project-based course, you will learn how to perform regression tasks using decision tree & some PCA fundamental coding. you will get expertise in acing following tasks- Predicting two decision tree regression model Drawing Decision tree for regression Regularize a decision tree regressor Setting up the environment for dimensional reduction Coding for … [Read more...] about Performing regression tasks using decision tree & PCA basics
Chicken Invaders Game in Python using Pygame
In this 1-hour long project-based course, you will learn how to create a fully functioning chicken invaders game using Pygame. Throughout the project, you will be able to build the game using the pygame module, interact with other modules, and finally, you will be able to identify and use many of python’s components. Python is one of the most used languages in the world, and by … [Read more...] about Chicken Invaders Game in Python using Pygame