Which project to do in pyton for 1st semester ... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which project to do in pyton for 1st semester ...

i am studying in 1st semester BCS and need suggestion for my final project in python ... i nees a basic project not too complex that can impress the teacher ...... plz do tell .

28th Nov 2017, 6:47 AM
Saadullah Shah
Saadullah Shah - avatar
17 Answers
+ 8
I recommend a mini bookshop/library. A program able to read from and save to a file, maintaining a database of books available to "buy" or "borrow". Adding, deleting, editing, loading, saving, exporting -- all this should be available for the user, based on the input. That is not too complex and lets you practice many different areas of coding - file handling, classes, user interface and more :)
28th Nov 2017, 7:53 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 4
may be FINDING PATH from Start to End node of a N × N maze... using knowledhe of trees; graphs; some shortest path algorithms etc.
28th Nov 2017, 1:37 PM
sayan chandra
sayan chandra - avatar
+ 4
just import pygame module... get used to of some functions of that module.. you tube>>
28th Nov 2017, 1:38 PM
sayan chandra
sayan chandra - avatar
+ 3
may be a moderate(not advanced) webcrawler
28th Nov 2017, 1:31 PM
sayan chandra
sayan chandra - avatar
+ 3
may be a tic tac toe (AI vs user)--where either AI wins or match becomes draw difficulty for user is highest... user cant win
28th Nov 2017, 1:32 PM
sayan chandra
sayan chandra - avatar
+ 3
may be a small snake basic game
28th Nov 2017, 1:33 PM
sayan chandra
sayan chandra - avatar
+ 3
may be a algorithm that can evaluate simple mathematical expressions -+÷×^(){}[] step by step... showimg each step of calculation like 2+3÷(5+5) =2+3÷10 =2+0.3 =2.3 ( ans)
28th Nov 2017, 1:35 PM
sayan chandra
sayan chandra - avatar
+ 1
i will think about it ..... can i make tic tac toe on gui ?
28th Nov 2017, 1:33 PM
Saadullah Shah
Saadullah Shah - avatar
+ 1
is it possible to transform a game make in pyton to a gui?? ........ if so is it hard or simple
28th Nov 2017, 1:36 PM
Saadullah Shah
Saadullah Shah - avatar
+ 1
didnt had an idea about pygame ... will sirely look it out ... thanks buddy ..great knowledge.
28th Nov 2017, 1:40 PM
Saadullah Shah
Saadullah Shah - avatar
28th Nov 2017, 1:46 PM
Pavan Kumar T S
Pavan Kumar T S - avatar
+ 1
it's 2.x I guess check docs
28th Nov 2017, 1:55 PM
Pavan Kumar T S
Pavan Kumar T S - avatar
0
can anyone post script of the project he is suggesting
28th Nov 2017, 7:55 AM
Saadullah Shah
Saadullah Shah - avatar
0
well as of now everything he suggested as been developed by some fellow pythonist .so you just need to ask google in right way to get it and implement as per your requirement
28th Nov 2017, 8:59 AM
Pavan Kumar T S
Pavan Kumar T S - avatar
0
are all these scripts links shared in python 3 ???
28th Nov 2017, 1:48 PM
Saadullah Shah
Saadullah Shah - avatar
0
okoo sure ... i will look into it
28th Nov 2017, 1:56 PM
Saadullah Shah
Saadullah Shah - avatar