Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
6 views

520472995-Python Developer With Machine Learning

The document provides a comprehensive guide to Python programming, covering topics from basic concepts like installation and variable types to advanced subjects such as machine learning and database management. It includes detailed sections on object-oriented programming, file handling, exceptions, and graphical user interfaces. Additionally, it introduces web development using frameworks like Flask and offers guidance on job preparation in the tech field.

Uploaded by

rkive.jm23
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

520472995-Python Developer With Machine Learning

The document provides a comprehensive guide to Python programming, covering topics from basic concepts like installation and variable types to advanced subjects such as machine learning and database management. It includes detailed sections on object-oriented programming, file handling, exceptions, and graphical user interfaces. Additionally, it introduces web development using frameworks like Flask and offers guidance on job preparation in the tech field.

Uploaded by

rkive.jm23
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Basic

1.1 Introduction
1.1.1
What is Python
1.1.2
Interpreted Languages
1.1.3
Python Fields

1.2 Install and hello word


1.2.1
Install the environment
1.2.2
First Program

1.3 Way to write program


1.3.1
Principles To write Code in Python
1.3.2
Naming Convention
1.3.3
Keywords

1.4 Variables Types


1.4.1 What is Variable
1.4.2 Variables Types
1.4.3 Numbers
1.4.4 Strings
1.4.5 Booleans
1.4.6 List
1.4.7 Tuple
1.4.8 Set
1.4.9 Dictionary

1.5 Operators
1.5.1 Arithmetic Operators
1.5.2 Comparison Operators
1.5.3 Logical Operators
1.5.4 Bitwise Operators
1.5.5 Assignment Operators
1.5.6 Membership Operators
1.5.7 Identity Operators
1.6 Numbers
1.6.1 Numbers Types
1.6.2 Number Methods
1.6.3 Math & Random Modules

1.7 List

1.7.1 What is List


1.7.2 Access List Elements
1.7.3 del Statement
1.7.4Dealing with List
1.7.5 List Methods.

1.8 Tuple
1.8.1 What is Tuple
1.8.2Access List Elements
1.8.3Dealing with List
1.8.4List Methods.

1.9 Dictionary
1.9.1 What is Dictionary?
1.9.2 Access Dictionary Elements
1.9.3 Dictionary Manipulation
1.9.4 Dictionary Methods

1.10 Set

1.10.1What is Set
1.10.2In Operator
1.10.3SetMethods

1.11 Strings
1.11.1 What is String?
1.11.2 Operator []
1.11.3 Scape Char
1.11.4 Search Method
1.11.5 Substring Methods
1.11.6 Replacing Methods
1.11.7 Comparison Methods
1.11.8 Manipulation Methods
1.11.9 String Operators
1.12 Conditions
1.12.1 If Statement
1.12.2 If Else
1.12.3 Nested If

1.13 Loops
1.13.1 For Loop
1.13.2 While Loop
1.13.3 Control Statement
1.13.4 Access Private Variables

1.14 Date/Time
1.14.1 datetime Module
1.14.2 datetime Constructor
1.14.3 datetime Class
1.14.4 datetime Format
1.14.5 calendar Module

1.15 Methods/Functions
1.15.1 Functions Concept
1.15.2 Create Functions
1.15.3 Parameters
1.15.4 Local and Global Variables

1.16 Modules
1.16.1 What is Module
1.16.2 Create Module
1.16.3 Define the main Module in the project
1.16.4 Include the Module in another Module
1.16.5 Dealing with Modules
OOP

2.1 Class/Object
2.1.1 What is Class and Object?
2.1.2 Class Properties
2.1.3 Self-Keyword
2.1.4 init Method

2.2 Inheritance
2.2.1 What is Inheritance
2.2.2 Kind of Inheritance
2.2.3 Examples On Inheritance
2.2.4 Object Class

2.3 Method Overloading


2.3.1 What is Overloading
2.3.2 Super() Method

2.4 Method Overriding


2.4.1 What is Overriding
2.4.2 Super() Method

2.5 Polymorphism
2.5.1 What is Polymorphism?
2.5.2 Built-in Methods used Polymorphism
2.5.3 Create Polymorphism Method
2.5.4 Polymorphism with Inheritance
2.5.5 Polymorphism with a Function
Advance

3.1 Input from User


3.1.1 What is Input user
3.1.2 Create Input user
3.1.3 Examples

3.2 Files Handling


3.2.1 File Processing
3.2.2 open() method
3.2.3 read and write methods
3.2.4 Files Properties
3.2.5 os Module
3.2.6 with Block

3.3 Exceptions Handling


3.3.1 What is Exceptions Handling
3.3.2 Exceptions Handling Kind
3.3.3 try / except / finally / else
3.3.4 Bult-in Exceptions
3.3.5 Print Error Message
3.3.6 raise Keyword

3.4 Machine Learning


3.4.1 Introduction to Machine Learning with Python
3.4.2 Application of Machine Learning
3.4.3 ML Numpy and Pandas
3.4.4 ML Data Preprocessing
3.4.5 ML Regression
3.4.6 ML Classification
3.4.7 ML Clustering
3.5 Graphical User Interface (GUI) - Tkinter
3.5.1 What is Tkinter?
3.5.2 First Example Hello world with GUI
3.5.3 Project calculate age application

3.6 Database SQLite & MySQL


3.6.1 Introduction Database SQLite
3.6.2 How to connection database in spydier
3.6.3 Many operation in DB – Insert & Update & Delete
3.6.4 Introduction Database MySQL

3.7 Introduction to the Web and linking it to Python Using framework


Flask
3.7.1 Introduction Web design
3.7.2 Introduction HTML
3.7.3 Introduction CSS
3.7.4 Examples of web
3.7.5 Introduction Framework Flask
3.7.6 Website to download sites ‘ Free templates ‘

3.8 GUI Projects ( Tkinter )


3.8.1 How to download any project in google
3.8.2 Github – Download and run editor
3.8.3 Download PIP library

3.9 Advanced Course


3.9.1 How to create CV
3.9.2 Global sites to apply for a job
3.9.3 Preparing for the interview

Thank you again for your interest.Should you need any further information, please do not
hesitate to contact us.

You might also like