Okhla, Delhi, India - 110025.
Details verified of Dhananjay✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
English
Hindi Mother Tongue (Native)
IIIT Delhi, QUT Australia Pursuing
Doctor of Philosophy (Ph.D.)
Dr B R Ambedkar University 2008
Bachelor of Engineering (B.E.)
Ambedkar Institute of Technology, Delhi 2013
Master of Engineering - Master of Technology (M.E./M.Tech.)
Okhla, Delhi, India - 110025
ID Verified
Phone Verified
Email Verified
Facebook Verified
Report this Profile
Is this listing inaccurate or duplicate? Any other problem?
Please tell us about the problem and we will fix it.
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Python Training classes
4
Course Duration provided
3-6 months, 1-3 months
Seeker background catered to
Corporate company, Individual, Educational Institution
Certification provided
No
Python applications taught
Data Analysis with Python , Data Visualization with Python, Machine Learning with Python, Data Extraction with Python , GUI (Graphical User Interfaces) with Python , Regular Expressions with Python , Text Processing with Python, Automation with Python , Scipy Stack with Python , Data Science with Python
1. Which classes do you teach?
I teach Python Training Class.
2. Do you provide a demo class?
Yes, I provide a free demo class.
3. How many years of experience do you have?
I have been teaching for 4 years.
Answered on 30/09/2018 Learn IT Courses/Programming Languages/Python
Why should it be difficult if you know a bit of python programming and quadratic equations. You must be aware that the solution for quadratic equation ax^2+bx+c = 0 is x = -b +sqrt(b^2-4ac)/2a and x = -b-sqrt(b^2-4ac)/2a
So basically you take inputs in a, b and c and output the x as defined above.
Answered on 30/09/2018 Learn IT Courses/Programming Languages/Python
Answered on 30/09/2018 Learn IT Courses/Programming Languages/Python
Answered on 30/09/2018 Learn IT Courses/Programming Languages/Python
sys: system; arg: argument; v: variable
sys.argv is a list which contains the command line argument.
How it is used:
Lets assume you want to run a python program file saved with name kiran.py
which adds two number input to it from the command line, in that case you can open the command prompt/anaconda prompt,
> python kiran.py 1 2
you will get 3 as the result
>> 3
The code in kiran.py
import sys
print(sys.argv[1]+sys.argv[2])
Note --- here sys.argv will be ['kiran.py',1,2] i.e. first element is always filename/path
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Python Training classes
4
Course Duration provided
3-6 months, 1-3 months
Seeker background catered to
Corporate company, Individual, Educational Institution
Certification provided
No
Python applications taught
Data Analysis with Python , Data Visualization with Python, Machine Learning with Python, Data Extraction with Python , GUI (Graphical User Interfaces) with Python , Regular Expressions with Python , Text Processing with Python, Automation with Python , Scipy Stack with Python , Data Science with Python
Answered on 30/09/2018 Learn IT Courses/Programming Languages/Python
Why should it be difficult if you know a bit of python programming and quadratic equations. You must be aware that the solution for quadratic equation ax^2+bx+c = 0 is x = -b +sqrt(b^2-4ac)/2a and x = -b-sqrt(b^2-4ac)/2a
So basically you take inputs in a, b and c and output the x as defined above.
Answered on 30/09/2018 Learn IT Courses/Programming Languages/Python
Answered on 30/09/2018 Learn IT Courses/Programming Languages/Python
Answered on 30/09/2018 Learn IT Courses/Programming Languages/Python
sys: system; arg: argument; v: variable
sys.argv is a list which contains the command line argument.
How it is used:
Lets assume you want to run a python program file saved with name kiran.py
which adds two number input to it from the command line, in that case you can open the command prompt/anaconda prompt,
> python kiran.py 1 2
you will get 3 as the result
>> 3
The code in kiran.py
import sys
print(sys.argv[1]+sys.argv[2])
Note --- here sys.argv will be ['kiran.py',1,2] i.e. first element is always filename/path
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.
Certified
The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.