The Python outside of your
textbook
Chetan Deshpande
Senior Engineer II at CommVault
cdeshpande@commvault.com
Aniket Prabhu
Software Engineer at CommVault
B.E. Graduate from PESIT (PES University)
aprabhu@Commvault.com
@iamthemananiket
github.com/iamthemananiket
linkedin.com/in/aniketprabhu95/
Let’s figure out how much of Python you
already know
Who choses Python?
• Data scientists and researchers for analytics
• Automator
• Web developers
• Hackers
• IoT
First and foremost - IDE
Mathematicians and Scientists
import math
import numpy
import sklearn
Minification
#a) Given a list of strings, remove all strings having first c
haracter as digit
#b) Given a list of strings, remove all strings having first c
haracter as digit
APIs
Use your phones to find out the
latitude and longitude of RV
College of Engineering
You’ll always find it on pip
pip install …
While you pip, make sure you pep8
# Comments all over
Document your code to the fullest
No coder can proceed without handling
exceptions
Should I use Python all the while?
• Excessive usage of Python can deteriorate your problem solving skills.
• Avoid scripting languages while writing algorithmic code.
• In mobile app development.
• If you want your service to be extremely quick.
• When scalability is massive.
You can use Python for free!
So try as much to open source your code! 
Thanks!
Share your feedback/questions/suggestions!

The Python outside of your textbook