S
S
SomeDeveloper2021-04-15 12:12:39
IT education
SomeDeveloper, 2021-04-15 12:12:39

How can I practice more than study theory?

I am learning c#. So far, I have stopped on the study of encapsulation and am approaching the investigation, but, as I noticed, I spend more time on theory than on practice. That is, for example, I read the chapter about properties, understood what it was about, applied the properties in practice, the code of which is similar to the code from the theory examples. I understood what the properties do, looked at how they work and went to the next chapter, although I spent 10-20 minutes on practice, and 10 minutes on theory - 1 hour + -.
All I do is implement the work of the banking system, I have no ideas for more.
I remember, I understand the theory, but I practice less.
I saw a video where a person who learned OOP in Python creates bots for various tasks (for example, trading on stock exchanges).
I feel that I do not practice enough, but I have no ideas to create something more interesting than the banking system. How to be in this case, maybe I need to study the whole OOP, and then move on to practice? Or do I need to do something else?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
C
ComodoHacker, 2021-04-15
@SomeDeveloper

I think we need to find more interesting tasks for practice. interesting to you personally.
Remember what program you wanted to write for yourself.
For example, I have long wanted to write a mobile application for accounting meter readings. My plan is to study mobile development, and I will practice on this task. When the time comes. :)

G
Griboks, 2021-04-15
@Griboks

Just read the entire tutorial and then do the entire study project.

M
mkone112, 2021-04-15
@mkone112

Theory - a system of scientific principles, ideas that summarize practical experience and reflect the laws of nature

How can I practice more than study theory?

Considering that theory is inseparable from practice, it is obvious in no way.

1
12rbah, 2021-04-15
@12rbah

I saw a video where a person who learned OOP in Python creates bots for various tasks (for example, trading on stock exchanges).
The first question is the quality of these bots. The second thing to create bots in any OOP language is not exactly what you need, here you need to know what api is and the ability to use the right library (if it is not there, you can write a couple of requests yourself). Yes, and here there may be such options that this person already knew how to program or he used tracing paper.
All I do is implement the work of the banking system, I have no ideas for more. I remember, I understand the theory, but I practice less.
So make yourself such a bot

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question