Realmente puedes crear una bena base de Python si le dedicas tiempo y esfuerzo al curso. Te da ejemplos de la vida real y tiene muchas practicas.
As a programmer specializing in another language, I use Python occasionally - mainly for generating generic code and developing frameworks for integration and system testing. I was hoping that a course on this platform would allow me to expand my knowledge in this area, but it turned out to be a complete disappointment. Course structure From the perspective of both a beginner and a more experienced programmer, the course seems useless. It does not bring any value - neither for people who are just starting to learn Python, nor for those who already have some experience. Form of teaching - 95% of the materials are videos, in which the presenters (who often have nothing to do with programming) read text from a prompter. Lack of practice - Learning to program is all about writing code, meanwhile here the practical aspects are limited to a few videos where the code is simply copied and run. Reading texts - Often repeat content from the videos, are monotonous and contain little actual code. A lot of space is devoted to general praise of Python, but the course does not show what it is actually supposed to be so versatile at. Assignments and tests Tests - Most of the questions are a choice of A, B, C, D, regarding what the library is used for. Throughout the course I ended up with maybe two questions that required code analysis. I would have expected something more practical, such as “What will this piece of code return?” Programming tasks - They boil down to copying a ready-made line of code to a specific place. I have the impression that the hidden tests only check that the code has been accurately pasted into the right line, not that it works correctly. Subjective evaluation I had the highest hopes for the module on automated testing. Unfortunately, instead I received a discussion of debugging using print(). The test unit topic was limited to two videos and one short text - far too little. Even the title of the course is misleading, as actual test automation is not mentioned here. Summary The course does not bring any value - neither for beginners nor for more advanced users. Instead of practical learning of Python, we get dry theoretical lectures that are difficult to apply in real work. PS. If the knowledge in Microsoft really stands at such a level, I admire that Windows works at all.
