Coding ideas | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Coding ideas

I am learning python and next semester I am required to make a decent code for my programming class. Does anyone have any ideas?

26th Oct 2018, 12:52 PM
Bryson Summers
Bryson Summers - avatar
6 Answers
+ 2
Depends how decent the code should be. Can you give a example? One more thing. Can you only use standard library?
26th Oct 2018, 1:03 PM
Anya
Anya - avatar
0
Anya, well it needs to be python and we can use anything within python that we can get our hands on such as importing
29th Oct 2018, 5:36 PM
Bryson Summers
Bryson Summers - avatar
0
Ok yoh could try to make a algorithm that find a path between citys (not real citys just a simulation). And you could use librarys to show you algorithm solving the problem
1st Nov 2018, 1:18 PM
Anya
Anya - avatar
0
Try making these program 1. A input which takes a target and there is array in the code, try to linear search the target in the array. (Easy) 2. A calculator (Basic) 3. A GUI Program (Medium) 4. A Complex GUI Program (Hard) 5. A Funtional Game (NON GUI, Easy) 6. A Functional GUI Game (Super-Hard)
9th Nov 2018, 6:12 AM
Jaidee
Jaidee - avatar
0
Make only one
9th Nov 2018, 6:12 AM
Jaidee
Jaidee - avatar
0
when you say functional game, would you consider importing something like turtle
5th Dec 2018, 2:12 AM
Bryson Summers
Bryson Summers - avatar