UrbanPro
true

Jatin Miglani

Python Trainer

Pimple Saudagar, Pune, India - 411027

212 Students

Referral Discount: Get ₹ 500 off when you make a payment to start classes. Get started by Booking a Demo.

Details verified of Jatin Miglani

Identity

Education

Know how UrbanPro verifies Tutor details

Identity is verified based on matching the details uploaded by the Tutor with government databases.

Teaches

Python Training classes
7 Students

Excellence Award Winner 2015

Python Training

Excellence Award Winner 2016

Python Training

Excellence Award Winner 2017

Python Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Python Training classes

13

Course Duration provided

1-3 months

Seeker background catered to

Educational Institution, Corporate company, Individual

Certification provided

Yes

Python applications taught

Game Development with Python, Data Visualization with Python, Regular Expressions with Python , Scipy Stack with Python , Machine Learning with Python, Data Extraction with Python , Text Processing with Python, GUI (Graphical User Interfaces) with Python , Data Science with Python, Help in assignment, Networking with Python , Testing with Python, Automation with Python , Web Development with Python

Data Science Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Data Science Classes

14

Data science techniques

Python, R Programming, Machine learning, Artificial Intelligence, SAS, Java

Microsoft Azure Training

Class Location

Online (video chat via skype, google hangout etc)

Student's home

Tutor's Home

Courses

4.9 out of 5 203 reviews

Jatin Miglani https://s3-ap-southeast-1.amazonaws.com/tv-prod/member/photo/615759-small.jpg Pimple Saudagar
4.905203
Jatin Miglani
S

Python Training

"I have taken corporate training from Jatin in my office.. Such a genuine trainer, professional, positive and dedicated for the resource. I have attended many training's in my office, every trainer just started and move the things without taking all the resources along with them. I found different trainer when I took the classes from him, he never start late, wait for the other resources to join and clear all the doubts before proceeding further. It's a three program in my office, first time I simply loved to be a part of it. Cheers "

Jatin Miglani
A

Python Training

"I have taken the online classes from Jatin as I am in US, personally speaking I was just scared of programming languages as I am from networking background. Programming is just new to me, I get in touch with Jatin after of my friend told me about his classes. I am really impressed in demo class by the practice he followed, I quickly enrolled for the course, I am 100% satisfied and confident enough to automate all my tasks. My sincere thanks to Jatin for his devotion and looking to recommend my friends. "

Jatin Miglani
A

Unix Shell Scripting Training

"Very detailed explanation of each topic. Also the provided Training material was very good. Overall very good experience. "

Jatin Miglani
A

Unix Shell Scripting Training

"Classes were good ... started with basic in smother way. But at end the concepts of SED AWK .etc would have been thought with more examples. Over all it was good. "

Jatin Miglani
P

Unix Shell Scripting Training

"Training provided by Jatin was very good. Now I am having good knowledge of UNIX. "

Jatin Miglani
P

Unix Shell Scripting Training

"Great experience...the best Place to get your hands on unix, it will make your love towadrs unix more stronger... :-) :-D "

Jatin Miglani
N

Unix Shell Scripting Training

"I attended unix shell scripting training class of jatin for one month and it went very good. Training content was perfect just need to focus more on class room hands on. "

Jatin Miglani
V

Unix Shell Scripting Training

"Jatin is one of the best UNIX Shell Scripting trainer in pune. I highly recommend him to anyone who is looking to learn UNIX Shell Scripting. He is perfect combination of knowledge & teaching skill. He has deep knowledge, lot of training experience and good communication skills. Because of his training I am much more comfortable now in unix shell scripting...Thank you Jatin Sir. "

Jatin Miglani
R

Python Training

"Jatin Sir, is exceptionally great his way of introducing topics and the way of teaching is really amazing. He tends to develop interest in the given subject. Also doesn't make the class boring by his amazing jokes that he cracks. I would recommend him to everyone in Pune willing to get Python training."

Jatin Miglani
R

Python Training

"Jatin Sir, is exceptionally great his way of introducing topics and the way of teaching is really amazing. He tends to develop interest in the given subject. Also doesn't make the class boring by his amazing jokes that he cracks. I would recommend him to everyone in Pune willing to get Python training."

Jatin Miglani
K

Unix Shell Scripting Training

"It was awesome learning from Jatin sir ...the things i was willing to learn were all feeded to us in so simple way that it seemed like it was all so easy ...the we he explained topics were so effectice that we can grab it and perform as well...Sir, be in touch with us...we have to learn alot from you... Thanks for all answers you gave to our silly and general questions "

Jatin Miglani
P

Unix Shell Scripting Training

"Jatin sir has incredible knowledge about UNIX. I highly recommend him to anyone who is looking to learn UNIX Shell Scripting. Excellent teaching, practical learning, i am quite comfortable in unix shell scripting now... thank you sir. "

Jatin Miglani
T

Python Training

"Very good knowledge about python with practical demonstration. good teaching skiils makes Interactive session & keeps the classroom alive. "

Jatin Miglani
A

Python Training

"Jatin sir is a perfect combination of knowledge & teaching skill !!! Vast knowledge and amazing teaching skill... he made it look so easy ! Thanks Jatin Sir. "

Jatin Miglani
P

Unix Shell Scripting Training

"it was nice experience from institute & teaching.so much friendly environment & try to do much more jobs from students wrt assignments etc. "

Have you attended any class with Jatin?

Answers by Jatin Miglani (32)

Answered on 29/06/2016 Learn Tuition Fee

HI Vikash, I believe it's an open ended question
Answers 31 Comments
Dislike Bookmark

Answered on 29/06/2016 Learn IT Courses/Programming Languages/Python

Python is in demand in so many places, data analytics, Software automation, robotics, and web server side development is in huge demand. All the best to you for job search.
Answers 6 Comments
Dislike Bookmark

Answered on 29/06/2016 Learn IT Courses/Programming Languages/Python

You can write an extension yourself in C or C++ with the Python C-API. Pyrex - write your extension module on Python (!) Cython -- Cython -- an improved version of Pyrex CXX - PyCXX - helper lib for writing Python extensions in C++ SCXX ctypes is a Python module allowing to create and manipulate... ...more
You can write an extension yourself in C or C++ with the Python C-API. Pyrex - write your extension module on Python (!) Cython -- Cython -- an improved version of Pyrex CXX - PyCXX - helper lib for writing Python extensions in C++ SCXX ctypes is a Python module allowing to create and manipulate C data types in Python. These can then be passed to C-functions loaded from dynamic link libraries. elmer - compile and run python code from C, as if it was written in C PicklingTools is a collection of libraries for exchanging Python Dictionaries between C++ and Python. weave - include C code lines in Python program ackward exposes parts of Python's standard library as idiomatic C++ CFFI - interact with almost any C code from Python, based on C-like declarations that you can often copy-paste from header files or documentation.
Answers 3 Comments
Dislike Bookmark

Answered on 29/06/2016 Learn IT Courses/Programming Languages/Python

How do I get a beta test version of Python?

Hi Sajjan, Python has the stable version Python2 and Python3, what is the need of Beta Version.
Answers 3 Comments
Dislike Bookmark

Answered on 14/06/2016 Learn IT Courses/Programming Languages/Python

Which is the best Python training centre in Mumbai?

I also provide online classes.
Answers 4 Comments
Dislike Bookmark

Contact

Load More

Lessons (2)

What is Python Egg?

(Attention: This is a technical post for Python developers. If you are not python programmer you might want to skip this). An .egg format files in Python is the standard distribution package contains...

22/02/2017
0 0
0
Python Programming or R- Programming

Most of the students usually ask me this question before they join the classes, whether to go with Python or R. Here is my short analysis on this very common topic. If you have interest/or having a job...

20/02/2017
2 0
0

Jatin Miglani describes himself as Python Trainer. He conducts classes in Data Science, Microsoft Azure Training and Python Training. Jatin is located in Pimple Saudagar, Pune. Jatin takes Regular Classes- at his Home. He has 14 years of teaching experience . Jatin has completed Bachelor of Technology (B.Tech.) from Roorkee Engineering college in 2006. He is well versed in English and Hindi. Jatin has got 203 reviews till now with 100% positive feedback.

X

Reply to 's review

Enter your reply*

1500/1500

Please enter your reply

Your reply should contain a minimum of 10 characters

Your reply has been successfully submitted.

Certified

The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.

Different batches available for this Course

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more