+ 2

Ideas

I want fun and simple ideas to make in python

26th Jun 2025, 7:24 AM
Abdulrahman alturk
Abdulrahman alturk - avatar
6 Respostas
+ 1
Tic tac toe
26th Jun 2025, 10:33 PM
Uwltoamym
Uwltoamym - avatar
+ 3
I would recommend to understand the basics fully while doing some basic codes whatever you learnt so far
26th Jun 2025, 8:21 AM
Aysha
+ 1
To make python into fun basic is required first. Without gain the rules of python you will not be able to make a fun in python. So start learning python...
26th Jun 2025, 3:04 PM
Md Mehedi Hasan
Md Mehedi Hasan - avatar
0
make a calculator
26th Jun 2025, 12:31 PM
Alhaaz
Alhaaz - avatar
0
Alhaaz i already made two
26th Jun 2025, 12:48 PM
Abdulrahman alturk
Abdulrahman alturk - avatar
0
I think a simple TODO application is a good start. No need for. GUI it can just be a terminal app where you store the todo items in a dictionary. The point of a todo app is that it has all the CRUD operations. (Create, Read, Update and Delete)
26th Jun 2025, 5:23 PM
Magnus Rydberg