Answer the question
In order to leave comments, you need to log in
What to develop for novice programmers?
Hello! At the university (1 course) they asked a seemingly quite banal thing.
R&D: software design and development.
The work is carried out as part of the collective (preferably) or individual development of a software product in accordance with the assignment option (invent yourself).
Scope of work: 15 hours.
It is allowed to use ready-made freely distributed codes.
Actually, we already have a team, but we can’t decide what exactly to start working on. At the moment, as part of the laboratory work, we use the C language, creating the simplest console applications.
In past years, the guys created, for example, the games "Tic-tac-toe", "Dice", etc.
I would be very grateful if you could help me with an idea.
Answer the question
In order to leave comments, you need to log in
file download (a-la cURL )
protocols for 3-4 people: http (at least without https), file, ftp
which will just allow you to design an application with "adult" approaches to software design ))
but it's not 15 hours ))
How do we know what your specialization, qualifications and what interests.
You need to do what is interesting for YOURSELF
I remember that in my first year I wrote console Mario, an interesting thing
Develop a maze generator. You can add the ability to display the solution of the maze.
To start Hello, world!
import easygui
msgbox("Hello,world")
def func():
print("Hello, world!")
if __name__ == __main__:
func()
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question