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.
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+
Instructions and Exercises from my Python track in Exercism.org
A collection of Python examples demonstrating control flow, file handling, and function manipulation.
A program to verify robot movements for a robot factory's test facility.
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.
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.
Introduction to flow control tools in Python, such as logical comparators, conditionals and loops.
Harvard CS50’s Introduction to Programming with Python via OpenCourseWare
A text-based Python adventure game where your choices lead to treasure.
Stanford University's Code in Place Final Project. I created my own console program of Pirates of the Caribbean: Dead Mans Chest dice game, Liar's Dice
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."