I started learning Python and programming from scratch. I have not programmed it yet, so this is a new experience. I seem to understand most of the concepts, from variables to definitions and modules. I still need to learn a lot about what different libraries and modules do, and I also lack knowledge of OOP and classes in Python.
I see people who just program in Python like everything they have ever done, and I still just understand it.
Is there a way, some tools, a logical methodology that will give me an overview or a good understanding of how to deal with programming problems?
For example, I'm trying to create the parser that we need in the office. I also need to create a spider that will collect links from different sites.
Is there a formidable way to learn different modules to see what you need? Or is it just a nose for grinding stones and understand what the documentation says?
Sorry for the long question ..
source
share