UrbanPro
true
Azhar Uddin Data Science trainer in Bangalore

Azhar Uddin

Corporate and Personal Trainer with an experience of 5+ yrs in IT industry

HSR Layout Sector 6, Bangalore, India - 560102.

Verified 2 yrs of Exp 1 Student

1,000 per hour

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

Details verified of Azhar Uddin

Identity

Education

Know how UrbanPro verifies Tutor details

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

Overview

A working professional with over 4.5 years of experience in teaching and I love to teach students in my free time.
I always teach students by keeping their requirements in priority and always try to make the learning program easy for them. I always try to start the lessons from scratch to make the students comfortable in subjects. I always used to provide regular updates to the parents by meeting them personally or via a phone call to keep meaningful relationships with students and parents.

Languages Spoken

Urdu

Hindi

English

Education

VMU 2015

Bachelor of Engineering (B.E.)

Address

HSR Layout Sector 6, Bangalore, India - 560102

Verified Info

ID Verified

Education Verified

Phone Verified

Email Verified

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

Student's Home

Tutor's Home

Years of Experience in Python Training classes

4

Course Duration provided

1-3 months

Seeker background catered to

Individual, Corporate company, Educational Institution

Certification provided

Yes

Python applications taught

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

Teaching Experience in detail in Python Training classes

Python training classes for beginners and working professionals with project, certification, and placement assistance.

django

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in django

3

Teaching Experience in detail in django

Django is a high-level Python web framework that enables rapid development of secure and maintainable websites. Built by experienced developers, Django takes care of much of the hassle of web development, so you can focus on writing your app without needing to reinvent the wheel. It is free and open source, has a thriving and active community, great documentation, and many options for free and paid-for support. Django helps you write software that is: Complete Django follows the "Batteries included" philosophy and provides almost everything developers might want to do "out of the box". Because everything you need is part of the one "product", it all works seamlessly together, follows consistent design principles, and has extensive and up-to-date documentation. Versatile Django can be (and has been) used to build almost any type of website — from content management systems and wikis, through to social networks and news sites. It can work with any client-side framework, and can deliver content in almost any format (including HTML, RSS feeds, JSON, XML, etc). The site you are currently reading is based on Django! Internally, while it provides choices for almost any functionality you might want (e.g. several popular databases, templating engines, etc.), it can also be extended to use other components if needed. Secure Django helps developers avoid many common security mistakes by providing a framework that has been engineered to "do the right things" to protect the website automatically. For example, Django provides a secure way to manage user accounts and passwords, avoiding common mistakes like putting session information in cookies where it is vulnerable (instead cookies just contain a key, and the actual data is stored in the database) or directly storing passwords rather than a password hash. A password hash is a fixed-length value created by sending the password through a cryptographic hash function. Django can check if an entered password is correct by running it through the hash function and comparing the output to the stored hash value. However due to the "one-way" nature of the function, even if a stored hash value is compromised it is hard for an attacker to work out the original password. Django enables protection against many vulnerabilities by default, including SQL injection, cross-site scripting, cross-site request forgery and clickjacking (see Website security for more details of such attacks). Scalable Django uses a component-based “shared-nothing” architecture (each part of the architecture is independent of the others, and can hence be replaced or changed if needed). Having a clear separation between the different parts means that it can scale for increased traffic by adding hardware at any level: caching servers, database servers, or application servers. Some of the busiest sites have successfully scaled Django to meet their demands (e.g. Instagram and Disqus, to name just two). Maintainable Django code is written using design principles and patterns that encourage the creation of maintainable and reusable code. In particular, it makes use of the Don't Repeat Yourself (DRY) principle so there is no unnecessary duplication, reducing the amount of code. Django also promotes the grouping of related functionality into reusable "applications" and, at a lower level, groups related code into modules (along the lines of the Model View Controller (MVC) pattern). Portable Django is written in Python, which runs on many platforms. That means that you are not tied to any particular server platform, and can run your applications on many flavours of Linux, Windows, and Mac OS X. Furthermore, Django is well-supported by many web hosting providers, who often provide specific infrastructure and documentation for hosting Django sites.

Data Science Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Data Science Classes

2

Data science techniques

Machine learning, R Programming, Python, Artificial Intelligence

Teaching Experience in detail in Data Science Classes

Why choose us? ? Indepth and practical learning ? Best in industry and full-time trainers ? Online practice portal and self-evaluation ? Projects to match industry demands ? Certification and placement support ? Convenience of classroom, online or virtual learning Data Science Syllabus 1. Data Science Overview • Introduction to Data Science • Different Sectors Using Data Science • Purpose and Components of Python • Key Takeaways 2. Data Analytics Overview • Data Analytics Process • Knowledge Check • Exploratory Data Analysis(EDA) • EDA-Quantitative Technique • EDA Graphical Technique • Data Analytics Conclusion or Predictions • Data Analytics Communication • Data Types for Plotting • Data Types and Plotting 3. Statistical Analysis and Business Applications • Introduction to Statistics • Statistical and Non-statistical Analysis • Major Categories of Statistics • Statistical Analysis Considerations • Population and Sample • Statistical Analysis Process • Data Distribution • Dispersion • Knowledge Check • Histogram • Knowledge Check • Testing • Knowledge Check (MCQ’S) • Correlation and Inferential Statistics 4. Mathematical Computing with Python (Numpy) • Introduction to Numpy • Activity- Sequence it Right • Demo 01-Creating and Printing an ndarray • Knowledge Check • Class and Attributes of ndarray • Basic Operations • Activity-Slice It! • Copy and Views • Mathematical Functions of Numpy • Code based Assignment as Homework. 5. Scientific Computing with Python (Scipy) • Introduction to SciPy • SciPy Sub Package - Integration and Optimization • Knowledge Check • SciPy sub package • Demo - Calculate Eigen values and Eigenvector • Knowledge Check • SciPy Sub Package - Statistics, Weave and IO 6. Data Manipulation with Pandas • Introduction to Pandas • Knowledge Check • Understanding DataFrame • View and Select Data Demo • Missing Values • Data Operations • Knowledge Check • File Read and Write Support • Activity- Sequence it Right • Pandas Sql Operation 7. Machine Learning with Scikit–Learn • Machine Learning Approach • How it Works • Supervised Learning Model Considerations • Knowledge Check • Scikit-Learn • Knowledge Check • Supervised Learning Models • Unsupervised Learning Models • Pipeline • Model Persistence and Evaluation • Knowledge Check 8. Data Visualization in Python using Matplotlib • Introduction to Data Visualization • Knowledge Check • Line Properties • (x,y) Plot and Subplots • Knowledge Check • Types of Plots • Knowledge Check (MCQ’S) 9. Web Scraping • Understanding and Searching the Tree • Navigating options • Demo Navigating a Tree • Knowledge Check • Modifying the Tree • Parsing and Printing the Document • Choose a project 10. Python Integration with Big Data Science • Why Big Data Solutions are Provided for Python • Hadoop: Core Components • Python Integration with HDFS • Demo 1 - Using Hadoop Streaming for Calculating Word Count 11. Course Recap and Two Industry based Projects • Summarize the entire course concepts • Concepts to be re-visited based on learner feedback • Recap of the entire session • Finish the test to get certified

Documents (1)

Python-syllabus

Reviews

No Reviews yet!

FAQs

1. Which classes do you teach?

I teach Data Science, Python Training 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 4 years.

Answers by Azhar Uddin (2)

Answered on 28/04/2019 Learn Tuition

It always depend on the area, board and the class getting conducted per week.But in general it will be somewhere around 8000-12000K for the whole course.
Answers 986 Comments
Dislike Bookmark

Answered on 28/04/2019 Learn Tuition +1 CBSE/Class 9/Mathematics

It always better if someone starting classroom training compare to online tuition . What matter the end of the day is the knowledge you gained in the defined time. Classroom training always gives a different touch and feel, but at the same time, you won't get the same feeling in online training. It... ...more

It always better if someone starting classroom training compare to online tuition . What matter the end of the day is the knowledge you gained in the defined time. Classroom training always gives a different touch and feel, but at the same time, you won't get the same feeling in online training. It also depends on the individual, their choice and their will power. But I always suggest starting classroom training instead of opting for some online class.

Answers 618 Comments
Dislike Bookmark

Teaches

Python Training classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Python Training classes

4

Course Duration provided

1-3 months

Seeker background catered to

Individual, Corporate company, Educational Institution

Certification provided

Yes

Python applications taught

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

Teaching Experience in detail in Python Training classes

Python training classes for beginners and working professionals with project, certification, and placement assistance.

django

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in django

3

Teaching Experience in detail in django

Django is a high-level Python web framework that enables rapid development of secure and maintainable websites. Built by experienced developers, Django takes care of much of the hassle of web development, so you can focus on writing your app without needing to reinvent the wheel. It is free and open source, has a thriving and active community, great documentation, and many options for free and paid-for support. Django helps you write software that is: Complete Django follows the "Batteries included" philosophy and provides almost everything developers might want to do "out of the box". Because everything you need is part of the one "product", it all works seamlessly together, follows consistent design principles, and has extensive and up-to-date documentation. Versatile Django can be (and has been) used to build almost any type of website — from content management systems and wikis, through to social networks and news sites. It can work with any client-side framework, and can deliver content in almost any format (including HTML, RSS feeds, JSON, XML, etc). The site you are currently reading is based on Django! Internally, while it provides choices for almost any functionality you might want (e.g. several popular databases, templating engines, etc.), it can also be extended to use other components if needed. Secure Django helps developers avoid many common security mistakes by providing a framework that has been engineered to "do the right things" to protect the website automatically. For example, Django provides a secure way to manage user accounts and passwords, avoiding common mistakes like putting session information in cookies where it is vulnerable (instead cookies just contain a key, and the actual data is stored in the database) or directly storing passwords rather than a password hash. A password hash is a fixed-length value created by sending the password through a cryptographic hash function. Django can check if an entered password is correct by running it through the hash function and comparing the output to the stored hash value. However due to the "one-way" nature of the function, even if a stored hash value is compromised it is hard for an attacker to work out the original password. Django enables protection against many vulnerabilities by default, including SQL injection, cross-site scripting, cross-site request forgery and clickjacking (see Website security for more details of such attacks). Scalable Django uses a component-based “shared-nothing” architecture (each part of the architecture is independent of the others, and can hence be replaced or changed if needed). Having a clear separation between the different parts means that it can scale for increased traffic by adding hardware at any level: caching servers, database servers, or application servers. Some of the busiest sites have successfully scaled Django to meet their demands (e.g. Instagram and Disqus, to name just two). Maintainable Django code is written using design principles and patterns that encourage the creation of maintainable and reusable code. In particular, it makes use of the Don't Repeat Yourself (DRY) principle so there is no unnecessary duplication, reducing the amount of code. Django also promotes the grouping of related functionality into reusable "applications" and, at a lower level, groups related code into modules (along the lines of the Model View Controller (MVC) pattern). Portable Django is written in Python, which runs on many platforms. That means that you are not tied to any particular server platform, and can run your applications on many flavours of Linux, Windows, and Mac OS X. Furthermore, Django is well-supported by many web hosting providers, who often provide specific infrastructure and documentation for hosting Django sites.

Data Science Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Data Science Classes

2

Data science techniques

Machine learning, R Programming, Python, Artificial Intelligence

Teaching Experience in detail in Data Science Classes

Why choose us? ? Indepth and practical learning ? Best in industry and full-time trainers ? Online practice portal and self-evaluation ? Projects to match industry demands ? Certification and placement support ? Convenience of classroom, online or virtual learning Data Science Syllabus 1. Data Science Overview • Introduction to Data Science • Different Sectors Using Data Science • Purpose and Components of Python • Key Takeaways 2. Data Analytics Overview • Data Analytics Process • Knowledge Check • Exploratory Data Analysis(EDA) • EDA-Quantitative Technique • EDA Graphical Technique • Data Analytics Conclusion or Predictions • Data Analytics Communication • Data Types for Plotting • Data Types and Plotting 3. Statistical Analysis and Business Applications • Introduction to Statistics • Statistical and Non-statistical Analysis • Major Categories of Statistics • Statistical Analysis Considerations • Population and Sample • Statistical Analysis Process • Data Distribution • Dispersion • Knowledge Check • Histogram • Knowledge Check • Testing • Knowledge Check (MCQ’S) • Correlation and Inferential Statistics 4. Mathematical Computing with Python (Numpy) • Introduction to Numpy • Activity- Sequence it Right • Demo 01-Creating and Printing an ndarray • Knowledge Check • Class and Attributes of ndarray • Basic Operations • Activity-Slice It! • Copy and Views • Mathematical Functions of Numpy • Code based Assignment as Homework. 5. Scientific Computing with Python (Scipy) • Introduction to SciPy • SciPy Sub Package - Integration and Optimization • Knowledge Check • SciPy sub package • Demo - Calculate Eigen values and Eigenvector • Knowledge Check • SciPy Sub Package - Statistics, Weave and IO 6. Data Manipulation with Pandas • Introduction to Pandas • Knowledge Check • Understanding DataFrame • View and Select Data Demo • Missing Values • Data Operations • Knowledge Check • File Read and Write Support • Activity- Sequence it Right • Pandas Sql Operation 7. Machine Learning with Scikit–Learn • Machine Learning Approach • How it Works • Supervised Learning Model Considerations • Knowledge Check • Scikit-Learn • Knowledge Check • Supervised Learning Models • Unsupervised Learning Models • Pipeline • Model Persistence and Evaluation • Knowledge Check 8. Data Visualization in Python using Matplotlib • Introduction to Data Visualization • Knowledge Check • Line Properties • (x,y) Plot and Subplots • Knowledge Check • Types of Plots • Knowledge Check (MCQ’S) 9. Web Scraping • Understanding and Searching the Tree • Navigating options • Demo Navigating a Tree • Knowledge Check • Modifying the Tree • Parsing and Printing the Document • Choose a project 10. Python Integration with Big Data Science • Why Big Data Solutions are Provided for Python • Hadoop: Core Components • Python Integration with HDFS • Demo 1 - Using Hadoop Streaming for Calculating Word Count 11. Course Recap and Two Industry based Projects • Summarize the entire course concepts • Concepts to be re-visited based on learner feedback • Recap of the entire session • Finish the test to get certified

No Reviews yet!

Answers by Azhar Uddin (2)

Answered on 28/04/2019 Learn Tuition

It always depend on the area, board and the class getting conducted per week.But in general it will be somewhere around 8000-12000K for the whole course.
Answers 986 Comments
Dislike Bookmark

Answered on 28/04/2019 Learn Tuition +1 CBSE/Class 9/Mathematics

It always better if someone starting classroom training compare to online tuition . What matter the end of the day is the knowledge you gained in the defined time. Classroom training always gives a different touch and feel, but at the same time, you won't get the same feeling in online training. It... ...more

It always better if someone starting classroom training compare to online tuition . What matter the end of the day is the knowledge you gained in the defined time. Classroom training always gives a different touch and feel, but at the same time, you won't get the same feeling in online training. It also depends on the individual, their choice and their will power. But I always suggest starting classroom training instead of opting for some online class.

Answers 618 Comments
Dislike Bookmark

Azhar Uddin describes himself as Corporate and Personal Trainer with an experience of 5+ yrs in IT industry. He conducts classes in Data Science, Python Training and django. Azhar is located in HSR Layout Sector 6, Bangalore. Azhar takes Online Classes- via online medium. He has 4 years of teaching experience . Azhar has completed Bachelor of Engineering (B.E.) from VMU in 2015. He is well versed in Urdu, Hindi and English.

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