What are some useful and simple libraries in python?

Asked by Last Modified  

Follow 1
Answer

Please enter your answer

Requests. The most famous http library written by kenneth reitz. It’s a must have for every python developer. 2. Scrapy. If you are involved in webscraping then this is a must have library for you. After using this library you won’t use any other. 3. wxPython. A gui toolkit for python. I have primarily...
read more
Requests. The most famous http library written by kenneth reitz. It’s a must have for every python developer. 2. Scrapy. If you are involved in webscraping then this is a must have library for you. After using this library you won’t use any other. 3. wxPython. A gui toolkit for python. I have primarily used it in place of tkinter. You will really love it. 4. Pillow. A friendly fork of PIL (Python Imaging Library). It is more user friendly than PIL and is a must have for anyone who works with images. 5. SQLAlchemy. A database library. Many love it and many hate it. The choice is yours. 6. BeautifulSoup. I know it’s slow but this xml and html parsing library is very useful for beginners. 7. Twisted. The most important tool for any network application developer. It has a very beautiful api and is used by a lot of famous python developers. 8. NumPy. How can we leave this very important library ? It provides some advance math functionalities to python. 9. SciPy. When we talk about NumPy then we have to talk about scipy. It is a library of algorithms and mathematical tools for python and has caused many scientists to switch from ruby to python. 10. matplotlib. A numerical plotting library. It is very useful for any data scientist or any data analyzer. 11. Pygame. Which developer does not like to play games and develop them ? This library will help you achieve your goal of 2d game development. 12. Pyglet. A 3d animation and game creation engine. This is the engine in which the famous python port of minecraft was made 13. pyQT. A GUI toolkit for python. It is my second choice after wxpython for developing GUI’s for my python scripts. 14. pyGtk. Another python GUI library. It is the same library in which the famous Bittorrent client is created. 15. Scapy. A packet sniffer and analyzer for python made in python. 16. pywin32. A python library which provides some useful methods and classes for interacting with windows. 17. nltk. Natural Language Toolkit – I realize most people won’t be using this one, but it’s generic enough. It is a very useful library if you want to manipulate strings. But it’s capacity is beyond that. Do check it out. 18. nose. A testing framework for python. It is used by millions of python developers. It is a must have if you do test driven development. 19. SymPy. SymPy can do algebraic evaluation, differentiation, expansion, complex numbers, etc. It is contained in a pure Python distribution. 20. IPython. I just can’t stress enough how useful this tool is. It is a python prompt on steroids. It has completion, history, shell capabilities, and a lot more read less
Comments

Related Questions

What web framework is best to use with Python?
The best web frameworks to use with Python are **Django** for robust, full-featured applications and **Flask** for lightweight, flexible projects. Django is great for complex, scalable sites, while Flask...
Dinesh
0 0
5
Is Python an easy language to learn?
While Python is considered one of the easiest programming languages for a beginner to learn, it can be hard to master. Anyone can learn Python if they work hard enough at it, but becoming a Python Developer...
Hariprasad
0 0
5
What are the best online courses to learn Python in 2021?
The best online courses to learn python in 2021 are: 1. Complete Python Bootcamp 2022: Go from Zero to Hero in Python 2. Python 3 Tutorial from Codeacademy 3. Python Programming Masterclass 4. The...
Anupam
0 0
6
Are there coding standards or a style guide for Python programs?
The PEP 8 -- Style Guide for Python Code provides a fairly comprehensive list of Python naming conventions. Here are a few examples, but you should consult the PEP 8 style guide for more detailed information...
A
0 0
7

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Writing Simple Programs in Python
Writing a program, especially for a beginner, is a challenging and daunting task! He/She knows the language but is not able to start. To make things simple, it is advisable to follow a process that is...

Topics covered in Python Basics course
Chapter 1: Introduction Introduction to Python Setting up path Chapter 2: Variable Integer String Operators (Arithmetic, logical, relational) Chapter 3: Data Structure Tuple List Dictionary ...

How to know if an object is iterable?
An object in python is said to be an iterable if it obeys one of the following two rules:- 1. Object must consist of __getitem__ method 2. Object must consist of __iter__ method. String objects generally...
S

Sudheer S

0 0
0

Code: Gantt Chart: Horizontal bar using matplotlib for tasks with Start Time and End Time
import pandas as pd from datetime import datetimeimport matplotlib.dates as datesimport matplotlib.pyplot as plt def gantt_chart(df_phase): # Now convert them to matplotlib's internal format... ...
R

Rishi B.

0 0
0

Machine Learning With Python
1. Course description: Machine Learning with Python has been designed for the provision of having strong hold in creating Machine learning algorithms with the base of Python. This has been preferred as...
J

Recommended Articles

Python is one of the most popular programming languages in the world. It is general-purpose, object oriented, high-level programming language used in a number of programming fields. Python is a great programming language to learn as it will introduce you to the world of programming. If you are from the technical background...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Looking for Python Training classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you