Python Libraries You Need To Learn

 1. Flask-:

                   Flask is a micro framework which use Python as language for web development..

This framework is powerful for web development this framework is basically used for making basic web apps nothing much complex simple web app with simple functionality..Flask is made by Google .

You Can deploy it on Heroku,Pythonanywhere etc...


2.BeautifulSoup-:

                            Bs4 is used to scrape data from website in very easy form with python syntax..

Here is the tutorial ..First you need to make requests and then scrape it. After scraping if you refresh it will refresh what you scraped..


3.Tkinter-:

                    It is the library which comes in bundle with Python installation you just have to imort it.

With this library you can create GUI's which looks professional.. For beggining you can make Calculator etc...It has widgets like Button, grids, etc.

                    The GUI you make this library will be cross platform it means you just have to code once and it will run on different platforms like Windows, MacOs, Android, Linux etc


4. PyQt5-:

                    It is same as Tkinter but more feature packed and flexible with python. You also get a Drag & Drop tool to make design and then convert it to python code and add functionality in it..

You can also add CSS with this GUI in your front end..


5.Pygame-:        

                    This library is very popular for making games with python language it is easy if you learn it good.. You can make 2-D games like Flappy Bird, Snake, Sudoku etc.. This is magical right like you can do anything with Python Make GUI's , Web Development, Making Games.. Anything you want there's a library for that purpose..





Post a Comment

0 Comments