SlideShare a Scribd company logo
Simple web-app with python
Flask + Python
Nikita Penzin(Lozhnikov)
… is a widely used general-purpose, high-level
programming language - http://python.org
Python
The creator
Guido Van Rossum (1956 - …)
Employment: Google, Dropbox
“There is one way to do it right
...if you aren’t Dutchman”
The Zen of Python
Beautiful is better than ugly
Explicit is better than implicit
Simple is better than complex
Complex is better than complicated
Readability counts
Features
● dynamic type system
● automatic memory management
● large and comprehensive standard library
● lots of implementations
● beautiful, understandable, powerful syntax
● easy to learn
● TOP employers use it : Google, Yandex ...
Examples
print 'Hello, world!'
>>> Hello, world!
def fib(n):
if n < 2:
return n
return fib(n-2)+fib(n-1)
print fib(7)
>>> 13
a = 3
b = ‘hello’
print b * 3
>>> hellohellohello
Flask
Flask is a microframework for Python web-apps.
http://flask.pocoo.org/
created by Armin Ronacher
Flask based ‘Hello, world!’ app
1. Connect to a ‘flask’ wifi-hotspot from your
devices
2. Open your browser
3. Get to 192.168.xxx.xxx/
4. Have fun: get to 192.168.xxx.xxx/any text
e.g. 192.168.xxx.xxx/<h1>Hello, class<h1>
Explanation
flask.py
---------------------------------
from flask import Flask < import required modules
app = Flask(__name__) < create instance app of a class Flask
@app.route("/") < decorate method hello with app.route
def hello():
return "Hello World!"
@app.route("/<text>")
def hello_user(text):
return text
app.run(host=’0.0.0.0’) < call the run method on app
Credits
https://www.python.org/
http://flask.pocoo.org/
https://github.com/npenzin
https://twitter.com/npenzin
mailto: mail@mainpart.in
Any questions?

More Related Content

PPTX
Learn PYTHON at ASIT
PDF
Python RESTful webservices with Python: Flask and Django solutions
PPT
Learn REST API with Python
PDF
Flask Basics
PDF
Байкал 2020 SmartBox
PPTX
Flask
PDF
Writing your first web app using Python and Flask
KEY
LvivPy - Flask in details
Learn PYTHON at ASIT
Python RESTful webservices with Python: Flask and Django solutions
Learn REST API with Python
Flask Basics
Байкал 2020 SmartBox
Flask
Writing your first web app using Python and Flask
LvivPy - Flask in details

Viewers also liked (7)

PDF
Python and you
PPTX
Learning python with flask (PyLadies Malaysia 2017 Workshop #1)
PDF
파이썬 플라스크로 배우는 웹프로그래밍 #3 (ABCD)
PDF
파이썬 플라스크로 배우는 웹프로그래밍 #4 (ABCD)
PDF
파이썬 플라스크로 배우는 웹프로그래밍 #1 (ABCD Foundation)
PDF
Developing RESTful Web APIs with Python, Flask and MongoDB
PDF
The Top Skills That Can Get You Hired in 2017
Python and you
Learning python with flask (PyLadies Malaysia 2017 Workshop #1)
파이썬 플라스크로 배우는 웹프로그래밍 #3 (ABCD)
파이썬 플라스크로 배우는 웹프로그래밍 #4 (ABCD)
파이썬 플라스크로 배우는 웹프로그래밍 #1 (ABCD Foundation)
Developing RESTful Web APIs with Python, Flask and MongoDB
The Top Skills That Can Get You Hired in 2017
Ad

Similar to Python and Flask introduction for my classmates Презентация и введение в flask (20)

PDF
Python intro
PPTX
Computer Languages: Python, Html css javascript
ODP
Beginning python programming
PDF
Introduction to python
PDF
A Gnu Way of Learning
PPT
python installation in different Operating Systems.ppt
PPTX
trabalho ingles instrumental prof Anderson.pptx
PPT
Why Python
PPT
week1.ppt
PPTX
Presentation.pptx
PPTX
Presentation.pptx
PPTX
python presntation 2.pptx
PDF
Introduction to Docker
PPTX
Phython Programming Language
PPTX
2016 bioinformatics i_python_part_1_wim_vancriekinge
PPTX
Python Introduction
PPTX
P1 2017 python
PDF
Python3handson
PPTX
The UNIX philosophy
PPTX
INTRODUCTION TO PYTHON (a beginner's guide).pptx
Python intro
Computer Languages: Python, Html css javascript
Beginning python programming
Introduction to python
A Gnu Way of Learning
python installation in different Operating Systems.ppt
trabalho ingles instrumental prof Anderson.pptx
Why Python
week1.ppt
Presentation.pptx
Presentation.pptx
python presntation 2.pptx
Introduction to Docker
Phython Programming Language
2016 bioinformatics i_python_part_1_wim_vancriekinge
Python Introduction
P1 2017 python
Python3handson
The UNIX philosophy
INTRODUCTION TO PYTHON (a beginner's guide).pptx
Ad

Recently uploaded (20)

PDF
PTS Company Brochure 2025 (1).pdf.......
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PPTX
Transform Your Business with a Software ERP System
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PPTX
Introduction to Artificial Intelligence
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PPTX
ai tools demonstartion for schools and inter college
PPT
Introduction Database Management System for Course Database
PDF
Understanding Forklifts - TECH EHS Solution
PPTX
history of c programming in notes for students .pptx
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PDF
System and Network Administration Chapter 2
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PPTX
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
PTS Company Brochure 2025 (1).pdf.......
How to Migrate SBCGlobal Email to Yahoo Easily
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Transform Your Business with a Software ERP System
Navsoft: AI-Powered Business Solutions & Custom Software Development
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
Introduction to Artificial Intelligence
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
ai tools demonstartion for schools and inter college
Introduction Database Management System for Course Database
Understanding Forklifts - TECH EHS Solution
history of c programming in notes for students .pptx
Odoo Companies in India – Driving Business Transformation.pdf
Upgrade and Innovation Strategies for SAP ERP Customers
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Which alternative to Crystal Reports is best for small or large businesses.pdf
System and Network Administration Chapter 2
Design an Analysis of Algorithms II-SECS-1021-03
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx

Python and Flask introduction for my classmates Презентация и введение в flask