UrbanPro
true

Overview

SR - IT Academy is one of the leading tutorial point providing services like tutoring and computer training in Hyderabad city. We are providing classes for B.TECH/ B.E, Diploma, B.Sc, BCA, MCA and Computer Courses since 2010.

**** ONLINE CLASSES ALSO AVAILABLE ****

1) Tuition's: B.Tech, Diploma, Degree ( All Subjects ).
2) Maths Tuitions: B.Tech, Diploma, Degree
(Special care & Separate Batches)
3) Computer Courses: C,C++, Data Structures , Java.
4) Polytechnic or CEEP Entrance Coaching ( POLYCET ).
5) Intermediate ( MPC )

We have well experienced faculty for teaching subjects in different streams.

We can provide classes for different universities students like JNTUH, GITAM University, Osmania University, etc. Till now we are trained around 1000 students. We can provide study materials also prepared by experienced professors.

+25 more

Address

1163, K P H B Phase 1, Kukatpally

Kukatpally K P H B Phase 9, Hyderabad, India - 500085

Landmark: -Near Bank of Maharastra

Other Branches

Verified Info

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

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Course Duration provided

1-3 months

Seeker background catered to

Educational Institution, Individual

Certification provided

Yes

Python applications taught

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

C++ Language Classes

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Proficiency level taught

Basic C++, Advanced C++

C Language Classes

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Data Science Classes

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Data science techniques

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

Engineering Diploma Tuition

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Information Technology Engineering Diploma Subject

Network Management and Administration, Java Programming, Management Information Systems, Visual Basic, Operating System, Software Testing, Systems Programming, Microprocessor & Programming, Advanced Java Programming, Advanced Web Technology, Multimedia and Animation Techniques, Computer Architecture & Maintenance, Communication Techniques, Software Engineering, Industrial Projects, Object Oriented Programming, Digital Techniques, Data Structure, Entrepreneurship Development, Embedded System, Windows Programming, Object Oriented Modelling and Design, Relational Data Base Management Systems, Computer Networks

Engineering Diploma Branch

Engineering Diploma 1st Year, Information Technology Engineering Diploma, Civil Engineering Diploma, Production Engineering Diploma, Mechanical Engineering Diploma, Chemical Engineering Diploma, Computer Engineering Diploma, Electrical Engineering Diploma, Automobile Engineering Diploma, Electronics

Production Engineering Diploma Subjects

Theory of Machines and Mechanisms, Fundamentals of Electronics, Mechanical Engineering Drawing, Applied Mathematics, Production Technology, Production Processes, Advanced Manufacturing Processes, Manufacturing Processes, Computer Programming, Mechanical Engineering Materials, Fluid mechanics and machinery, Machine Tool And Design, Strength of Materials, Heat Engineering, Electrical Technology, Industrial Fluid Power

Engineering Diploma Subject

Engineering Graphics, Computer Fundamentals, Workshop Drawing, Engineering Mathematics, Basic Math, Engineering Mechanics

Mechanical Engineering Diploma Subject

Fluid Mechanics and Machinery, Production Technology, Industrial Fluid Power, Power Engineering, Production Processes, Mechanical Engineering Materials, Mechanical Engineering Drawing, Strength of Materials, Thermal Engineering, Computer Programming, Electrical Engineering, Manufacturing Technology, Theory of Machines & Mechanisms, Fundamentals of Electronics, Advanced Manufacturing Processes, Material Handling Systems, Applied Mathematics, Metrology & Quality Control, Measurements & Control, Tool Engineering

Computer Engineering Diploma Subject

Digital Techniques, Data Structure Using 'C', Environmental Studies, Relational Database Management Systems, Java Programming, Computer Network, Computer Graphics, Object Oriented Programming, Basics of C Programming, Microprocessor and Programming, Behavioral Science, Embedded System, Software Testing, Professional Practices, Computer Security, Operating System, Advanced Java Programming, Advanced Microprocessor, Network Programming, Applied Mathematics, Graphical User Interface (GUI), Computer Hardware and Maintenace, Linux Programming, Programming Windows in VC++, Software Engineering, Electrical Technology, Entrepreneurship Development, Network Management Administration

Civil Engineering Diploma Subject

Applied Mathematics (CE and ME Group), Theory Of Structures, Mechanics of Structures, Hydraulics

Automobile Engineering Diploma Subject

Strength of Materials, Materials and Manufacturing Process, Applied Math, Heat Power Engineering, Mechanical Engineering Drawing, Hydraulics and Pnumatics, Computer Programming, Theory of Machines & Mechanisms, Basic Electrical and Electronics, Mechantronics

Chemical Engineering Diploma Subject

Mechanical and Production Engineering/ Production Technology, Applied Mathematics, Electrical Engineering and Electronics

Type of class

Crash Course, Regular Classes

Class strength catered to

Group Classes, One on one/ Private Tutions

Electrical Engineering Diploma Subject

Electric Circuit Theory, Renewable Energy Technology, Power Electronics, Electrical Engineering Drawing, Electrical Repair And Maintenance, Electrical Energy Audit And Conservation, Electrical Design, Estimation And Costing, Control System Components, Electrical Machines, Electrical Installation, Transmission And Distribution Of Electrical Power, Instrumentation & Transducers, Utilization Of Electrical Energy, Basic Electronics, Electric Drives, Computer Programming, Switchgear And Protection, Electrical And Electronics Engineering Material, Electronic Devices And Logic Circuit, Entrepreneurship Development, Computer Aided Design, Micro Hydro Power, Electrical Measurements And Measuring Instruments, Principles Of Management And Costing, Power Stations, Power System Operation And Maintenance, Industrial Attachment

BTech Tuition

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

BTech Branch

BTech 1st Year Engineering

Class strength catered to

Group Classes, One on one/ Private Tutions

BTech 1st Year subjects

Engineering Mathematics (M1), Engineering Graphics, Advanced Mathematics (M2), Basic Mechanical Engineering, Engineering Chemistry, Basic Electronics, Mechanics Of Solids, Basic Electrical Technology, Engineering Physics, Computer science

Courses

Documents (40)

Diploma Civil Engineering Syll...

Diploma Mechanical Engineering...

Diploma ECE Syllabus

Diploma EEE Syllabus

Diploma CME Syllabus

B.Tech CSE Syllabus

B.Tech Civil Engineering Sylla...

B.Tech ECE Syllabus

B.Tech EEE Syllabus

+31 Docs

Reviews

No Reviews yet!

FAQs

1. Which classes do you teach?

We teach BTech Tuition, C Language, C++ Language, Data Science, Engineering Diploma Tuition and Python Training Classes

2. Do you provide a demo class?

Yes, We provide a free demo class.

3. Where are you located?

We are located in Kukatpally K P H B Phase 9, Hyderabad.

Lessons (11)

Post - Fix Expression Evaluation Procedure

Algorithm: 1) Create a stack to store operands (or values). 2) Scan the given expression and do following for every scanned element. a) If the element is a number, push it into the stack. b) If the...

24/02/2018
2 0
0
Infix Expression To Post-fix Expression Conversion Procedure

Algorithm 1. Scan the infix expression from left to right. 2. If the scanned character is an operand, output it. 3. Else, a. If the precedence of the scanned operator is greater than the precedence...

24/02/2018
1 0
0
Depth First Traversal For A Graph

Depth First Traversal (or Search) for a graph is similar to Depth First Traversal of a tree. The only catch here is, unlike trees, graphs may contain cycles, so we may come to the same node again. To...

05/02/2018
1 0
0

Answers by SR-IT Academy (37)

Answered on 14/08/2018 Learn Tuition/BCA Tuition +2 Tuition/BCA Tuition/IT Tuition/BCA Tuition/Mathematics

BCA means Bachelor of Computer Applications... That means if you want become a proficient in computer applications or you want become a software engineer... you can take this course...!
Answers 7 Comments
Dislike Bookmark

Answered on 14/08/2018 Learn Tuition/BCA Tuition +2 Tuition/BCA Tuition/IT Tuition/BCA Tuition/Mathematics

Not possible. Because maths is common in all degree courses....
Answers 5 Comments
Dislike Bookmark

Answered on 14/08/2018 Learn Tuition/BCA Tuition +2 Tuition/BCA Tuition/IT Tuition/BCA Tuition/Mathematics

BCA means Bachelor of Computer Applications... That means if you want become a proficient in computer applications or you want become a software engineer... you can take this course...!
Answers 4 Comments
Dislike Bookmark

Answered on 14/08/2018 Learn Tuition/BCA Tuition +2 Tuition/BCA Tuition/IT Tuition/BCA Tuition/Mathematics

BCA means Bachelor of Computer Applications... That means if you want become a proficient in computer applications or you want become a software engineer... you can take this course...!
Answers 6 Comments
Dislike Bookmark

Teaches

Python Training classes

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Course Duration provided

1-3 months

Seeker background catered to

Educational Institution, Individual

Certification provided

Yes

Python applications taught

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

C++ Language Classes

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Proficiency level taught

Basic C++, Advanced C++

C Language Classes

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Data Science Classes

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Data science techniques

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

Engineering Diploma Tuition

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Information Technology Engineering Diploma Subject

Network Management and Administration, Java Programming, Management Information Systems, Visual Basic, Operating System, Software Testing, Systems Programming, Microprocessor & Programming, Advanced Java Programming, Advanced Web Technology, Multimedia and Animation Techniques, Computer Architecture & Maintenance, Communication Techniques, Software Engineering, Industrial Projects, Object Oriented Programming, Digital Techniques, Data Structure, Entrepreneurship Development, Embedded System, Windows Programming, Object Oriented Modelling and Design, Relational Data Base Management Systems, Computer Networks

Engineering Diploma Branch

Engineering Diploma 1st Year, Information Technology Engineering Diploma, Civil Engineering Diploma, Production Engineering Diploma, Mechanical Engineering Diploma, Chemical Engineering Diploma, Computer Engineering Diploma, Electrical Engineering Diploma, Automobile Engineering Diploma, Electronics

Production Engineering Diploma Subjects

Theory of Machines and Mechanisms, Fundamentals of Electronics, Mechanical Engineering Drawing, Applied Mathematics, Production Technology, Production Processes, Advanced Manufacturing Processes, Manufacturing Processes, Computer Programming, Mechanical Engineering Materials, Fluid mechanics and machinery, Machine Tool And Design, Strength of Materials, Heat Engineering, Electrical Technology, Industrial Fluid Power

Engineering Diploma Subject

Engineering Graphics, Computer Fundamentals, Workshop Drawing, Engineering Mathematics, Basic Math, Engineering Mechanics

Mechanical Engineering Diploma Subject

Fluid Mechanics and Machinery, Production Technology, Industrial Fluid Power, Power Engineering, Production Processes, Mechanical Engineering Materials, Mechanical Engineering Drawing, Strength of Materials, Thermal Engineering, Computer Programming, Electrical Engineering, Manufacturing Technology, Theory of Machines & Mechanisms, Fundamentals of Electronics, Advanced Manufacturing Processes, Material Handling Systems, Applied Mathematics, Metrology & Quality Control, Measurements & Control, Tool Engineering

Computer Engineering Diploma Subject

Digital Techniques, Data Structure Using 'C', Environmental Studies, Relational Database Management Systems, Java Programming, Computer Network, Computer Graphics, Object Oriented Programming, Basics of C Programming, Microprocessor and Programming, Behavioral Science, Embedded System, Software Testing, Professional Practices, Computer Security, Operating System, Advanced Java Programming, Advanced Microprocessor, Network Programming, Applied Mathematics, Graphical User Interface (GUI), Computer Hardware and Maintenace, Linux Programming, Programming Windows in VC++, Software Engineering, Electrical Technology, Entrepreneurship Development, Network Management Administration

Civil Engineering Diploma Subject

Applied Mathematics (CE and ME Group), Theory Of Structures, Mechanics of Structures, Hydraulics

Automobile Engineering Diploma Subject

Strength of Materials, Materials and Manufacturing Process, Applied Math, Heat Power Engineering, Mechanical Engineering Drawing, Hydraulics and Pnumatics, Computer Programming, Theory of Machines & Mechanisms, Basic Electrical and Electronics, Mechantronics

Chemical Engineering Diploma Subject

Mechanical and Production Engineering/ Production Technology, Applied Mathematics, Electrical Engineering and Electronics

Type of class

Crash Course, Regular Classes

Class strength catered to

Group Classes, One on one/ Private Tutions

Electrical Engineering Diploma Subject

Electric Circuit Theory, Renewable Energy Technology, Power Electronics, Electrical Engineering Drawing, Electrical Repair And Maintenance, Electrical Energy Audit And Conservation, Electrical Design, Estimation And Costing, Control System Components, Electrical Machines, Electrical Installation, Transmission And Distribution Of Electrical Power, Instrumentation & Transducers, Utilization Of Electrical Energy, Basic Electronics, Electric Drives, Computer Programming, Switchgear And Protection, Electrical And Electronics Engineering Material, Electronic Devices And Logic Circuit, Entrepreneurship Development, Computer Aided Design, Micro Hydro Power, Electrical Measurements And Measuring Instruments, Principles Of Management And Costing, Power Stations, Power System Operation And Maintenance, Industrial Attachment

BTech Tuition

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

BTech Branch

BTech 1st Year Engineering

Class strength catered to

Group Classes, One on one/ Private Tutions

BTech 1st Year subjects

Engineering Mathematics (M1), Engineering Graphics, Advanced Mathematics (M2), Basic Mechanical Engineering, Engineering Chemistry, Basic Electronics, Mechanics Of Solids, Basic Electrical Technology, Engineering Physics, Computer science

Courses

No Reviews yet!

Answers by SR-IT Academy (37)

Answered on 14/08/2018 Learn Tuition/BCA Tuition +2 Tuition/BCA Tuition/IT Tuition/BCA Tuition/Mathematics

BCA means Bachelor of Computer Applications... That means if you want become a proficient in computer applications or you want become a software engineer... you can take this course...!
Answers 7 Comments
Dislike Bookmark

Answered on 14/08/2018 Learn Tuition/BCA Tuition +2 Tuition/BCA Tuition/IT Tuition/BCA Tuition/Mathematics

Not possible. Because maths is common in all degree courses....
Answers 5 Comments
Dislike Bookmark

Answered on 14/08/2018 Learn Tuition/BCA Tuition +2 Tuition/BCA Tuition/IT Tuition/BCA Tuition/Mathematics

BCA means Bachelor of Computer Applications... That means if you want become a proficient in computer applications or you want become a software engineer... you can take this course...!
Answers 4 Comments
Dislike Bookmark

Answered on 14/08/2018 Learn Tuition/BCA Tuition +2 Tuition/BCA Tuition/IT Tuition/BCA Tuition/Mathematics

BCA means Bachelor of Computer Applications... That means if you want become a proficient in computer applications or you want become a software engineer... you can take this course...!
Answers 6 Comments
Dislike Bookmark

Contact

Load More

Lessons (11)

Post - Fix Expression Evaluation Procedure

Algorithm: 1) Create a stack to store operands (or values). 2) Scan the given expression and do following for every scanned element. a) If the element is a number, push it into the stack. b) If the...

24/02/2018
2 0
0
Infix Expression To Post-fix Expression Conversion Procedure

Algorithm 1. Scan the infix expression from left to right. 2. If the scanned character is an operand, output it. 3. Else, a. If the precedence of the scanned operator is greater than the precedence...

24/02/2018
1 0
0
Depth First Traversal For A Graph

Depth First Traversal (or Search) for a graph is similar to Depth First Traversal of a tree. The only catch here is, unlike trees, graphs may contain cycles, so we may come to the same node again. To...

05/02/2018
1 0
0

Contact

Load More

SR-IT Academy conducts classes in BTech Tuition, C Language and C++ Language. It is located in Kukatpally K P H B Phase 9, Hyderabad. It takes Online Classes- via online medium.

X
X

Post your Learning Need

Let us shortlist and give the best tutors and institutes.

or

Send Enquiry to SR-IT Academy

Let SR-IT Academy know you are interested in their class

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.

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