0% found this document useful (0 votes)
25 views

Python Syllabus: 12. Operators

This document outlines the key topics covered in a Python syllabus including Python keywords, data types, control flow, functions, modules and packages. It also covers important data science and machine learning libraries like NumPy, Pandas, Matplotlib and Seaborn. Various techniques for data visualization are described such as univariate plotting, bivariate plotting and multivariate plotting using different chart types. Statistical concepts like inferential and differential statistics are introduced. Finally, common supervised machine learning algorithms like linear regression, logistic regression, decision trees and random forests are covered along with unsupervised K-means clustering.

Uploaded by

Technical Studio
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views

Python Syllabus: 12. Operators

This document outlines the key topics covered in a Python syllabus including Python keywords, data types, control flow, functions, modules and packages. It also covers important data science and machine learning libraries like NumPy, Pandas, Matplotlib and Seaborn. Various techniques for data visualization are described such as univariate plotting, bivariate plotting and multivariate plotting using different chart types. Statistical concepts like inferential and differential statistics are introduced. Finally, common supervised machine learning algorithms like linear regression, logistic regression, decision trees and random forests are covered along with unsupervised K-means clustering.

Uploaded by

Technical Studio
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Python syllabus

1. Python Keywords

2. Identifiers

3. Comments in Python

4. Python Indentation

5. Python Statement

6. Variables

7. Data Types
8. Conversion between Datatypes

09. Python Output


10. Output Formatting
11. Python Input

12. Operators
13. Control Flow

14. Lists
15. Tuples
16. Sets
17. Dictionary
18. Strings

19. What are Functions


20. What are the types of Functions
21. Arguments in a function
22. Recursive functions
23. Lambda or Anonymous Functions

24. Modules
25. Package
26. File Handling
27. Exception Handling
28. Debugging Python
Machine learning and data science
1-numpy
2-pandas
3-matplot library
4-seaborn library for data analytics
5-data visualization using different chart
1. Introduction to Data Visualization
2. Packages in Python for plotting
 2.1. Installing packages
 1.2. Importing the packages
3. Types of plotting

 3.1. Univariate Plotting with pandas

 3.1.1. Bar charts


 3.1.2. Line charts
 3.1.3. Area charts
 3.1.4. Histograms
 3.2. Bivariate plotting with pandas

 3.2.1. Scatter plot


 3.2.2. Hexplot
 3.2.3. Stacked plots
 3.2.4. Bivariate Linear charts
 3.2.5. Pair plot
 3.3. Multivariate plotting

 3.3.1. Multivariate scatter plot


 3.3.2. Grouped Boxplot
 3.3.3. Heat map
 3.3.4. Parallel Coordinates
 3.3.5. Swarm plot

6-statistic

1-infrential statistics

2-diffrential statistics
7-Machine learning algorithms

1-supervised

1-linear regression

2-logistic regression

3-decision tree

4-random forest

5-svm(support vector machine)

6-KNN (K nearest neighbor)

2-Unsupervised

7-k-mean clustering

You might also like