One hundred days of code in Python. 100 days, 1 project per day.
-
Updated
Jun 26, 2024 - Python
One hundred days of code in Python. 100 days, 1 project per day.
Python nested loops as classes for improved readability and modularity
Contains all answers for Rajalakshmi college's Digial cafe CS19211-Python. HAVE FUN!!!
In this project I created a Python script for analyzing the financial records of a company. . Demonstrates use of Python’s csv reader, dictionaries, and for loops.
User specifies how many letters, symbols and numbers to use. Script randomly pulls them then shuffles before printing to screen.
User enters list of scores. Use of FOR loop to capture highest score and print to screen.
small exercises to allow you to apply what you have learnt.
Python bootcamp exercises and assignments focusing on flow control using loops, conditionals, and structured program logic.
A complete, step-by-step beginner's guide to core Python fundamentals. Features 27 curated lessons covering everything from basic syntax, variables, and data structures to advanced built-in modules and error handling. Clean, easy-to-digest code snippets designed for rapid learning.
Hangman game utilizing all tools / skills learned so far. First time dealing with importing external files with code.
All kind of patterns program and their code with easy logic
Practicing basic for loops in Python.
This is a simple command-line Task Manager program that lets users add, update, delete, view, and save tasks. It uses basic Python features like lists, functions, loops, and file handling for task organization.
Hangman game that contain: if-else, for, while, input, and function statements
Add a description, image, and links to the for-loop topic page so that developers can more easily learn about it.
To associate your repository with the for-loop topic, visit your repo's landing page and select "manage topics."