際際滷

際際滷Share a Scribd company logo
Introduction to
Python
Delft, 19 Aug 2019
What is Python?
 Multi-purpose (Web, GUI, Scripting, etc.)
 Object Oriented
 Interpreted
 Both strongly typed and dynamically typed
 Focus on readability and productivity
Features
 Batteries Included
 Everything is an Object
 Interactive Shell
 Strong Introspection
 Cross Platform
 CPython, Jython, IronPython, PyPy
Releases
 Created in 1989 by Guido Van Rossum
 Python 1.0 released in 1994
 Python 2.0 released in 2000
 Python 3.0 released in 2008
 Python 2.7 is the recommended version
 3.0 adoption will take a few years
Python popularity among other
languages
TIOBE, Jan 2019 PyPL, Jan 2019
Python among other programming
languages (benchmark)
 https://en.wikipedia.org/wiki/List_of_programm
ing_languages_by_type
 https://attractivechaos.github.io/plb/
 http://www.bioinformatics.org/benchmark/resu
lts.html
 https://github.com/kostya/benchmarks
 End-users just dont care: 0.001 vs. 0.01
seconds no matter; horizontal scalability used
 More productive: more concise and expressive language and
requires less time, effort, and lines of code to perform the same operations
 Execution Speed does not matter as much as
Business Speed
 Rich set of standard libraries and frameworks
 Large community (packages, Q/A, discussions)
Despite being slow, why is Python still
popular?
How readable is Python?
How readable is Python?
How readable is Python?
How readable is Python?
How readable is Python?
When use and not use Python?
Use
 Execution speed does
not matter
 Everyone is new to
programming
 Readability is more
important
Not use
 Speed-intensive
applications including
games that require
high-performance
 OS or system-level
applications (e.g.,
memory manipulation)
How to run a Python program
 Using embedded interpreter in IDE/Notebook
 Using stand-alone interpreter
 Using the interactive shell
How to write a Python program
 IDE: Eclipse + PyDev, Visual Studio, PyCharm,
Spyder, Thonny
 Code editor: Sublime Text, Atom, GNU Emacs,
Vi / Vim / Nano, Visual Studio Code, ...
 Notebook: Jupyter, Zeppelin
How to write a Python program
 Use IDE: write a complex program,
collaboration in a team, many
dependencies/libraries/binaries
 Use code editor: write a simple program
 Notebook: interactive, reporting-like
deliverable
Most popular Python IDE/Code Editor
https://insights.stackoverflow.com/survey/201
9#development-environments-and-tools
Python package installer (pip)
 pip is the recommended tool to install python package from
python package public repos (such as public PyPI - and its
mirrors) and private repos
 pip can install from either Source Distributions (sdist) or
wheels, but if both are present on PyPI, pip will prefer a
compatible wheel (pre-built).
Python public packages (category) [1/2]
 Admin Panels
 Algorithms and Design Patterns
 Audio
 Authentication
 Build Tools
 Built-in Classes Enhancement
 Caching
 ChatOps Tools
 CMS
 Code Analysis
 Command-line Interface Development
 Command-line Tools
 Compatibility
 Computer Vision
 Concurrency and Parallelism
 Con鍖guration
 Cryptography
 Data Analysis
 Data Validation
 Data Visualization
 Database
 Database Drivers
 Date and Time
 Debugging Tools
 Deep Learning
 DevOps Tools
 Distributed Computing
 Distribution
 Documentation
 Downloader
 E-commerce
 Editor Plugins and IDEs
 Email
 Environment Management
 Files
 Foreign Function Interface
 Forms
 Functional Programming
 Game Development
 Geolocation
 GUI Development
 Hardware
 HTML Manipulation
 HTTP Clients
 Image Processing
 Implementations
 Interactive Interpreter
 Internationalization
 Job Scheduler
 Logging
 Machine Learning
Total: 63595 packages
Python public packages (category) [2/2]
 Miscellaneous
 Natural Language Processing
 Network Virtualization
 Networking
 News Feed
 ORM
 Package Management
 Package Repositories
 Permissions
 Processes
 Queue
 Recommender Systems
 RESTful API
 Robotics
 RPC Servers
 Science
 Search
 Serialization
 Serverless Frameworks
 Speci鍖c Formats Processing
 Static Site Generator
 Tagging
 Template Engine
 Testing
 Text Processing
 Third-party APIs
 URL Manipulation
 Video
 Web Asset Management
 Web Content Extracting
 Web Crawling
 Web Frameworks
 WebSocket
 WSGI Servers
Total: 63595 packages
https://github.com/vinta/awesome-python
Python public package popularity
https://stackoverflow.blog/2017/09/14/python-
growing-quickly/
Python public package popularity
Python modularity
Anaconda
(app+
libraries+
binaries)
*Miniconda is the light
version of Anaconda (less
packages)
Python modularity: conda vs pip
pip installs only Python packages, but conda installs
also the system binaries needed by the Python
packages.
Very important for a non-sudo user to leverage the
server capability
Python modularity in practice
Basic Python Tutorial
 Were using Anaconda
 Clone:
https://gitlab.erc.monash.edu.au/andrease/Python4Maths

More Related Content

What's hot (20)

Python Course | Python Programming | Python Tutorial | Python Training | Edureka
Python Course | Python Programming | Python Tutorial | Python Training | EdurekaPython Course | Python Programming | Python Tutorial | Python Training | Edureka
Python Course | Python Programming | Python Tutorial | Python Training | Edureka
Edureka!
Python Basics | Python Tutorial | Edureka
Python Basics | Python Tutorial | EdurekaPython Basics | Python Tutorial | Edureka
Python Basics | Python Tutorial | Edureka
Edureka!
Introduction to python
Introduction to pythonIntroduction to python
Introduction to python
Ayshwarya Baburam
Python Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaPython Programming Tutorial | Edureka
Python Programming Tutorial | Edureka
Edureka!
Introduction to Python
Introduction to Python Introduction to Python
Introduction to Python
amiable_indian
Python Tutorial Part 1
Python Tutorial Part 1Python Tutorial Part 1
Python Tutorial Part 1
Haitham El-Ghareeb
Python
PythonPython
Python
Learnbay Datascience
Python Programming Language | Python Classes | Python Tutorial | Python Train...
Python Programming Language | Python Classes | Python Tutorial | Python Train...Python Programming Language | Python Classes | Python Tutorial | Python Train...
Python Programming Language | Python Classes | Python Tutorial | Python Train...
Edureka!
Python - the basics
Python - the basicsPython - the basics
Python - the basics
University of Technology
Beginning Python Programming
Beginning Python ProgrammingBeginning Python Programming
Beginning Python Programming
St. Petersburg College
Python Tutorial | Python Tutorial for Beginners | Python Training | Edureka
Python Tutorial | Python Tutorial for Beginners | Python Training | EdurekaPython Tutorial | Python Tutorial for Beginners | Python Training | Edureka
Python Tutorial | Python Tutorial for Beginners | Python Training | Edureka
Edureka!
Python 3 Programming Language
Python 3 Programming LanguagePython 3 Programming Language
Python 3 Programming Language
Tahani Al-Manie
Introduction To Python
Introduction To PythonIntroduction To Python
Introduction To Python
Vanessa Rene
Intro to Python Programming Language
Intro to Python Programming LanguageIntro to Python Programming Language
Intro to Python Programming Language
Dipankar Achinta
Python Programming ppt
Python Programming pptPython Programming ppt
Python Programming ppt
ismailmrribi
Introduction to python
 Introduction to python Introduction to python
Introduction to python
Learnbay Datascience
Python basics
Python basicsPython basics
Python basics
Hoang Nguyen
Phython Programming Language
Phython Programming LanguagePhython Programming Language
Phython Programming Language
R.h. Himel
Python basic
Python basicPython basic
Python basic
Saifuddin Kaijar
Introduction to python programming
Introduction to python programmingIntroduction to python programming
Introduction to python programming
Srinivas Narasegouda
Python Course | Python Programming | Python Tutorial | Python Training | Edureka
Python Course | Python Programming | Python Tutorial | Python Training | EdurekaPython Course | Python Programming | Python Tutorial | Python Training | Edureka
Python Course | Python Programming | Python Tutorial | Python Training | Edureka
Edureka!
Python Basics | Python Tutorial | Edureka
Python Basics | Python Tutorial | EdurekaPython Basics | Python Tutorial | Edureka
Python Basics | Python Tutorial | Edureka
Edureka!
Python Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaPython Programming Tutorial | Edureka
Python Programming Tutorial | Edureka
Edureka!
Introduction to Python
Introduction to Python Introduction to Python
Introduction to Python
amiable_indian
Python Programming Language | Python Classes | Python Tutorial | Python Train...
Python Programming Language | Python Classes | Python Tutorial | Python Train...Python Programming Language | Python Classes | Python Tutorial | Python Train...
Python Programming Language | Python Classes | Python Tutorial | Python Train...
Edureka!
Python Tutorial | Python Tutorial for Beginners | Python Training | Edureka
Python Tutorial | Python Tutorial for Beginners | Python Training | EdurekaPython Tutorial | Python Tutorial for Beginners | Python Training | Edureka
Python Tutorial | Python Tutorial for Beginners | Python Training | Edureka
Edureka!
Python 3 Programming Language
Python 3 Programming LanguagePython 3 Programming Language
Python 3 Programming Language
Tahani Al-Manie
Introduction To Python
Introduction To PythonIntroduction To Python
Introduction To Python
Vanessa Rene
Intro to Python Programming Language
Intro to Python Programming LanguageIntro to Python Programming Language
Intro to Python Programming Language
Dipankar Achinta
Python Programming ppt
Python Programming pptPython Programming ppt
Python Programming ppt
ismailmrribi
Phython Programming Language
Phython Programming LanguagePhython Programming Language
Phython Programming Language
R.h. Himel
Introduction to python programming
Introduction to python programmingIntroduction to python programming
Introduction to python programming
Srinivas Narasegouda

Similar to Introduction to python (20)

Introduction to Python Programming in Civil Engineering
Introduction to Python Programming in Civil EngineeringIntroduction to Python Programming in Civil Engineering
Introduction to Python Programming in Civil Engineering
Rushikesh Kolhe
Module1-Chapter1_ppt.pptx
Module1-Chapter1_ppt.pptxModule1-Chapter1_ppt.pptx
Module1-Chapter1_ppt.pptx
SandeepR95
Beginning python programming
Beginning python programmingBeginning python programming
Beginning python programming
kanteshraj
ppt summer training ug.pptx
ppt summer training ug.pptxppt summer training ug.pptx
ppt summer training ug.pptx
yuvrajguptaprivate
Python tutorial for beginners - Tib academy
Python tutorial for beginners - Tib academyPython tutorial for beginners - Tib academy
Python tutorial for beginners - Tib academy
TIB Academy
Ali alshehri c++_comparison between c++&python
Ali alshehri c++_comparison between c++&pythonAli alshehri c++_comparison between c++&python
Ali alshehri c++_comparison between c++&python
AliAAAlshehri
Start your open source project
Start your open source projectStart your open source project
Start your open source project
Ahmed Othman
Build and deploy scientific Python Applications
Build and deploy scientific Python Applications  Build and deploy scientific Python Applications
Build and deploy scientific Python Applications
Ramakrishna Reddy
Introduction to Python Programming
Introduction to Python ProgrammingIntroduction to Python Programming
Introduction to Python Programming
Akhil Kaushik
intro.pptx (1).pdf
intro.pptx (1).pdfintro.pptx (1).pdf
intro.pptx (1).pdf
ANIKULSAIKH
Why learn python in 2017?
Why learn python in 2017?Why learn python in 2017?
Why learn python in 2017?
Karolis Ramanauskas
Python quick guide1
Python quick guide1Python quick guide1
Python quick guide1
Kanchilug
IPT 2.pptx
IPT 2.pptxIPT 2.pptx
IPT 2.pptx
CHRISPay4
Introduction to Python Programming Basics
Introduction  to  Python  Programming BasicsIntroduction  to  Python  Programming Basics
Introduction to Python Programming Basics
Dhana malar
Python Book/Notes For Python Book/Notes For S.Y.B.Sc. I.T.
Python Book/Notes For Python Book/Notes For S.Y.B.Sc. I.T.Python Book/Notes For Python Book/Notes For S.Y.B.Sc. I.T.
Python Book/Notes For Python Book/Notes For S.Y.B.Sc. I.T.
Niraj Bharambe
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
Ramakrishna Reddy Bijjam
Designing flexible apps deployable to App Engine, Cloud Functions, or Cloud Run
Designing flexible apps deployable to App Engine, Cloud Functions, or Cloud RunDesigning flexible apps deployable to App Engine, Cloud Functions, or Cloud Run
Designing flexible apps deployable to App Engine, Cloud Functions, or Cloud Run
wesley chun
Python_final_print_vison_academy_9822506209.pdf
Python_final_print_vison_academy_9822506209.pdfPython_final_print_vison_academy_9822506209.pdf
Python_final_print_vison_academy_9822506209.pdf
VisionAcademyProfSac
Introduction To Python
Introduction To PythonIntroduction To Python
Introduction To Python
Biswajeet Dasmajumdar
Python games (pygames)
Python games (pygames)Python games (pygames)
Python games (pygames)
Ahmed Alyazji
Introduction to Python Programming in Civil Engineering
Introduction to Python Programming in Civil EngineeringIntroduction to Python Programming in Civil Engineering
Introduction to Python Programming in Civil Engineering
Rushikesh Kolhe
Module1-Chapter1_ppt.pptx
Module1-Chapter1_ppt.pptxModule1-Chapter1_ppt.pptx
Module1-Chapter1_ppt.pptx
SandeepR95
Beginning python programming
Beginning python programmingBeginning python programming
Beginning python programming
kanteshraj
ppt summer training ug.pptx
ppt summer training ug.pptxppt summer training ug.pptx
ppt summer training ug.pptx
yuvrajguptaprivate
Python tutorial for beginners - Tib academy
Python tutorial for beginners - Tib academyPython tutorial for beginners - Tib academy
Python tutorial for beginners - Tib academy
TIB Academy
Ali alshehri c++_comparison between c++&python
Ali alshehri c++_comparison between c++&pythonAli alshehri c++_comparison between c++&python
Ali alshehri c++_comparison between c++&python
AliAAAlshehri
Start your open source project
Start your open source projectStart your open source project
Start your open source project
Ahmed Othman
Build and deploy scientific Python Applications
Build and deploy scientific Python Applications  Build and deploy scientific Python Applications
Build and deploy scientific Python Applications
Ramakrishna Reddy
Introduction to Python Programming
Introduction to Python ProgrammingIntroduction to Python Programming
Introduction to Python Programming
Akhil Kaushik
intro.pptx (1).pdf
intro.pptx (1).pdfintro.pptx (1).pdf
intro.pptx (1).pdf
ANIKULSAIKH
Python quick guide1
Python quick guide1Python quick guide1
Python quick guide1
Kanchilug
IPT 2.pptx
IPT 2.pptxIPT 2.pptx
IPT 2.pptx
CHRISPay4
Introduction to Python Programming Basics
Introduction  to  Python  Programming BasicsIntroduction  to  Python  Programming Basics
Introduction to Python Programming Basics
Dhana malar
Python Book/Notes For Python Book/Notes For S.Y.B.Sc. I.T.
Python Book/Notes For Python Book/Notes For S.Y.B.Sc. I.T.Python Book/Notes For Python Book/Notes For S.Y.B.Sc. I.T.
Python Book/Notes For Python Book/Notes For S.Y.B.Sc. I.T.
Niraj Bharambe
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
Ramakrishna Reddy Bijjam
Designing flexible apps deployable to App Engine, Cloud Functions, or Cloud Run
Designing flexible apps deployable to App Engine, Cloud Functions, or Cloud RunDesigning flexible apps deployable to App Engine, Cloud Functions, or Cloud Run
Designing flexible apps deployable to App Engine, Cloud Functions, or Cloud Run
wesley chun
Python_final_print_vison_academy_9822506209.pdf
Python_final_print_vison_academy_9822506209.pdfPython_final_print_vison_academy_9822506209.pdf
Python_final_print_vison_academy_9822506209.pdf
VisionAcademyProfSac
Python games (pygames)
Python games (pygames)Python games (pygames)
Python games (pygames)
Ahmed Alyazji

Recently uploaded (20)

High-Paying Data Analytics Opportunities in Jaipur and Boost Your Career.pdf
High-Paying Data Analytics Opportunities in Jaipur and Boost Your Career.pdfHigh-Paying Data Analytics Opportunities in Jaipur and Boost Your Career.pdf
High-Paying Data Analytics Opportunities in Jaipur and Boost Your Career.pdf
vinay salarite
KISHAN GAMINjwjshjxjwjhskwkdjehjshds.pptx
KISHAN GAMINjwjshjxjwjhskwkdjehjshds.pptxKISHAN GAMINjwjshjxjwjhskwkdjehjshds.pptx
KISHAN GAMINjwjshjxjwjhskwkdjehjshds.pptx
maheshbochare
FinanceGPT Labs Whitepaper - Risks of Large Quantitative Models in Financial ...
FinanceGPT Labs Whitepaper - Risks of Large Quantitative Models in Financial ...FinanceGPT Labs Whitepaper - Risks of Large Quantitative Models in Financial ...
FinanceGPT Labs Whitepaper - Risks of Large Quantitative Models in Financial ...
FinanceGPT Labs
AI system mimicking human expert decision-making..pptx
AI system mimicking human expert decision-making..pptxAI system mimicking human expert decision-making..pptx
AI system mimicking human expert decision-making..pptx
ritikacompscience
sterategicinformationsystem-250329162230-1990dc92.pptx
sterategicinformationsystem-250329162230-1990dc92.pptxsterategicinformationsystem-250329162230-1990dc92.pptx
sterategicinformationsystem-250329162230-1990dc92.pptx
EliasHaile7
Financial Ratios and CAMEL Presentation.ppt
Financial Ratios and CAMEL Presentation.pptFinancial Ratios and CAMEL Presentation.ppt
Financial Ratios and CAMEL Presentation.ppt
PrinceAyangbesanOlam
Presentation_DM_applications for another services
Presentation_DM_applications for another servicesPresentation_DM_applications for another services
Presentation_DM_applications for another services
aldowilmeryapita
diagram ANN of factor and responses.pptx
diagram ANN of factor and responses.pptxdiagram ANN of factor and responses.pptx
diagram ANN of factor and responses.pptx
EdunjobiTunde1
Big-O notations, Algorithm and complexity analaysis
Big-O notations, Algorithm and complexity analaysisBig-O notations, Algorithm and complexity analaysis
Big-O notations, Algorithm and complexity analaysis
drsomya2019
How can Competitive Intelligence Platforms benefit a Business?
How can Competitive Intelligence Platforms benefit a Business?How can Competitive Intelligence Platforms benefit a Business?
How can Competitive Intelligence Platforms benefit a Business?
Contify
ENG8-Q4-MOD2.pdfajxnjdabajbadjbiadbiwdhiwdhwdhiwd
ENG8-Q4-MOD2.pdfajxnjdabajbadjbiadbiwdhiwdhwdhiwdENG8-Q4-MOD2.pdfajxnjdabajbadjbiadbiwdhiwdhwdhiwd
ENG8-Q4-MOD2.pdfajxnjdabajbadjbiadbiwdhiwdhwdhiwd
shekainahrosej
chap2_nnejjejehhehehhhhhhhhhehslides.ppt
chap2_nnejjejehhehehhhhhhhhhehslides.pptchap2_nnejjejehhehehhhhhhhhhehslides.ppt
chap2_nnejjejehhehehhhhhhhhhehslides.ppt
Nikhil620181
LITC-Living-in-the-IT-Era-for-CBA-Students.docx
LITC-Living-in-the-IT-Era-for-CBA-Students.docxLITC-Living-in-the-IT-Era-for-CBA-Students.docx
LITC-Living-in-the-IT-Era-for-CBA-Students.docx
JohnMark171
Drillingis_optimizedusingartificialneural.pptx
Drillingis_optimizedusingartificialneural.pptxDrillingis_optimizedusingartificialneural.pptx
Drillingis_optimizedusingartificialneural.pptx
singhsanjays2107
Quantitative Presentation in Research Methods.pptx
Quantitative Presentation in Research Methods.pptxQuantitative Presentation in Research Methods.pptx
Quantitative Presentation in Research Methods.pptx
lenny lopez
7777777777yglee-EuroPKI-presentation.ppt
7777777777yglee-EuroPKI-presentation.ppt7777777777yglee-EuroPKI-presentation.ppt
7777777777yglee-EuroPKI-presentation.ppt
pcharuma96
Satisfaction_Framework_Presentation.pptx
Satisfaction_Framework_Presentation.pptxSatisfaction_Framework_Presentation.pptx
Satisfaction_Framework_Presentation.pptx
nagom47355
Selzy: Simplifying Email Marketing for Maximum Growth
Selzy: Simplifying Email Marketing for Maximum GrowthSelzy: Simplifying Email Marketing for Maximum Growth
Selzy: Simplifying Email Marketing for Maximum Growth
Selzy
GLOBAL-GOALS-LOCAL-ACTIONS-The-SDG-Journey-from-Vision-to-Reality.pptx
GLOBAL-GOALS-LOCAL-ACTIONS-The-SDG-Journey-from-Vision-to-Reality.pptxGLOBAL-GOALS-LOCAL-ACTIONS-The-SDG-Journey-from-Vision-to-Reality.pptx
GLOBAL-GOALS-LOCAL-ACTIONS-The-SDG-Journey-from-Vision-to-Reality.pptx
KunalBhadana3
CHAP-0- Lecture Overview Administration--TCPS (SS-2023)-Rev (1)--final.pdf
CHAP-0- Lecture Overview  Administration--TCPS (SS-2023)-Rev (1)--final.pdfCHAP-0- Lecture Overview  Administration--TCPS (SS-2023)-Rev (1)--final.pdf
CHAP-0- Lecture Overview Administration--TCPS (SS-2023)-Rev (1)--final.pdf
yasinalistudy
High-Paying Data Analytics Opportunities in Jaipur and Boost Your Career.pdf
High-Paying Data Analytics Opportunities in Jaipur and Boost Your Career.pdfHigh-Paying Data Analytics Opportunities in Jaipur and Boost Your Career.pdf
High-Paying Data Analytics Opportunities in Jaipur and Boost Your Career.pdf
vinay salarite
KISHAN GAMINjwjshjxjwjhskwkdjehjshds.pptx
KISHAN GAMINjwjshjxjwjhskwkdjehjshds.pptxKISHAN GAMINjwjshjxjwjhskwkdjehjshds.pptx
KISHAN GAMINjwjshjxjwjhskwkdjehjshds.pptx
maheshbochare
FinanceGPT Labs Whitepaper - Risks of Large Quantitative Models in Financial ...
FinanceGPT Labs Whitepaper - Risks of Large Quantitative Models in Financial ...FinanceGPT Labs Whitepaper - Risks of Large Quantitative Models in Financial ...
FinanceGPT Labs Whitepaper - Risks of Large Quantitative Models in Financial ...
FinanceGPT Labs
AI system mimicking human expert decision-making..pptx
AI system mimicking human expert decision-making..pptxAI system mimicking human expert decision-making..pptx
AI system mimicking human expert decision-making..pptx
ritikacompscience
sterategicinformationsystem-250329162230-1990dc92.pptx
sterategicinformationsystem-250329162230-1990dc92.pptxsterategicinformationsystem-250329162230-1990dc92.pptx
sterategicinformationsystem-250329162230-1990dc92.pptx
EliasHaile7
Financial Ratios and CAMEL Presentation.ppt
Financial Ratios and CAMEL Presentation.pptFinancial Ratios and CAMEL Presentation.ppt
Financial Ratios and CAMEL Presentation.ppt
PrinceAyangbesanOlam
Presentation_DM_applications for another services
Presentation_DM_applications for another servicesPresentation_DM_applications for another services
Presentation_DM_applications for another services
aldowilmeryapita
diagram ANN of factor and responses.pptx
diagram ANN of factor and responses.pptxdiagram ANN of factor and responses.pptx
diagram ANN of factor and responses.pptx
EdunjobiTunde1
Big-O notations, Algorithm and complexity analaysis
Big-O notations, Algorithm and complexity analaysisBig-O notations, Algorithm and complexity analaysis
Big-O notations, Algorithm and complexity analaysis
drsomya2019
How can Competitive Intelligence Platforms benefit a Business?
How can Competitive Intelligence Platforms benefit a Business?How can Competitive Intelligence Platforms benefit a Business?
How can Competitive Intelligence Platforms benefit a Business?
Contify
ENG8-Q4-MOD2.pdfajxnjdabajbadjbiadbiwdhiwdhwdhiwd
ENG8-Q4-MOD2.pdfajxnjdabajbadjbiadbiwdhiwdhwdhiwdENG8-Q4-MOD2.pdfajxnjdabajbadjbiadbiwdhiwdhwdhiwd
ENG8-Q4-MOD2.pdfajxnjdabajbadjbiadbiwdhiwdhwdhiwd
shekainahrosej
chap2_nnejjejehhehehhhhhhhhhehslides.ppt
chap2_nnejjejehhehehhhhhhhhhehslides.pptchap2_nnejjejehhehehhhhhhhhhehslides.ppt
chap2_nnejjejehhehehhhhhhhhhehslides.ppt
Nikhil620181
LITC-Living-in-the-IT-Era-for-CBA-Students.docx
LITC-Living-in-the-IT-Era-for-CBA-Students.docxLITC-Living-in-the-IT-Era-for-CBA-Students.docx
LITC-Living-in-the-IT-Era-for-CBA-Students.docx
JohnMark171
Drillingis_optimizedusingartificialneural.pptx
Drillingis_optimizedusingartificialneural.pptxDrillingis_optimizedusingartificialneural.pptx
Drillingis_optimizedusingartificialneural.pptx
singhsanjays2107
Quantitative Presentation in Research Methods.pptx
Quantitative Presentation in Research Methods.pptxQuantitative Presentation in Research Methods.pptx
Quantitative Presentation in Research Methods.pptx
lenny lopez
7777777777yglee-EuroPKI-presentation.ppt
7777777777yglee-EuroPKI-presentation.ppt7777777777yglee-EuroPKI-presentation.ppt
7777777777yglee-EuroPKI-presentation.ppt
pcharuma96
Satisfaction_Framework_Presentation.pptx
Satisfaction_Framework_Presentation.pptxSatisfaction_Framework_Presentation.pptx
Satisfaction_Framework_Presentation.pptx
nagom47355
Selzy: Simplifying Email Marketing for Maximum Growth
Selzy: Simplifying Email Marketing for Maximum GrowthSelzy: Simplifying Email Marketing for Maximum Growth
Selzy: Simplifying Email Marketing for Maximum Growth
Selzy
GLOBAL-GOALS-LOCAL-ACTIONS-The-SDG-Journey-from-Vision-to-Reality.pptx
GLOBAL-GOALS-LOCAL-ACTIONS-The-SDG-Journey-from-Vision-to-Reality.pptxGLOBAL-GOALS-LOCAL-ACTIONS-The-SDG-Journey-from-Vision-to-Reality.pptx
GLOBAL-GOALS-LOCAL-ACTIONS-The-SDG-Journey-from-Vision-to-Reality.pptx
KunalBhadana3
CHAP-0- Lecture Overview Administration--TCPS (SS-2023)-Rev (1)--final.pdf
CHAP-0- Lecture Overview  Administration--TCPS (SS-2023)-Rev (1)--final.pdfCHAP-0- Lecture Overview  Administration--TCPS (SS-2023)-Rev (1)--final.pdf
CHAP-0- Lecture Overview Administration--TCPS (SS-2023)-Rev (1)--final.pdf
yasinalistudy

Introduction to python

  • 2. What is Python? Multi-purpose (Web, GUI, Scripting, etc.) Object Oriented Interpreted Both strongly typed and dynamically typed Focus on readability and productivity
  • 3. Features Batteries Included Everything is an Object Interactive Shell Strong Introspection Cross Platform CPython, Jython, IronPython, PyPy
  • 4. Releases Created in 1989 by Guido Van Rossum Python 1.0 released in 1994 Python 2.0 released in 2000 Python 3.0 released in 2008 Python 2.7 is the recommended version 3.0 adoption will take a few years
  • 5. Python popularity among other languages TIOBE, Jan 2019 PyPL, Jan 2019
  • 6. Python among other programming languages (benchmark) https://en.wikipedia.org/wiki/List_of_programm ing_languages_by_type https://attractivechaos.github.io/plb/ http://www.bioinformatics.org/benchmark/resu lts.html https://github.com/kostya/benchmarks
  • 7. End-users just dont care: 0.001 vs. 0.01 seconds no matter; horizontal scalability used More productive: more concise and expressive language and requires less time, effort, and lines of code to perform the same operations Execution Speed does not matter as much as Business Speed Rich set of standard libraries and frameworks Large community (packages, Q/A, discussions) Despite being slow, why is Python still popular?
  • 8. How readable is Python?
  • 9. How readable is Python?
  • 10. How readable is Python?
  • 11. How readable is Python?
  • 12. How readable is Python?
  • 13. When use and not use Python? Use Execution speed does not matter Everyone is new to programming Readability is more important Not use Speed-intensive applications including games that require high-performance OS or system-level applications (e.g., memory manipulation)
  • 14. How to run a Python program Using embedded interpreter in IDE/Notebook Using stand-alone interpreter Using the interactive shell
  • 15. How to write a Python program IDE: Eclipse + PyDev, Visual Studio, PyCharm, Spyder, Thonny Code editor: Sublime Text, Atom, GNU Emacs, Vi / Vim / Nano, Visual Studio Code, ... Notebook: Jupyter, Zeppelin
  • 16. How to write a Python program Use IDE: write a complex program, collaboration in a team, many dependencies/libraries/binaries Use code editor: write a simple program Notebook: interactive, reporting-like deliverable
  • 17. Most popular Python IDE/Code Editor https://insights.stackoverflow.com/survey/201 9#development-environments-and-tools
  • 18. Python package installer (pip) pip is the recommended tool to install python package from python package public repos (such as public PyPI - and its mirrors) and private repos pip can install from either Source Distributions (sdist) or wheels, but if both are present on PyPI, pip will prefer a compatible wheel (pre-built).
  • 19. Python public packages (category) [1/2] Admin Panels Algorithms and Design Patterns Audio Authentication Build Tools Built-in Classes Enhancement Caching ChatOps Tools CMS Code Analysis Command-line Interface Development Command-line Tools Compatibility Computer Vision Concurrency and Parallelism Con鍖guration Cryptography Data Analysis Data Validation Data Visualization Database Database Drivers Date and Time Debugging Tools Deep Learning DevOps Tools Distributed Computing Distribution Documentation Downloader E-commerce Editor Plugins and IDEs Email Environment Management Files Foreign Function Interface Forms Functional Programming Game Development Geolocation GUI Development Hardware HTML Manipulation HTTP Clients Image Processing Implementations Interactive Interpreter Internationalization Job Scheduler Logging Machine Learning Total: 63595 packages
  • 20. Python public packages (category) [2/2] Miscellaneous Natural Language Processing Network Virtualization Networking News Feed ORM Package Management Package Repositories Permissions Processes Queue Recommender Systems RESTful API Robotics RPC Servers Science Search Serialization Serverless Frameworks Speci鍖c Formats Processing Static Site Generator Tagging Template Engine Testing Text Processing Third-party APIs URL Manipulation Video Web Asset Management Web Content Extracting Web Crawling Web Frameworks WebSocket WSGI Servers Total: 63595 packages https://github.com/vinta/awesome-python
  • 21. Python public package popularity https://stackoverflow.blog/2017/09/14/python- growing-quickly/
  • 22. Python public package popularity
  • 23. Python modularity Anaconda (app+ libraries+ binaries) *Miniconda is the light version of Anaconda (less packages)
  • 24. Python modularity: conda vs pip pip installs only Python packages, but conda installs also the system binaries needed by the Python packages. Very important for a non-sudo user to leverage the server capability
  • 26. Basic Python Tutorial Were using Anaconda Clone: https://gitlab.erc.monash.edu.au/andrease/Python4Maths