+ 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 .
17 Respuestas
+ 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 :)
+ 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.
+ 4
just import
pygame module...
get used to of some functions of that module..
you tube>>
+ 3
may be a moderate(not advanced) webcrawler
+ 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
+ 3
may be a small snake basic game
+ 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)
+ 1
i will think about it ..... can i make tic tac toe on gui ?
+ 1
is it possible to transform a game make in pyton to a gui?? ........ if so is it hard or simple
+ 1
didnt had an idea about pygame ... will sirely look it out ... thanks buddy ..great knowledge.
+ 1
it's 2.x I guess check docs
0
can anyone post script of the project he is suggesting
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
0
are all these scripts links shared in python 3 ???
0
okoo sure ... i will look into it