Aim is to learn Python along with developing a tool/SW. We have
community in Discord for discusisons. A project-guide will be
provided after joining the project (via Discord). Project-Guide is
created so that everyone will be following same path, and thus wll
be easier for discord-discussions.
0. For both Code-And-work-Alone and for Code-And-Work-In-Team (Team
of 5-10 Members)
->> A PC (recommended: with PyCharm
Community)
->> Discord account
1. For
Code-and-Work-In-Team
->> Basic knowledge of Python
->> Github account
Recommended: Code-And-Work-Alone
Here, a basic version of
Scientific Calculator will be developed using Python and for
Window PC. The calculator will have features like doing
general mathematics calculations (+, -, *, /, %, ...).
Here, an advanced version of Scientific Calculator will be developed using Python and for Window PC. The calculator will have features like calculating trigonometrics, metrics, graphs, etc. For GUI, PyQt5 will be used.
Here, a 2D Helicoper game will be developed. Pygame library, will be used to develop the game, and the game will/should run on Window PC. The helicopter in the game will run through environment (2D Map) and user will be able to control the Helicopter using keyboard to avoid collisions.
Here, a Sudoku game will be developed using Pygame library and the game will run on window PC. Here, Python, Pygame, PyQt5, along with designing the algorithms will be learnt.
Here, an app, which will guess Casino number, will be developed. The result will be shown on display of the App. Here, you will not only learn coding the app, but also planning and deciding the project or features/application of the App.
Here, a College-Students database management system will be developed in Python. Features would be line Adding record, listing, modifying and deleting record. Ant Input and Output will be through a simple GUI.