Skip to content

Secret49erFan/the-big-book-of-small-python-projects

Repository files navigation

the-big-book-of-small-python-projects

This is where I'm stashing all the code snippets from the book.

Bagels

-> Added some f-strings.
-> Changed variable names to snake_case.

Birthday Paradox

-> Added f-strings.
-> Added a variable for any birthday.
-> Changed displayed month from abbreviated to full text.
-> Changed variable names to snake_case.

Bitmap Message

-> Added f-strings.
-> Changed the bitmap used.
-> Changed variable names to snake_case.

Blackjack

-> Added f-strings.
-> Added Insurance.
    + Bug: Ignores player hand if player also has blackjack.
-> Changed variable names to snake_case.

Bouncing DvD

-> Added f-strings.
-> Added effect: Digital Rain (The Matrix)
-> Changed variable names to snake_case.
-> Fixed boudry logic

Caesar Cipher

-> Added f-strings.

About

This is where I'm stashing all the code snippets from the book.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages