UrbanPro
true
Naveen A. Python trainer in Hyderabad

Naveen A.

Computer Course Trainer

Gachibowli, Hyderabad, India - 500019.

Verified 7 Students

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

Details verified of Naveen A.

Identity

Education

Know how UrbanPro verifies Tutor details

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

Overview

SRL PRO is one of the leading software training institutes based in Hyderabad. SRL PRO is best known for delivering high-level Data science software training to the learners by experienced industry experts. We are providing a wide range of professional educational services like Data science, DevOps, Hadoop, Salesforce, Anjularjs, python, Core Java and many other courses which are totally cost effective and job oriented.

Apart from that, your knowledge should be kept always updated with the latest technology and course curriculum is completely based on the industry needs. We provide our students with high-quality learning aids that include books as well as CDs with well managed sitting arrangements. We provide complete certification to those students who complete their training under our institute which really adds good value to their profiles. We teach our trainers with taking regular assignments, workshops as well as live projects on software testing. We also conduct workplace skills training to get the proper job placements.

Popular courses:
------------------
. Data Science with python
. Machine learning with python
. MEAN stack development
. Java full stack
. Website development
. Selenium testing
. Digital marketing

Coaching duration :
---------------------
. Short term(2-3 months)
. Long term (5-6 months)

what you gain from here?
---------------------------------
1.Refer and Earn up to 3%-4% on each refer
2.Offers available for every summer holidays up to 30%

Languages Spoken

Telugu

English Proficient

Education

Jawaharlal Nehru Technological University Hyderabad 2018

Bachelor of Technology (B.Tech.)

Address

Gachibowli, Hyderabad, India - 500019

Verified Info

ID Verified

Education Verified

Phone Verified

Email Verified

Report this Profile

Is this listing inaccurate or duplicate? Any other problem?

Please tell us about the problem and we will fix it.

Please describe the problem that you see in this page.

Type the letters as shown below *

Please enter the letters as show below

Teaches

Python Training classes
1 Student

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Python Training classes

6

Course Duration provided

1-3 months, 3-6 months

Seeker background catered to

Corporate company, Educational Institution, Individual

Certification provided

Yes

Python applications taught

Data Analysis with Python , Regular Expressions with Python , Scipy Stack with Python , Data Extraction with Python , Machine Learning with Python, Web Scraping with Python , Data Visualization with Python, Automation with Python , Testing with Python, Web Development with Python , Help in assignment, Text Processing with Python, Data Science with Python

Java Training Classes
1 Student

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Java Training Classes

4

Teaches

Servlet, Java Real Time Projects, Java Full Stack Developer, J2EE, JSP (Java Server Pages), Core Java, Hibernate, Struts, Web services, Spring

Certification training offered

No

Selenium Training

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Selenium Training

3

Subjects

Selenium with Python, Selenium with Java

SQL Programming Training

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in SQL Programming Training

2

Mean stack Training

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Mean stack Training

3

Agile Training

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Agile Training

3

Angular.JS Training

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Angular.JS Training

2

AngularJS Version

Angular 4

django

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in django

10

Courses

Documents (13)

Core Java

Java Complete Reference 7th Ed...

C

C programming curriculum

Php curriculum

java curriculum

selenium java curriculum

DATA SCIENCE

selenium_curriculum

+4 Docs

Reviews (6)

3.5 out of 5 6 reviews

Naveen Alate https://s3-ap-southeast-1.amazonaws.com/tv-prod/member/photo/4927939-small.jpg Gachibowli
3.5056
Naveen Alate
S

Java Training

"I have learned so much from Naveen Sir's classes. He paces the class just right so you feel challenged but not overwhelmed. So many other classes you just read from a text book but in his classes he asks questions and gets the students to respond which is both fun and promotes faster learning.He is patient and eager to help. He shares and discusses his experience that help us be prepared those similar situations. I am thrilled to have found his class. "

Naveen Alate
L

C Language

"He is very good at teaching and clarifying doubts which helps all of us to gain more knowledge in programming. "

Naveen Alate
B

Java Training

"He is good at training and he will work hard and he has the confidence that he will give training to other persons very well.And he will help the students by clearing their doubt's. "

Naveen Alate
A
Verified Student

Python Training

It was ok

Teaching Method

Teacher's Knowledge

Have you attended any class with Naveen?

FAQs

1. Which classes do you teach?

I teach Agile, Angular.JS, Java Training, Mean stack, Python Training, SQL Programming, Selenium and django Classes.

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 6 years.

Answers by Naveen (7)

Answered on 05/04/2020 Learn Exam Coaching/Engineering Entrance Coaching/GATE Coaching/Instrumentation

First Academy - IELTS, GRE, SAT, OET, PTE Coaching in Ameerpet, Hyderabad
Answers 4 Comments
Dislike Bookmark

Answered on 03/03/2020 Learn Tuition

class FibonacciExample1{ public static void main(String args) { int n1=0,n2=1,n3,i,count=10; System.out.print(n1+" "+n2);//printing 0 and 1 for(i=2;i<count;++i)//loop starts from 2 because 0 and 1 are already printed { n3=n1+n2; System.out.print("... ...more
  1. class FibonacciExample1{  
  2. public static void main(String args[])  
  3. {    
  4.  int n1=0,n2=1,n3,i,count=10;    
  5.  System.out.print(n1+" "+n2);//printing 0 and 1    
  6.     
  7.  for(i=2;i<count;++i)//loop starts from 2 because 0 and 1 are already printed    
  8.  {    
  9.   n3=n1+n2;    
  10.   System.out.print(" "+n3);    
  11.   n1=n2;    
  12.   n2=n3;    
  13.  }    
  14.   
  15. }}  
Answers 67 Comments
Dislike Bookmark

Answered on 03/03/2020 Learn IT Courses/Programming Languages

Java and Python
Answers 75 Comments
Dislike Bookmark

Teaches

Python Training classes
1 Student

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Python Training classes

6

Course Duration provided

1-3 months, 3-6 months

Seeker background catered to

Corporate company, Educational Institution, Individual

Certification provided

Yes

Python applications taught

Data Analysis with Python , Regular Expressions with Python , Scipy Stack with Python , Data Extraction with Python , Machine Learning with Python, Web Scraping with Python , Data Visualization with Python, Automation with Python , Testing with Python, Web Development with Python , Help in assignment, Text Processing with Python, Data Science with Python

Java Training Classes
1 Student

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Java Training Classes

4

Teaches

Servlet, Java Real Time Projects, Java Full Stack Developer, J2EE, JSP (Java Server Pages), Core Java, Hibernate, Struts, Web services, Spring

Certification training offered

No

Selenium Training

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Selenium Training

3

Subjects

Selenium with Python, Selenium with Java

SQL Programming Training

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in SQL Programming Training

2

Mean stack Training

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Mean stack Training

3

Agile Training

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Agile Training

3

Angular.JS Training

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Angular.JS Training

2

AngularJS Version

Angular 4

django

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in django

10

Courses

Answers by Naveen A. (7)

Answered on 05/04/2020 Learn Exam Coaching/Engineering Entrance Coaching/GATE Coaching/Instrumentation

First Academy - IELTS, GRE, SAT, OET, PTE Coaching in Ameerpet, Hyderabad
Answers 4 Comments
Dislike Bookmark

Answered on 03/03/2020 Learn Tuition

class FibonacciExample1{ public static void main(String args) { int n1=0,n2=1,n3,i,count=10; System.out.print(n1+" "+n2);//printing 0 and 1 for(i=2;i<count;++i)//loop starts from 2 because 0 and 1 are already printed { n3=n1+n2; System.out.print("... ...more
  1. class FibonacciExample1{  
  2. public static void main(String args[])  
  3. {    
  4.  int n1=0,n2=1,n3,i,count=10;    
  5.  System.out.print(n1+" "+n2);//printing 0 and 1    
  6.     
  7.  for(i=2;i<count;++i)//loop starts from 2 because 0 and 1 are already printed    
  8.  {    
  9.   n3=n1+n2;    
  10.   System.out.print(" "+n3);    
  11.   n1=n2;    
  12.   n2=n3;    
  13.  }    
  14.   
  15. }}  
Answers 67 Comments
Dislike Bookmark

Answered on 03/03/2020 Learn IT Courses/Programming Languages

Java and Python
Answers 75 Comments
Dislike Bookmark

Book a Demo

Load More

Naveen A. describes himself as Computer Course Trainer. He conducts classes in Agile, Angular.JS and Java Training. Naveen is located in Gachibowli, Hyderabad. Naveen takes at students Home, Regular Classes- at his Home and Online Classes- via online medium. He has 10 years of teaching experience . Naveen has completed Bachelor of Technology (B.Tech.) from Jawaharlal Nehru Technological University Hyderabad in 2018. HeĀ is well versed in Telugu and English. Naveen has got 6 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