Learn and Master Python in a Month

Jhankar Mahbub
6 min readSep 18, 2019

A complete guide to learn Python for absolute beginners

I will show you how to learn and master Python in one month.

Remember, one month has plenty of time. If you can spend 6–7hours every day. You will finish much more than you think.

One Month Goal:

As a beginner, your first-month goal should be-

  • Get familiar with basic concepts (variable, condition, list, loop, function)
  • Practice 30+ coding problems
  • Build 2 projects to apply the concepts
  • Get familiar with at least 2 frameworks
  • Get started with IDE, Github, hosting, services, etc

This will make you a Junior Python Developer.

(If you like the one month goal, press the clap icon 👏 and hold it until it hits 50.)

Overall plan:

Now I will break down the weekly plan for you.

Week-1: Get Familiar with Python

Just be curious to see how things can be done in Python. Check as many things as…

--

--