4 Week Python To Projects Roadmap
4 Week Python To Projects Roadmap
Python to Projects
4 Week Roadmap
Follow @thelearningdev
Can you go from a Python beginner to building a small app in 4 weeks? Sounds impossible,
right? But that’s what my Bootcamp students have been doing over the last batch.
Going from learning Python as a programming language to building software is a huge step. But
it is possible with a little bit of planning and a lot of practice.
Python to Projects 4 Week Roadmap - By TheLearningDev
Note: The following roadmap is designed for a month-long intensive Bootcamp which consists
of Mentorship and co-working sessions. The number of hours given is just to track your
progress. It’s okay to spill over. However, consistently working on it every day matters the most.
Setup
1. Install Visual studio code or PyCharm
2. Install git
Week 1 - Exercises
Week 2 Exercises
○ Architecture - Since you are a beginner, don’t put too much worry
into Architecture. A simple one as below is good enough for now.
○ 20 mins - Redraw the diagram by hand, absorb the components
Week 3 - Exercises
○ Write the APIs that you designed. Yes, it’s scary, but trust me, you are ready.
Refer to all the resources we have mentioned so far. Google whenever you
are stuck
○ If you still need an extra hand, follow this hour-long tutorial but try to build
APIs for your app as the follow along
Pushing Further
Week 4 - Deploy
● Deployment options - There is more than one way to deploy the app. For example,
AWS, GCP, Using Docker, but for ease of use and simplicity, we use Heroku.
Week 4 - Exercise
○ Deploy the application - Step by step guide to deploying application on
Heroku
There you go. You created and deployed your first python application, pat yourself on the
back. not just that you have gained enough confidence to repeat the process for other apps
that you build