Sobes.tech
Middle

How do you acquire new knowledge? What do you read, whom do you watch? Can you name specific channels or the last thing you watched?

sobes.tech AI

Answer from AI

To acquire new knowledge, I use several sources. Primarily, I read the official documentation of Python and popular libraries such as requests, pandas, asyncio. I also subscribe to several technical channels on YouTube, like Corey Schafer, Real Python, and PyBites, where practical problems and new language features are discussed.

Additionally, I regularly read articles on Medium and habr.com, where real-world cases and reviews of new tools can be found. Recently, I watched a series of videos on asynchronous programming in Python to better understand asyncio and aiohttp.

To systematize my knowledge, I use platforms like LeetCode and Codewars, where I solve Python problems, which helps reinforce syntax and algorithms.

How do you acquire new knowledge? What do you read… - sobes.tech