https://github.com/aymanmomin/python-project-1-zookeeper
This is my first python project offered by JetBrains Academy; Python for beginners course
https://github.com/aymanmomin/python-project-1-zookeeper
jetbrains-academy learning-by-doing project pyhton3
Last synced: 5 months ago
JSON representation
This is my first python project offered by JetBrains Academy; Python for beginners course
- Host: GitHub
- URL: https://github.com/aymanmomin/python-project-1-zookeeper
- Owner: aymanmomin
- Created: 2021-12-05T06:38:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-05T08:40:19.000Z (over 4 years ago)
- Last Synced: 2025-06-29T17:47:51.351Z (12 months ago)
- Topics: jetbrains-academy, learning-by-doing, project, pyhton3
- Language: HTML
- Homepage: https://hyperskill.org/projects/98?track=6
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project: 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.
## Learning outcomes
This project is aimed at our beginners. It helps you understand some syntax basics and learn how to work with variables, data storage types such as lists, and while loops.