Python Challenges with Solutions
-
Updated
May 22, 2021 - Python
Python Challenges with Solutions
Scientific Computing with Python
🐍 A structured compilation of my learnings from the "Programming in Python" course, part of the Meta Backend Developer specialization on Coursera. This repository serves as a comprehensive Python resource, documenting key concepts, hands-on exercises, and structured explanations to reinforce learning. It is continuously updated as I progress
Everything I learned on the roadmap
Python codes to understand the basics of Python programming
A Python game where you play Rock, Paper, Scissors against the computer.
Python programs to brush up on my problem-solving skills on coding challenges, covering Strings, Lists, Tuples, Dictionaries, Conditionals, Loops, Recursions, Files, etc.
A beginner-level project created to practice and explore core Python concepts, including variables, data types, functions, loops, conditionals, and basic file I/O.
This is my first python project. It is a registration-login system without importing any module.
Password Complexity Checker is a Python tool that evaluates the strength of passwords based on length, uppercase and lowercase letters, numbers, and special characters. It provides a strength rating and feedback to help users improve their passwords.
Conditions libary for Python 3+
A program to verify robot movements for a robot factory's test facility.
Instructions and Exercises from my Python track in Exercism.org
A collection of Python examples demonstrating control flow, file handling, and function manipulation.
Introduction to flow control tools in Python, such as logical comparators, conditionals and loops.
The classic game of hangman written completely in Python. The hangman game randomly chooses a word, count its letters, and presents a list of “_” characters equal to that number. The player guesses a letter which the game checks. If it’s correct it replaces the “_” character with the letter and continues. If it is in-correct it “draws” the hangm…
An introduction to programming using a language called Python. Learn how to read and write code as well as how to test and “debug” it. Designed for students with or without prior programming experience who’d like to learn Python specifically.
A text-based Python adventure game where your choices lead to treasure.
Harvard CS50’s Introduction to Programming with Python via OpenCourseWare
Add a description, image, and links to the conditionals topic page so that developers can more easily learn about it.
To associate your repository with the conditionals topic, visit your repo's landing page and select "manage topics."