T
T
Timur It doesn't matter2021-07-31 23:56:09
IT education
Timur It doesn't matter, 2021-07-31 23:56:09

Where to look for information about the basics of programming fundamentals?

The question is: can you help me navigate my programming?

I need a complete development plan. I want to start learning programming at this deeper level. I want to understand how the computer understands this very code? What are the fundamentals of programming?

If you think that such a desire in such deep learning is useless, then explain why

Answer the question

In order to leave comments, you need to log in

6 answer(s)
A
AleksKlepow, 2021-08-01
@Phage7

Foreword: the following will be my personal experience and most likely not true, but nevertheless I work here in my specialty.
To begin with, the books didn’t help me personally, I started at the age of 14 and it was simply not possible to digest heavy terminology and stuffing complex terms. For myself, I then found another way out, I started watching full-fledged university lectures, I don’t remember where I got them, I seem to have pirated paid ones, since my 14 years were not so long ago, and the Internet was already good then. Lectures for 4-6 hours revised their 50 pieces, from basic to advanced. The teacher started from the very basics, for example, a lecture on variables began with an analysis of the principle of operation of RAM. Those courses were in a specific language, like C#. But everything was touched upon in them, and the blessing in the language was a bunch of everything, and classes, and interfaces, and threads.
In general, I advise, it is video lectures, it is better to look not on YouTube, there are many lessons designed for an experienced person, it is better to look for lecture sites.

S
Sergey Gornostaev, 2021-08-01
@sergey-gornostaev

Petzold - "Code The secret language of computer science"
Tanenbaum - "Computer architecture"
Tanenbaum - "Modern operating systems"
Tanenbaum - "Computer networks"

S
Saboteur, 2021-08-01
@saboteur_kiev

I need a complete development plan.

You can't make such a plan. A complete human development plan begins in childhood. It is pointless to make a plan for 10-20 years ahead. It is not known what will shoot you.
I want to start learning programming at this deeper level.

A deeper level is comprehended after a simpler one.
I want to understand how the computer understands this very code?

It is enough to read Wikipedia a little about the principles of operation of simple processors.
What are the fundamentals of programming?

The basics are loops, conditions, data types, and basic operations on numbers and strings.

A
Andrew, 2021-08-07
@iCoderXXI

What you are asking about is called Computer Science. Googlefpomasch. :)

D
dmshar, 2021-08-01
@dmshar

I want to start learning programming at this deeper level. I want to understand how the computer understands this very code? What are the fundamentals of programming? -- too shy to ask. Did you attend computer science classes at school? Like how "the computer understands the code" is explained in the 8th or 9th grade.
There are a lot of popular science books on this topic, including for schoolchildren who want to "expand and deepen" the knowledge gained in the classroom. Well, if you need it at a professional level, then write it like that. True, then you will have to study university textbooks or books equal in complexity to them (fortunately, there are also a great many).
So for practical advice, it would be nice if you indicated your level of current knowledge. And then you can advise anyone ....

C
creator_Se, 2022-02-07
@creator_Se

I recommend the Skypro website. Courses and professions from scratch. Our indicator of success is the employment of graduates! https://fas.st/Kaza_

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question