Posts

Best Way to Learn Python in 2020 : Episode 1

  Python is a very popular language. It’s also one of the languages that I recommend for beginners to start with. But how do you go about learning Python? In this article, I divide the  path of how to learn Python  into  6 levels. Each level covers a subset of the language that you need to master before you move on to the next one. My focus on this article is for you to be a competent well-rounded programmer so you can easily get a job at any tech company that you choose Level 0: The Beginnings This is the level you begin at if you are an  absolute beginner . And by  absolute beginner , I mean someone who has never coded before in Python or any other programming language for that matter. In this level, most of the concepts you will be learning are general programming concepts. The fundamental skills that will bootstrap you as a programmer. This means that these concepts are not really exclusive to Python but can be extended to other programming languages as...