Skip to content

BearWithAFez/Learning-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Python

In this 'lil repo I'll just post some excercises and goals of me learnin Python. I'm using this book.

All excercises are sort of made up on the spot and devided on how far I'm in the book.

Boek

Content

Chapter 1: Aan de slag

Parrot

A program that imitates an annoying parrot that says everything back at you.

Hola

A simple game where you guess if the next number is going to be lower or higher.

Rock Paper Scissors

Yeah take a guess 🤔

21

Simple game that is supposed to resemble a blackjack-esque game. Get as close to 21 without going over it.

Chapter 2: Strings en collecties

Choice helper

Helps the user decide what of all inputs to pick.

Random animal

Guesses your favorite animal from a list (randomly).

Chapter 3: Modulariteit

animals

Made during the process of the chapter. A variation of Random animal from CH2.

textAnalyser

This one does alot:

  • Counts all the chars from a text
  • Counts all the lines from a text
  • Counts all the words
  • Counts all the unique ones
  • Counts the repeatedness of words
  • Tries to deploy skynet
  • Gets all the first letters

Chapter 4: Ingebouwde typen en het objectmodel

Geen oefeningen gemaakt wegens pure theorie.

Chapter 5: Ingebouwde collectietypen

Contact

Feel free to contact me if anything comes up.

Credits

  • Animals text stolen from here.
  • Git progress bar stolen from here.

About

Just me learning Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages