R
R
rageandrw2021-03-10 13:06:35
Python
rageandrw, 2021-03-10 13:06:35

What and how to learn after a small knowledge base of Python?

Hello, I have been studying Python for about a month now, I know algorithms, functions, recursion, arrays, hash functions, graphs, collections. And such a question, where and how should I study after basic courses and books.

This might sound like a dumb question, but thanks anyway!

Answer the question

In order to leave comments, you need to log in

5 answer(s)
S
Sergey Gornostaev, 2021-03-10
@sergey-gornostaev

That's all for a month from scratch? Either you are a genius who has not yet met in the history of information technology, or you have the illusion of competence . If the first, then you need to go to get a job in the office. If the latter, then google about the Dunning-Kruger effect, be ashamed and start teaching harder .

L
lutokris, 2021-03-11
@lutokris

A programmer is not the one who has studied everything that is possible, understood how it works. And the one who finds this use. The main thing is to find where to apply your skills and abilities. Find your path, try, learn and dare. Learning to do what you described is like learning to walk a baby crawling on its knees. And whether you become a programmer - it depends only on you. At one time, I also had such a breakthrough when in a couple of months it seemed that I had learned almost everything about C ++ - syntax, OOP, STL, WinApi, SQL, assembler inserts. And then I suddenly realized that there was almost nothing for me to apply all this knowledge to, there was no suitable task for solving. I realized that in fact I just learned to walk and walk - but where exactly and why is not clear. The only interesting project for me then was help with a diploma for one 4th year student, when he himself, being a freshman, completely wrote him all the code for exchanging an AVR device with temperature, pressure sensors and communicating with a client application. That was the last thing that was most interesting. To celebrate, I remember I even posted in the VK group for students that I help with microcontrollers for free. But my ad was deleted by the moderator, then by chance the commandant found a soldering station and components in the room and gave a severe reprimand. And after a little more time, he was expelled from the university for failing to pass physical education and diffurs on time. The desire to learn programming was replaced by the desire to find a roof for the night and food in the form of a rollton with scrambled eggs (if you're lucky). And so everything hung for almost 10 years, the cycle of the eternal bustle of life. And only recently he began to return to this topic, to go through everything anew, to restore pieces of his disparate knowledge. And it's very hard when you seem to understand everything - but you can't do it. It seems that you understand what exactly you want, how and what should be received, transmitted and issued. You draw logical circuits, blocks. But when you want to transfer all this into code and it doesn’t work out, you feel as if the compiler has broken in your head, which must compile all this from a paper format into program code. And you have to rebuild everything that is missing. So my main wish is to find a purpose for applying your knowledge and skills. which must compile all this from paper format into program code. And you have to rebuild everything that is missing. So my main wish is to find a purpose for applying your knowledge and skills. which must compile all this from paper format into program code. And you have to rebuild everything that is missing. So my main wish is to find a purpose for applying your knowledge and skills.

M
mkone112, 2021-03-10
@mkone112

I've been studying for a month

know algorithms, hash functions

Do you believe in it yourself?

H
HemulGM, 2021-03-10
@HemulGM

And what's with the python? What you have learned is the basics of programming in general. A month is not a time at all. A month is - "I know that there is such a programming language - python" and no more. Other languages ​​are more complex and more precise.
What is your goal? What do you want to do? Learn medicine, I xs. Maybe you want to work in honey. Any language is just a tool. For what purpose do you want to learn the instrument? What do you want to do with this tool? And python can't do much.

N
Nurdaulet Maksutov, 2021-03-10
@maksutovn

Read the book: Automating routine tasks with python
There you will find a lot of interesting things

  • File management
  • Page parsing
  • Keyboard, mouse control

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question