The importance of learning Python

Слайд 2

My presentation consists of 3 points: What is Python? How you

My presentation consists of 3 points:

What is Python?
How you can learn it

and why you need it?
Time for Q&A.

28.04.2021

Слайд 3

Now you can see some statistic 28.04.2021

Now you can see some statistic

28.04.2021

Слайд 4

So, what is Python? Python is an interpreted, interactive, object-oriented programming

So, what is Python?

Python is an interpreted, interactive, object-oriented programming language.


It incorporates modules, exceptions, dynamic typing, very high level dynamic data types, and classes.

28.04.2021

Слайд 5

Advantages: Easy to use and fast to develop Open source with

Advantages:
Easy to use and fast to develop
Open source with a Vibrant

community
Has all libraries and frameworks you can imagine
Great for Prototypes – you can do more with less code
Disadvantages:
Not native to Mobile Environment
Has problems with Threading
Speed Limitations

28.04.2021

Слайд 6

Where you can use it? Web development (server-side) Software development Mathematics System scripting 28.04.2021

Where you can use it?

Web development (server-side)
Software development
Mathematics
System scripting

28.04.2021

Слайд 7

How to start learning it? Learn the basics and try to

How to start learning it?

Learn the basics and try to code

some simple programs
Parse someone else’s code
Read advanced literature
Don’t forget about free courses
Practice everyday

28.04.2021