Python Challenges with Solutions
-
Updated
May 22, 2021 - Python
Python Challenges with Solutions
Scientific Computing with Python
Everything I learned on the roadmap
Introduction to flow control tools in Python, such as logical comparators, conditionals and loops.
Python programs to brush up on my problem-solving skills on coding challenges, covering Strings, Lists, Tuples, Dictionaries, Conditionals, Loops, Recursions, Files, etc.
This is my first python project. It is a registration-login system without importing any module.
Conditions libary for Python 3+
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…
Instructions and Exercises from my Python track in Exercism.org
Python codes to understand the basics of Python programming
A program to verify robot movements for a robot factory's test facility.
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.
Assignments for Harvard's CS50p: Introduction to Programming with Python
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.
30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw
Harvard CS50’s Introduction to Programming with Python via OpenCourseWare
Repositório de exercícios do segundo módulo (Mundo 2) do curso de Python do Professor Gustavo Guanabara. Nele estão incluídos exercícios sobre condicionais aninhadas, repetições (For), repetições (While) e interrupção de repetições.
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."