Roadmap of Python
Roadmap of Python
Roadmap of Python
1. Learn Syntax and Basics Firstly start with the installation of Python in your
system. Just visit Python’s official site, download the latest version and you are
good to go. Once the installation has been completed, you may use IDLE to write and
run Python code. Now we are going to list out some topics to start with learning
Python. It will take almost 1 – 1.5 weeks to cover all the basic stuff still it
depends on your learning process.
3. Frameworks for Web Development There are so many frameworks for web applications
in Python some of them are Django, Flask, Bottle, Tornado, and Pyramid.
Django: A high-level web framework mostly used in startups and enterprises for web
development. It follows the MVC pattern and you can use multiple databases such as
PostgreSQL, MySQL, SQLite, and Oracle. If you are a complete beginner and not aware
of the terminology authentication, URL routing, API and models then you will feel a
lot of pain while learning Django but take your time, have patience, go through
some more resources and understand each line of code. Slowly and gradually you will
understand everything. Learning Django may take 2 – 2.5 weeks.
Flask: Flask is one of the easiest microframeworks to learn in Python. If you wish
to develop a simple and lightweight web application then Flask is suitable for
that. It is not as powerful and extensive as Django but still provides features
such as support for unit testing and building REST APIs. Learning Flask will take 1
– 1.5 weeks.
4. For Building Desktop Applications Tkinter, PyQT, Kivy, WxPython, or PyGUI
libraries are very good for building desktop-based applications.
Tkinter: Tkinter is an open-source library and it allows you to build desktop GUI
applications using Python. Learning Tkinter is simple and provides a graphical
interface. It will take around 1 week to learn Tkinter.
PyQT: PyQt is one of the most powerful cross-platform GUI libraries owned by Nokia.
It combines Python programming and the Qt library. It can be used to design
graphical user interfaces for a desktop application.
Kivy: It can be used to create desktop applications also it supports platforms like
Android, iOS, Linux & Raspberry Pi.
5. For Data Analysis Numpy, Pandas, Seaborn, Bokeh, SciPy, and Matplotlib these
libraries are good for data analysis. These libraries are helpful for those who
want to become data analysts/ data scientists. Learning Numpy or Pandas will take
around 1 week.
Tips:
Have patience, it’s not just in the case of learning Python but also it’s in the
case of learning another language. Learning a first language always requires more
effort and time so understand that it will take time to sink everything.
Stick with your goal and language. Don’t just learn the syntax and jump to a new
programming language.
Frustration and pain are a part of the learning process, embrace them instead of
avoiding them.
Due to some complex terms, errors, and issues, you will feel like giving up. Don’t
do that, it happens with everyone in programming. Give some time to yourself and
understand the topic using some other resource and with a focused mind.
Be consistent, if you are not consistent in learning it will take a lot more time
and effort.
Building a project is always helpful in building confidence so don’t ignore its
importance.