What are the books for mastering Python? Preferably, not beginner books.

Asked by Last Modified  

3 Answers

Learn Python

Follow 2
Answer

Please enter your answer

"Rajesh Kumar N: Guiding Young Minds from 1 to 12 with Expertise and Care"

1. Fluent Python -- Luciano Ramalho 2. Effective Python -- Brett Slatkin 3. Python Tricks -- Dan Bader 4. Python Cookbook -- David Beazley, Brian K. Jones 5. High Performance Python -- Micha Gorelick, Ian Ozsvald 6. Serious Python -- Julien Danjou 7. Expert Python Programming...
read more
1. Fluent Python – Luciano Ramalho 2. Effective Python – Brett Slatkin 3. Python Tricks – Dan Bader 4. Python Cookbook – David Beazley, Brian K. Jones 5. High Performance Python – Micha Gorelick, Ian Ozsvald 6. Serious Python – Julien Danjou 7. Expert Python Programming – Michał Jaworski, Tarek Ziadé read less
Comments

Techer with 6 year of experience

Serious Python – Julien Danjou
Comments

I am a tutor since last 1 year

Serious Python – Julien Danjou
Comments

View 1 more Answers

Related Questions

What is the use of learning the Python language?
By mastering Python, you open doors to diverse opportunities in web development, data science, artificial intelligence, and automation, positioning yourself for success in the dynamic tech landscape.
Aditi
0 0
5
Who developed Python?
Guido van Rossum
Govind
0 0
5
SVM is applicable only for numeric data or can also be for textual data?
SVM can work with textual data also. However you have to train the SVM to classify the text data. It is a usual practice to create a document-term matrix from the text that you have, to make SVM work easily on the data.
Harsha
X=4 Y=X+4 Y=INT(STR(Y)+'2') PRINT(Y)
Here is how it works: 1. X takes the value of 4 2. Y takes the value of 8 ( Y=X+4 ) 3a. str(Y) is evaluated as '8' 3b. next, str(Y)+'2' is evaluated - this gives us '82' 3c. next, INT('82') gets...
Annu

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

Ask a Question

Related Lessons

map function in python
The function map takes a function and an iterable as arguments and returns a new iterable with the function applied to each argument. Example: def add_five(x): return x+5 nums = result = list(map(add_five,...
S

Sudheer S

0 0
0

Shallow And Deep Copying
The difference between shallow and deep copying is only relevant for compound objects (objects that contain other objects, like lists or class instances): A shallow copy constructs a new compound object...

How Machine Learning Predict things - A Short Video for absolute beginners
Here is a short video for Machine Learning Beginners, who want to know how Machine Learning Algorithm predict things


Learn Python : Slicing out an email address
We take a small task of slicing out the username and domain name from an email address. We ask the user to type his email address. We take his email address and slice out first his username and then the...
B

Biswanath Banerjee

0 0
0

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 >

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 >

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 >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

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