UrbanPro
true
SR-IT Academy Python institute in Hyderabad
+30 more

SR-IT Academy

locationImg Kukatpally K P H B Phase 9, Hyderabad
students 59 students
Contact
Contact

Details verified of SR-IT Academy

Identity

Education

Know how UrbanPro verifies Tutor details

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

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

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

C++ Language Classes

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Proficiency level taught

Advanced C++, Basic 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

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

Engineering Diploma Tuition

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Information Technology Engineering Diploma Subject

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

Engineering Diploma Branch

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

Production Engineering Diploma Subjects

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

Engineering Diploma Subject

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

Mechanical Engineering Diploma Subject

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

Computer Engineering Diploma Subject

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

Civil Engineering Diploma Subject

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

Automobile Engineering Diploma Subject

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

Chemical Engineering Diploma Subject

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

Type of class

Regular Classes, Crash Course

Class strength catered to

One on one/ Private Tutions, Group Classes

Electrical Engineering Diploma Subject

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

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

One on one/ Private Tutions, Group Classes

BTech 1st Year subjects

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

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!

Lessons by SR-IT Academy

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 21/08/2018 +2 Tuition/BCA Tuition/IT Tuition/BCA Tuition/Mathematics

Ask a Question

Post a Lesson

MCA
Answers 6 Comments
Dislike Bookmark

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

Ask a Question

Post a Lesson

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 +2 Tuition/BCA Tuition/IT Tuition/BCA Tuition/Mathematics

Ask a Question

Post a Lesson

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

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

Ask a Question

Post a Lesson

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 +2 Tuition/BCA Tuition/IT Tuition/BCA Tuition/Mathematics

Ask a Question

Post a Lesson

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
x

Ask a Question

Please enter your Question

Please select a Tag

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

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

C++ Language Classes

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Proficiency level taught

Advanced C++, Basic 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

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

Engineering Diploma Tuition

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Information Technology Engineering Diploma Subject

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

Engineering Diploma Branch

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

Production Engineering Diploma Subjects

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

Engineering Diploma Subject

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

Mechanical Engineering Diploma Subject

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

Computer Engineering Diploma Subject

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

Civil Engineering Diploma Subject

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

Automobile Engineering Diploma Subject

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

Chemical Engineering Diploma Subject

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

Type of class

Regular Classes, Crash Course

Class strength catered to

One on one/ Private Tutions, Group Classes

Electrical Engineering Diploma Subject

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

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

One on one/ Private Tutions, Group Classes

BTech 1st Year subjects

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

Courses

No Reviews yet!

Answers by SR-IT Academy

Answered on 21/08/2018 +2 Tuition/BCA Tuition/IT Tuition/BCA Tuition/Mathematics

Ask a Question

Post a Lesson

MCA
Answers 6 Comments
Dislike Bookmark

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

Ask a Question

Post a Lesson

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 +2 Tuition/BCA Tuition/IT Tuition/BCA Tuition/Mathematics

Ask a Question

Post a Lesson

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

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

Ask a Question

Post a Lesson

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 +2 Tuition/BCA Tuition/IT Tuition/BCA Tuition/Mathematics

Ask a Question

Post a Lesson

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
x

Ask a Question

Please enter your Question

Please select a Tag

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
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