2.1 python_programming_pdf.pdf
(
1037 KB
)
Pobierz
Overview
(Python Programming)
Python Programming Language
•
Python is a high-level programming language developed by
Guido van
Rossum
back in
1985-1990
•
it was designed to be
highly readable:
it is one of the easiest
programming languages to start with
Python Programming Language
•
Python
is the
#1
programming language
mainly because of scientific computing and
machine learning
•
there are a huge number of
libraries
you can
rely on
–
SciPy, SkLearn or Keras
•
data science
and artificial intelligence related
applications rely extremely heavily on Python
•
most of the
scientific community
use Python
–
physics simulations, complex networks etc.
Python Programming Language
•
Python is an
interpreted programming language
•
it means that the code is interpreted and processed at run-time:
there is no need for compiling the program
•
it is and
object oriented
programming language: it may encapsulate
code within give classes and objects
•
easy to use with all the major databases
Data Types in Python
Variables
are basically containers for storing data: they are reserved
memory locations
to store values
→
a variables is created the moment you first
assign a value
to it
(in other programming languages we have to declare it)
→
the data stored in the memory can be of many types. There
are
5
main data types in Python
Plik z chomika:
Nanautzin
Inne pliki z tego folderu:
1.1 python_programming_slides.pptx
(522 KB)
1. Download slides.html
(0 KB)
2. Download slides as PDF.html
(0 KB)
2.1 python_programming_pdf.pdf
(1037 KB)
3. Download source code.html
(0 KB)
Inne foldery tego chomika:
1. Introduction
10. Exceptions and Errors
11. Multithreading Theory
12. Multithreading Implementations
13. Multithreading Example - Dining Philosophers Problem
Zgłoś jeśli
naruszono regulamin