HJJHGJHJGJH: Oiolkjlkjlk LKJLKJLKJ LKJKJL
HJJHGJHJGJH: Oiolkjlkjlk LKJLKJLKJ LKJKJL
BME
kjhkjh
• jhkjhjk
• mbnbmn
• jmnbmnb
• Khjkhkj
• M,n,mn,n,mn,mn
• nmbnmbnmbnmbmn
Hob is yyt?
Python is an interpreted, high-level, general-
purpose programming language. Created by Guido van
Rossum and first released in 1991, Python's design
philosophy emphasizes code readability with its notable use
of significant whitespace. Its language constructs
and object-oriented approach aim to help programmers
write clear, logical code for small and large-scale
projects.[27]
Why Python?
To start Jupyter:
Mac:
jupyter notebook
brew install python
To install packages:
Windows: pip install package_name
Tradiotional next -> next -> next conda install package_name
Package Installing in Python
Alternatively:
Package Installing in Python
LIB1
Lib2:
Jupyter Online
• https://colab.research.google.com/notebooks/welco
me.ipynb
Jupyter Interface
Kjhjkl kjhkhl
Type Name Character Example
Number Maximum size 2^63 - 1 my_number = 1
List Mutable type – max size 4294967295 ex_1 = []
ex_2 = [‘1’,’2’,3]
String Immutable Type – no maximum limit ex_1 = ‘hello world’