Skip to content

this is a side project where I challenge myself to do at least 1 hour per day in Python. Let's us begin shall we?

Notifications You must be signed in to change notification settings

aesha98/100daysofpython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation & Record

This is where i keep all the neccesarry documentation, records, notes, summary and source code throughout this journey #100days

Day 1

Program : Band Name Generator

filename : main.py

Summary/notes

working with variables and inputs to manage data, just simple stuff to warm up

Output/Outcome

Screenshot program output

Day 2

Program : Tip Calculator

filename : main.py

Summary/notes

working with data types and manipulating strings (still some simple challenge)

relax, it's only day 2.

Output/Outcome

Screenshot program output

Day 3

Program : The Threshing (Or should I say..an awesome choose your own adventure game!)

filename : main.py

Summary/notes

Alright! let's kick it up a notch by adding conditional statement, control flow, logical operator and some combination of things to build a simple choose your own adventure game.

Program Planning/Flowchart

Okay, so my idea for this adventure game is basically dragon adventure story. I'm kinda obsessed with Fourth Wing (fantasy book im reading now) and i just want to play around with that idea for a bit. simple stuff since i only have a day.

Output/Outcome

Screenshot program output

Day 4

Program : Rock, Paper Scissors Game

filename : main.py

Summary/notes

Okay, so let's be random and play with randomisation and list!

Output/Outcome

Screenshot program output

Day 5

Program : PyPassword Generator

filename : main.py

Summary/notes

Okay, so let's be random and play with randomisation, list...and loops!

Output/Outcome

Screenshot program output

Day 6 - 7

Program : The Hangman Game

filename : main.py

Summary/notes

Okay, so let's kick it up a notch and get a bit dirty! This project will span around two days.

Flowchart Program

flowchart planing

Output/Outcome

Screenshot program output

Day 8

Program : Caeser Cipher Program

filename : main.py

Summary/notes

Output/Outcome

Screenshot program output

Day 9

Program : Secret Auction Program

filename : main.py

Summary/notes

Using dictionaries and nesting to build a secret auction program.

Output/Outcome

Screenshot program output

Day 10

Program : Calculator Program

filename : main.py

Summary/notes

  • Build a simple calculator program with basic arimethic operation

Output/Outcome

Screenshot program output

Day 11

Program : Blackjack Program

filename : main.py

Summary/notes

The blackjack capstone project

Output/Outcome

Screenshot program output

Day 12

Program : Number Guessing project

filename : main.py

Summary/notes

Output/Outcome

Screenshot program output

About

this is a side project where I challenge myself to do at least 1 hour per day in Python. Let's us begin shall we?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages