P
P
pixelpixelniy2020-11-28 18:00:16
IT education
pixelpixelniy, 2020-11-28 18:00:16

I decided to study programming, what courses can you recommend? Where did you start?

Hello everyone, I am 13 years old. Interested in programming and web development.
I am currently learning Python from YouTube videos. Now I'm trying to write simple programs, I'm studying English, so far the level is about B1, but there is something to strive for)
I want to join the IT field and be a good specialist in my field

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
res2001, 2020-11-28
@res2001

Buy a book, read and do tasks from it. There will be more sense.
Web development is divided into 2 parts: front-end (this is what the user sees in the browser) and back-end (performed on the side of the web server, the user does not see this).
Any site more complicated than a business card requires a back-end. Python is the back-end, there are also a bunch of languages ​​that can be used, the most popular being PHP. Front-end is HTML, CSS, JS - all this is applied together in each site and there are no other options.

V
Vasily Bannikov, 2020-11-28
@vabka

I can't speak for Python specifically.
But a couple of tips from me if you are in the mood to become a professional developer:
1. Pay more attention to official documentation than to videos in yt
2. If you watch videos on yt, then it is better to look at highly specialized channels - it is better to find a channel of a professional pythonist than a craftsman write hello world in 1000 languages.
3. Learn data structures and algorithms.
4. It’s better to learn how to write clean code right away (the refactoring guru and the book of the same name by Robert Martin will help you here)

G
Griboks, 2020-11-29
@Griboks

Specifically, in python, I started with the office. documentation. But, if you can’t master it, find a tutorial for dummies.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question