UrbanPro
true
Karunanithi Python trainer in Kangayam

Karunanithi

IT Professional Trainer with 18yearsofexperience

Vellakoil, Kangayam, India - 638111.

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

Details verified of Karunanithi

Identity

Education

Know how UrbanPro verifies Tutor details

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

Overview

I have 18 years of experience with embedded systems.
I am currently employed as the Director of Innovation and Technology for a multinational corporation.

Intro Video

  • Python Training , C++ Language

Languages Spoken

Tamil Mother Tongue (Native)

English Proficient

Telugu Basic

Education

Madras Institute of technology 2005

Bachelor of Engineering (B.E.)

Address

Vellakoil, Kangayam, India - 638111

Verified Info

ID 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

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Python Training classes

5

Course Duration provided

1-3 months

Seeker background catered to

Educational Institution, Individual

Certification provided

No

Python applications taught

Regular Expressions with Python , Automation with Python , Data Analysis with Python , GUI (Graphical User Interfaces) with Python , Data Extraction with Python

Teaching Experience in detail in Python Training classes

I am Veteran Programmer developed many python applications. Following is my course content, Introduction to Python  What is Python and history of Python  Unique features of Python  Python-2 and Python-3 differences  Install Python and Environment Setup  First Python Program  Python Identifiers, Keywords and Indentation  Comments and document interlude in Python  Command line arguments  Getting User Input  Python Basic Data Types  What are variables? List, Ranges & Tuples in Python  Introduction  Lists in Python  More About Lists  Understanding Iterators  Generators, Comprehensions and Lambda Expressions  Understanding and using Ranges Python Dictionaries and Sets  Introduction to the section  Python Dictionaries  More on Dictionaries  Sets  Python Sets Examples Input and Output in Python  Reading and writing text files  writing Text Files  Appending to Files and Challenge  Writing Binary Files Manually  Using Pickle to Write Binary Files Python functions  Python user defined functions  Python packages functions  Defining and calling Function  The anonymous Functions  Loops and statement in Python  Python Modules & Packages Python Object Oriented  Overview of OOP  Creating Classes and Objects  Accessing attributes  Built-In Class Attributes  Destroying Objects Python Exceptions Handling  What is Exception?  Handling an exception  try….except…else  try-finally clause  Argument of an Exception  Python Standard Exceptions  Raising an exceptions  User-Defined Exceptions Python Regular Expressions  What are regular expressions?  The match Function  The search Function  Matching vs searching  Search and Replace  Extended Regular Expressions  Wildcard Useful additions  Collections – named tuples, default dicts  Debugging and breakpoints  Using IDEs

Computer Classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Computer Classes

4

Type of Computer course taken

Training in Software application usage, Training in Computer tools usage, Software Programming, Basics of Computer usage

Teaching Experience in detail in Computer Classes

I m taking tution daily for the cbse and Tamil Nadu state board class students for the past 4 years. I m confident enough to handle online class.

Courses

Documents (1)

Demo

Reviews

No Reviews yet!

FAQs

1. Which classes do you teach?

I teach Computer and Python Training 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 5 years.

Answers by Karunanithi (1)

Answered on 02/10/2023 Learn IT Courses/Programming Languages/C Language

strcpy( ) function copies whole content of one string into another string. strncpy( ) function copies portion of contents of one string into another string. char *strcpy( char *str1, const char *str2) char *strncpy( char *str1, const char *str2, size_t n) where, str1 is destination string & str2... ...more

strcpy( ) function copies whole content of one string into another string.

strncpy( ) function copies portion of contents of one string into another string.

char *strcpy( char *str1, const char *str2)
char *strncpy( char *str1, const char *str2, size_t n)

where, str1 is destination string & str2 is source string.


Answers 3 Comments
Dislike Bookmark

Teaches

Python Training classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Python Training classes

5

Course Duration provided

1-3 months

Seeker background catered to

Educational Institution, Individual

Certification provided

No

Python applications taught

Regular Expressions with Python , Automation with Python , Data Analysis with Python , GUI (Graphical User Interfaces) with Python , Data Extraction with Python

Teaching Experience in detail in Python Training classes

I am Veteran Programmer developed many python applications. Following is my course content, Introduction to Python  What is Python and history of Python  Unique features of Python  Python-2 and Python-3 differences  Install Python and Environment Setup  First Python Program  Python Identifiers, Keywords and Indentation  Comments and document interlude in Python  Command line arguments  Getting User Input  Python Basic Data Types  What are variables? List, Ranges & Tuples in Python  Introduction  Lists in Python  More About Lists  Understanding Iterators  Generators, Comprehensions and Lambda Expressions  Understanding and using Ranges Python Dictionaries and Sets  Introduction to the section  Python Dictionaries  More on Dictionaries  Sets  Python Sets Examples Input and Output in Python  Reading and writing text files  writing Text Files  Appending to Files and Challenge  Writing Binary Files Manually  Using Pickle to Write Binary Files Python functions  Python user defined functions  Python packages functions  Defining and calling Function  The anonymous Functions  Loops and statement in Python  Python Modules & Packages Python Object Oriented  Overview of OOP  Creating Classes and Objects  Accessing attributes  Built-In Class Attributes  Destroying Objects Python Exceptions Handling  What is Exception?  Handling an exception  try….except…else  try-finally clause  Argument of an Exception  Python Standard Exceptions  Raising an exceptions  User-Defined Exceptions Python Regular Expressions  What are regular expressions?  The match Function  The search Function  Matching vs searching  Search and Replace  Extended Regular Expressions  Wildcard Useful additions  Collections – named tuples, default dicts  Debugging and breakpoints  Using IDEs

Computer Classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Computer Classes

4

Type of Computer course taken

Training in Software application usage, Training in Computer tools usage, Software Programming, Basics of Computer usage

Teaching Experience in detail in Computer Classes

I m taking tution daily for the cbse and Tamil Nadu state board class students for the past 4 years. I m confident enough to handle online class.

Courses

No Reviews yet!

Answers by Karunanithi (1)

Answered on 02/10/2023 Learn IT Courses/Programming Languages/C Language

strcpy( ) function copies whole content of one string into another string. strncpy( ) function copies portion of contents of one string into another string. char *strcpy( char *str1, const char *str2) char *strncpy( char *str1, const char *str2, size_t n) where, str1 is destination string & str2... ...more

strcpy( ) function copies whole content of one string into another string.

strncpy( ) function copies portion of contents of one string into another string.

char *strcpy( char *str1, const char *str2)
char *strncpy( char *str1, const char *str2, size_t n)

where, str1 is destination string & str2 is source string.


Answers 3 Comments
Dislike Bookmark

Karunanithi describes himself as IT Professional Trainer with 18yearsofexperience. He conducts classes in Computer and Python Training. Karunanithi is located in Vellakoil, Kangayam. Karunanithi takes Online Classes- via online medium. He has 18 years of teaching experience . Karunanithi has completed Bachelor of Engineering (B.E.) from Madras Institute of technology in 2005. He is well versed in Telugu, English and Tamil.

X

Share this Profile

Recommended Profiles

Mukul Dilwaria

Mukul Dilwaria photo Sector 40, Gurgaon

Saloni Mishra

Saloni Mishra photo Tardeo Road Haji Ali, Mumbai

Mahanthesha U

Mahanthesha U photo Meenakunte, Mysore

Vandana Bajaj

Vandana Bajaj photo Rampur Adarsh Nagar, Jabalpur

Rajdeep Mandal

Rajdeep Mandal photo Airport, Mumbai

Ravi S.

Ravi S. photo Aundh Camp, Pune

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