Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 899 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 899 Bytes

jetbrains_academy_python

Completed Jetbrains Academy Python Projects

Zookeeper

This short code challenge can help the local zoo look after its denizens. You will create a tool for monitoring animals and their status.


Chatty Bot

Here, at the beginning of your programmer’s path, creating a simple console chat bot will do wonders to guide you through the basics of coding. During this journey you will also play some word and number games that you are going to implement all on your own. Pack up and let’s hit the road, my friend!


Loan Calculator (creditcalc.py)

Personal finances are an important part of life. Sometimes you need some extra money and decide to take a loan, or you want to buy a house using a mortgage. To make an informed decision, you need to be able to calculate different financial parameters. Let’s make a program that can help us with that!