
Rock-Paper-Scissors
This is our Free Introductory Python Course
-
-
Getting Started with VS Code
Learn how to install and set up VS Code and Python to kickstart your coding journey.
Learn how to install and set up VS Code and Python to kickstart your coding journey.
-
Understanding Variables
Explore variables and data types like integers, doubles, strings, and booleans.
Explore variables and data types like integers, doubles, strings, and booleans.
-
Conditionals and User Input
Learn how to use if, elif, and else statements. Understand how to interact with users with the input function.
Learn how to use if, elif, and else statements. Understand how to interact with users with the input function.
-
Iteration: For and While Loops
Learn the basics of Iteration in Python, including for loops, enhanced for loops, and while loops.
Learn the basics of Iteration in Python, including for loops, enhanced for loops, and while loops.
-
Introducing User Interfaces
Create interactive User Interfaces in Python with Pygame. Learn how to design windows, create buttons, add text, and make them interactive with hover effects and click events.
Create interactive User Interfaces in Python with Pygame. Learn how to design windows, create buttons, add text, and make them interactive with hover effects and click events.
-
-
-
Learn To Code Your First Game
Create an interactive Rock-Paper-Scissors game using Python and pygame. Learn to design buttons, handle user input, and track scores in this fun, beginner-friendly coding challenge.
Create an interactive Rock-Paper-Scissors game using Python and pygame. Learn to design buttons, handle user input, and track scores in this fun, beginner-friendly coding challenge.
-