https://github.com/taka-rl/python_practice
This repository is to practice python programming from the basic to Object Oriented Programming(OOP).
https://github.com/taka-rl/python_practice
api chatbot coding object-oriented-programming oop pptx practice-programming practice-python python python-script python3 tkinter
Last synced: 3 months ago
JSON representation
This repository is to practice python programming from the basic to Object Oriented Programming(OOP).
- Host: GitHub
- URL: https://github.com/taka-rl/python_practice
- Owner: taka-rl
- Created: 2024-06-05T13:00:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-20T10:08:08.000Z (9 months ago)
- Last Synced: 2025-02-08T17:44:34.181Z (5 months ago)
- Topics: api, chatbot, coding, object-oriented-programming, oop, pptx, practice-programming, practice-python, python, python-script, python3, tkinter
- Language: Python
- Homepage:
- Size: 13.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python_practice
## about
This repository is totally for myself to practice python programming from the basic to Object Oriented Programming(OOP).
To understand the fundamental knowledge and skills, the following site was used:
https://pynative.com/python-exercises-with-solutions/## folder structure
- fundamentals
- X_***: contain all the scripts as practice used for the above web page. (X is a number from 1 to 10.)
- projects
- DiceGame: includes scripts to play DiceGame with OOP.
- tic-tac-toe: includes scripts to play a tic-tac-toe with OOP.
- linked_list: includes scripts to create a linked list with OOP.
- simple_notepad: includes a script to create a simple notepad with tkinter.
- chat_bot: includes a script to make a simple chat bot.
- useful_tools: contain variety types of convinient tools to be used for daily lives.