PYTHON PROGRAMMING

Evans Jones - Aug 7 - - Dev Community

INTRRODUCTION
The following is a simple documention of how to learn python by understanding different concepts like variables initalization,functions,declarations and applying in different environments.

INSTALLATION
Download python from your local browser and follow up the installation process and later load it on your machine.

pip install python

BASIC PYTHON FUNCTIONS
1) Text type
it defines a string(str)
2) Numeric types
it defines a whole number and numbers with decimal precision(int,float)
3) Sequence types
it defines(list,Tuples,Range)
4) Mapping types
it is used to define dictionaries(dict)

CONCLUSION
By the end of your learning python one should be able apply the concepts in different fields like machine learning,selenium and django

. . . . . . .
Terabox Video Player