0% found this document useful (0 votes)
0 views3 pages

Python Notes

The document outlines various data types in programming, including numeric, text, sequence, set, mapping, and boolean, along with rules for variable naming. It discusses type casting, statistics measures, conditional statements, and methods for manipulating strings and lists. Additionally, it covers concepts of scope, lambda functions, types of machine learning, algorithms, and resources for further learning.

Uploaded by

praveenmukati52
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
0 views3 pages

Python Notes

The document outlines various data types in programming, including numeric, text, sequence, set, mapping, and boolean, along with rules for variable naming. It discusses type casting, statistics measures, conditional statements, and methods for manipulating strings and lists. Additionally, it covers concepts of scope, lambda functions, types of machine learning, algorithms, and resources for further learning.

Uploaded by

praveenmukati52
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

Flow cv

Data Types
.
Numeric - int,float,complex(Real+Imaginary)
Text - String(store in quotation' ' form)
Sequence - List[mutable] , Tuple(unmutable) we can store homogenius and
heterogenous both
Set - Set{1,1,5,7,8,8} , Frozonset{1,5,7,8}
Mapping - Dictionary
Boolean - true , False

Variable
start alphabetical
Never start with number
never accept white space
special symbol not supported
Reserved word not used

Type casting
implicit(convert automatically)
explicit(convert manually)

Statistics
Measure of central tendency
Measure of Variation

Statistics->Data->
1.Numerical
i)Discrete(No. of Students - Not changeable)
ii)Continuous(Wheight,Height,Stocks volatility)

2.Categorical
i)Binomial(Yes/No..0/1)
ii)Nominal(More than two categories unordered form)
iii)Ordinal(More than two categories a ordered form)

Conditional statements(Decision Making)


if elif else

Measure of central tendency(To find out single value that represent whole dataset)
1.Mean(sum of total no./no. of occurrence)
2.Median(In center position 2 values add up and divide by 2)
3.Mode(most time occur value)

1.Harmonic mean
2.Geometric mean

If we get values in the form of letters then it can calculate by indexing values
Same occurrence of multiple letters get then it can be judge by highest indexing
values

Standard Deviation
Variance
Skewness
Kurtosis
String(Collection of characters)
String always written under ""
[Start : Stop : Step]
| |
include exclude

List(Collection of different values separated by commas and square backet is


mandatory)
append
extend
insert

Removing methods
POP
Remove
Del

sort count reverse clear

Websites to learn
Kaggle
Medium

linkedin.com
indeed
Naukri.com
Glassdor
Monster
Found it
Outlier

Set(Collection of multiple items in one variable)


Unordered
Mutable
Unique
Unindexed

Union Intersection difference is superset is subset Discard


Method--
Pop
Remove
update
symmetry

Scope
1.Global(limitation on whole code)
2.Local(Inside the function limitations of variable)

Lambda
(Bina naam ka function take multiple arguments but in one line i. Map ii. Filter)

Types of ML
Supervised
Independent-Dependent
Input-Output
Target-Prediction

Algoritham
Classification
logistics REG
knn
sUPPORT VECTOR MACHINE
nAIVE BAYEAS
Decision tree
Random forest
XGboost

time series ANalysus


ARMA
Arima

homework

.
hyper para technique
decision tree'
Random forest

You might also like