C
C
Churchill052020-07-01 00:53:23
Algorithms
Churchill05, 2020-07-01 00:53:23

What area of ​​programming should you try yourself in?

Hello, I am a student trying to find myself in programming. I am currently studying algorithms in 10th grade. I used to write in C# to master OOP and wrote web applications in Reactjs, Django, but writing web applications didn’t interest me, I prefer solving olympiad problems, I don’t know what area of ​​programming to try myself ¿

Answer the question

In order to leave comments, you need to log in

6 answer(s)
U
uvelichitel, 2020-07-01
@uvelichitel

Write a program for scheduling lessons / lectures, taking into account the busyness of teachers, the workload of students / students, the required number of academic hours of material for each subject, and so that there are no empty hours for either teachers or students. This is a very popular task and by trying to solve it you will learn a lot about algorithms (since you put such a tag to the question)

X
xaiponews, 2020-07-01
@xaiponews

You can try Android Studio. It uses the Java language + you can immediately see the result of your work on a virtual mobile device, or connect your Android device. The program suggests writing code, and there is also a visual editor.

A
Andrey Gavrilov, 2020-07-01
@thexaver

sports programming

S
Saboteur, 2020-07-01
@saboteur_kiev

You take any algorithm that interests you and write an application that visualizes it in an understandable way for the average person.
Both algorithm and sportiness.

H
HemulGM, 2020-07-01
@HemulGM

Try to take a normal IDE in which you can visually construct the program window. Write any tluza (tool, utility) for yourself. For example, a program to change wallpaper automatically. There is such a free API ( https://wall.alphacoders.com/api.php).
Or any other interesting or necessary program with a visual part.

E
evgeniy_lm, 2020-07-01
@evgeniy_lm

I prefer solving olympiad problems,

Olympiad problems are a pure theory that has a very distant relation to real programming.
wrote in C# to learn OOP and wrote web applications in Reactjs, Django, but writing web applications did not interest me

Programming and writing code are two different things. Many are confused and have problems with this. First of all, programming is the same ordinary job as digging ditches, for example. Have you ever seen a weirdo who digs ditches for fun? So in programming, the program code (a dug ditch) is a matter of little importance and few people need it, they don’t pay money for it. They pay for solving a certain problem (like at the Olympiad, only more difficult and necessary).
You now have three main directions:
1. Learn to set goals. Come up with something for yourself that you personally need to automate.
2. Learn to understand other people. Ask what mom, dad, grandma or classmates need to automate (preferably classmates)
3. Learn to solve tasks. It doesn’t matter how at least in C#, at least on Reactjs or Django, at least on any other unknown garbage, the main thing is that the one for whom you do it is satisfied.
PS. But at the same time, do not forget the most important thing - girls at 16 are much more beautiful than at 36

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question