2 ответов
+ 3
As with everything, it depends on your interest and motivation.
+ 3
It would really depend on your goals. You might want to learn Python if you're interested in programming, problem-solving and data analysis. On the other hand, you would want to learn web development if you like to make web pages and want to see quick-visual results.
But overall, web development has a lot of things as well. Learning web development means learning HTML(required), CSS(very necessary) and JavaScript(also very necessary, you need it to make interactive and dynamic webpages, it's also used for managing requests from/to database).
Python is very easy for beginners. It has simple syntax and is easy to learn and understand. It also has a lot of libraries for many things, these make many tasks a lot easier. You can quickly get a grasp of it. But deepening its knowledge could also feel overwhelming when you learn more things like decorators, OOP, optimization techniques, how to use popular libraries and more.
But in my opinion, Python is easier.