J
J
John Smith2021-01-29 22:38:23
IT education
John Smith, 2021-01-29 22:38:23

Question about learning Python?

From my free time, I began to be interested in python programming, or rather the development of telegram bots! I have already started studying python from books and websites, I taught a little about solo learn. Tell me in which direction you need to move? I have already figured out for myself what variables, operators, strings, modules, files, functions, parsing are. In general, knowledge is superficial and not solid. What is the best direction to move, who studied Python, tell me pls!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alan Gibizov, 2021-01-29
@th3PythonG3nteleman

Since I study myself, I can’t speak directly categorically.
I strongly advise you to download and work through "Learning Python" by M. Lutz.
A very large, very boring, very useful book. If you master it, a lot will fall into place.
This is not a handbook.
Well, start making a relatively small program. Tetris, for example. Or tennis. Something simple.
Bots are a rather complicated thing, because. there are many things that are not obvious and not immediately clear. You will return to them later.

G
Griboks, 2021-01-30
@Griboks

What is the best direction to move, who studied Python, tell me pls!

I would recommend moving towards the official documentation. But if you don’t want to read signatures for a long time and scrupulously, then it’s better to immediately make a bot from scratch using some high-level library ala telepot. If you fumble in http, then you can use requests (but this is 2 times more difficult).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question