Skip to content
#

python-fundamentals

Here are 46 public repositories matching this topic...

Hangman is a word-guessing game. The computer selects a random word, and the player tries to guess it letter by letter. The player has a limited number of attempts. Incorrect guesses lead to parts of a stick figure being drawn. If the player guesses the word before the figure is complete, they win.

  • Updated Oct 7, 2024
  • Python
Python-Fundamentals-Roadmap

A structured, beginner-friendly repository designed to teach the fundamentals of Python programming. This repository offers lessons organized into branches, allowing new learners to follow a step-by-step roadmap to build a solid foundation in Python. Perfect for self-learners and anyone starting their coding journey.

  • Updated Feb 23, 2025
  • Jupyter Notebook

This course contains lots of challenges for Python, each challenge is a small Python project with detailed instructions and solutions. You can practice your Python skills by solving these challenges, improve your problem-solving skills, and learn how to write clean and efficient code.

  • Updated Oct 23, 2025

Master Python fundamentals in this hands-on course designed for beginners. Learn essential concepts like data types, control structures, functions, modules, and data structures through interactive labs and practical challenges. Perfect for those starting their Python programming journey.

  • Updated Oct 23, 2025

Improve this page

Add a description, image, and links to the python-fundamentals topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python-fundamentals topic, visit your repo's landing page and select "manage topics."

Learn more