Ashok Nagar, Chennai, India - 600033
Verified Certified 140
Details verified of Aakash Kumar✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Excellence Award Winner 2019
Big Data
Tutor Of The Month Award Winner January 2019
For Big Data in Chennai
UrbanPro Certified Tutor
For Big Data
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Big Data Training
5
Big Data Technology
Hadoop, Apache Spark, Scala
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Node.JS Training
4
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in jQuery Training
4
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Java Training Classes
4
Teaches
J2EE, Spring, JSP (Java Server Pages), Core Java
Certification training offered
No
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in DevOps Training
4
Tutor Of The Month Award Winner August 2019
For Python Training in Chennai
UrbanPro Certified Tutor
For 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
7
Course Duration provided
3-6 months, 1-3 months
Seeker background catered to
Individual, Corporate company, Educational Institution
Certification provided
Yes
Python applications taught
Data Extraction with Python , Data Science with Python, Networking with Python , Data Analysis with Python , Web Development with Python , Scipy Stack with Python , Machine Learning with Python, Web Scraping with Python , Regular Expressions with Python , Data Visualization with Python
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Data Science Classes
5
Data science techniques
Machine learning, Artificial Intelligence
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Computer Classes
10
Type of Computer course taken
Software Programming, Training in Software application usage
Class Location
Online (video chat via skype, google hangout etc)
I am Willing to Travel
Tutor's Home
Years of Experience in Blockchain Training
2
Certification
Yes
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Amazon Web Services Training
8
AWS Certification offered
AWS Certified Solutions Architect
AWS Certification Level offered
Associate, Professional
4.9 out of 5 118 reviews
Rufus
"Akash has a very friendly approach towards his trainees. He makes sure that we understand a concept completely before moving onto the next one. unlike normal training his classes are completely practical which sharpens your thinking skills. He teaches each and every topic completely from the scratch. Akash is always available for clarifying doubts. Good and kind person from his heart. He keeps the sessions interesting and fun filled. I am very much happy and satisfied to be trained by Akash. It has been such a nice experience so far. I would recommend Akash to anyone reading this for a better future in python and machine learning. "
Bragadesh
"Has great expertise in programming languages and algorithms.Very jovial and positive person.Teaches in a friendly manner unlike other classes.Enjoyed my time here. Classes were fun and informative "
Krithikesh
"The method of teaching is new and it enhances the learning experience.He has great experience in this field.He is very friendly and classes are very fun.The learning experience is very good. "
Sudharshan
"I am from Electronics and Communication Engineering background. I am learning Big data course with Aakash. He is a very good person and helping minded.The training was really good. His way of teaching really makes me creative and am able to understand in dept basic concepts in Scala. He always gives me tasks and make me to think about how to do programming in a simple and logical way. He never takes money from anyone. First off all he gives more respect to hard work. If candidates or professionals needs to pursue Big training please contact Aakash he will be giving you good guidance and right path for future. I wish him success in his future endeavors. "
Nikhil
"Awesome Training and the Trainer is well qualified. Aakash gives real time project and always ready to explain hundred times. "
Madhusudhan
"Training is going on and skills he provides was excellent. I was happy with his training what he was providing. "
Jagadeesh
"Good training experience. Excellent knowledge on different languages like Java, python, Scala etc. "
Lokesh
"He is a good trainer and explained each topic very well. He is available any time for clearing doubts. "
Vinoth A
"Aakash is very professional with expertise knowledge in Scala and Apache Spark. The way the sessions are organised and the way he approach each individuals are highly laudable. His hands on approach to programming and making everyone work on the real code bases with real work like environments (They have setup their own servers) will be handy for everyone and they will be learning as if they work in real office setup. His guidance for interview preparation and after support even getting placed is truly world class. Will highly recommend Aakash to anyone who plans to be a Big Data Developers. "
Vinoth A
"Aakash is one of the rare instructor you will come across. In his sessions you can clearly see the difference which he got from his experience in working on the domain. His sessions are clear, practical and 100% make you as job ready from day one. His extensive experience in Scala, Apache Spark, Python and the projects he walk through and the code samples which everyone has to work are all real product and which gave us the definite competitive advantage when going for interviews. 5 stars for Aakash and will highly recommend him for anyone who aspire to be a Big Data developers. "
Vignesh Murali
"His methodology of teaching is absolutely wonderful. Covers concepts from scratch and is always available whenever we needed. "
Ars
"Aakash is one of the best trainer I have ever met in my career. His training methodology is unlike the normal class training's which make it the most efficient training session in and around Chennai. He starts the training from the base and slowly builds up to the complexity, for any given task. Fully satisfied hence five stars. Thanks Aakash. "
Anu B
"Aakash is very friendly and very approachable with any doubts that you have. He make sure that we understand the concepts clearly before he moves to the next topic. "
Nithin Sakhamuri
"I am glad that I got trained in Apache Spark with Scala from you Aakash. I was scared when I started learning spark. You taught me very well and cleared all my doubts. Now I am pretty confident that I can do spark. Thank you so much for patience and training me all these days. "
Firasath Khan
"I contacted Aakash from Chicago and he was very Quick to respond and we started a session soon thereafter. I found Aakash to be Immensely informed and liked the way he taught. His theory and real-time coding examples kept the session interesting. I would definitely recommend him to others. "
Answered on 08/11/2018 Learn IT Courses/Hadoop
Answered on 08/11/2018 Learn IT Courses/Hadoop
Answered on 08/11/2018 Learn IT Courses/Hadoop
Answered on 08/11/2018 Learn IT Courses/Hadoop
Answered on 08/10/2018 Learn IT Courses/Programming Languages/Python
ROMAN = [
(1000, "M"),
( 900, "CM"),
( 500, "D"),
( 400, "CD"),
( 100, "C"),
( 90, "XC"),
( 50, "L"),
( 40, "XL"),
( 10, "X"),
( 9, "IX"),
( 5, "V"),
( 4, "IV"),
( 1, "I"),
]
def int_to_roman(number):
result = ""
for (arabic, roman) in ROMAN:
(factor, number) = divmod(number, arabic)
result += roman * factor
return result
Share this Profile
Also have a look at
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.