UrbanPro
true
Limnox Python institute in Hyderabad

Limnox

Verified
Verified
locationImg Quthbullapur Vennala Gadda, Hyderabad
rsIcon 500 per hour
Contact
Contact

Details verified of Limnox

Identity

Education

Know how UrbanPro verifies Tutor details

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

Online Classes
Limnox was founded by Mr. L Chakradhar, an engineer from IIT Madras and MS (USA). We are based in Suchitra, Hyderabad. We offer both classroom and online courses. We conduct trainings in various courses namely C/C++, Java, Python, AutoCAD, Tally, 3D Modeling, Ansys etc.

Address

Plot No 7, Survey No 84/A

Vennelagadda

Quthbullapur Vennala Gadda, Hyderabad, India - 500067

Landmark: Opp: Bata Showroom

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

Individual

Certification provided

Yes

Python applications taught

Data Science with Python, Data Analysis with Python , Data Extraction with Python , Regular Expressions with Python , Data Visualization with Python, Web Development with Python , Machine Learning with Python

Java Training Classes

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Teaches

Core Java

Certification training offered

Yes

C Language Classes

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

C++ Language Classes

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Proficiency level taught

Advanced C++, Basic C++

Autocad classes

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Autocad component

AutoCAD 2D, AutoCAD Civil 3D

Ansys Training

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

CATIA Training

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

CAD Training

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Teaches following CAD softwares

CAD 3D, CAD CAM, Cad Cam NX, Cad Pro E

Tally Software classes

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Teaches

Tally ERP 9

Reviews

No Reviews yet!

Answers by Limnox (2)

Answered on 30/06/2023 Learn IT Courses/Programming Languages/Python

Ask a Question

Post a Lesson

Let us say we are adding 2 Integers. We will require 3 variables a, b and c. Firstly we have to take 2 integer inputs from user and store them in a and b. Next we have to add those 2 integers in c variable and finally print. Code is as follows: a=int(input("Enter 1st integer number")) b=int(input("Enter... ...more

Let us say we are adding 2 Integers. We will require 3 variables a, b and c.

Firstly we have to take 2 integer inputs from user and store them in a and b. Next we have to add those 2 integers in c variable and finally print. Code is as follows:

a=int(input("Enter 1st integer number"))

b=int(input("Enter 2nd integer number"))

c=a+b

print("Sum of 2 numbers is",c)

If we are adding decimal numbers we have to use float in place of int.

Answers 6 Comments
Dislike Bookmark

Answered on 27/06/2023 Learn IT Courses/Tally Software

Ask a Question

Post a Lesson

In the Gateway of Tally main screen click Company Icon. Click Shut Company and then you will see several options like Create Company, Shut Company, etc. Click on Create Company which will take you to new company creation page. There are several fields that need to be filled like Name of Company, Address,... ...more

In the Gateway of Tally main screen click Company Icon. Click Shut Company and then you will see several options like Create Company, Shut Company, etc. Click on Create Company which will take you to new company creation page. There are several fields that need to be filled like Name of Company, Address, etc. To move from one field to another you can use Tab/Enter. After filling the various fields finally you will get Yes/No option. Click on Yes or type y and new company will be created.

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

Individual

Certification provided

Yes

Python applications taught

Data Science with Python, Data Analysis with Python , Data Extraction with Python , Regular Expressions with Python , Data Visualization with Python, Web Development with Python , Machine Learning with Python

Java Training Classes

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Teaches

Core Java

Certification training offered

Yes

C Language Classes

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

C++ Language Classes

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Proficiency level taught

Advanced C++, Basic C++

Autocad classes

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Autocad component

AutoCAD 2D, AutoCAD Civil 3D

Ansys Training

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

CATIA Training

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

CAD Training

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Teaches following CAD softwares

CAD 3D, CAD CAM, Cad Cam NX, Cad Pro E

Tally Software classes

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Teaches

Tally ERP 9

No Reviews yet!

Answers by Limnox

Answered on 30/06/2023 Learn IT Courses/Programming Languages/Python

Ask a Question

Post a Lesson

Let us say we are adding 2 Integers. We will require 3 variables a, b and c. Firstly we have to take 2 integer inputs from user and store them in a and b. Next we have to add those 2 integers in c variable and finally print. Code is as follows: a=int(input("Enter 1st integer number")) b=int(input("Enter... ...more

Let us say we are adding 2 Integers. We will require 3 variables a, b and c.

Firstly we have to take 2 integer inputs from user and store them in a and b. Next we have to add those 2 integers in c variable and finally print. Code is as follows:

a=int(input("Enter 1st integer number"))

b=int(input("Enter 2nd integer number"))

c=a+b

print("Sum of 2 numbers is",c)

If we are adding decimal numbers we have to use float in place of int.

Answers 6 Comments
Dislike Bookmark

Answered on 27/06/2023 Learn IT Courses/Tally Software

Ask a Question

Post a Lesson

In the Gateway of Tally main screen click Company Icon. Click Shut Company and then you will see several options like Create Company, Shut Company, etc. Click on Create Company which will take you to new company creation page. There are several fields that need to be filled like Name of Company, Address,... ...more

In the Gateway of Tally main screen click Company Icon. Click Shut Company and then you will see several options like Create Company, Shut Company, etc. Click on Create Company which will take you to new company creation page. There are several fields that need to be filled like Name of Company, Address, etc. To move from one field to another you can use Tab/Enter. After filling the various fields finally you will get Yes/No option. Click on Yes or type y and new company will be created.

Answers 1 Comments
Dislike Bookmark
x

Ask a Question

Please enter your Question

Please select a Tag

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