SlideShare a Scribd company logo
Web backends development
using Python
Ayun Park
Ayun Park
iamparkayun@gmail.com / http://parkayun.kr / https://github.com/Parkayun
2
add2paper
http://www.add2paper.com / http://www.additpay.com
Korea No.1 Mobile media for college students.
3
4
5
122 universities
6
7
based on django
8
used flask
9
used tornado
10
tried aiohttp
11
django, flask, tornado
and aiohttp
12
django
Most popular Python web framework
Full stack web framework
13
Most popular
14
Full stack
web framework
15
= has almost everything
16
Full stack
ORM
Template Engine
Tests
And more...
17
ORM
18
ORM
19
ORM
>>> Foo.objects.filter(bar__contains=’1’)
SELECT "world_foo"."id", "world_foo"."bar",
"world_foo"."created_at", "world_foo"."modified_at"
FROM "world_foo" WHERE "world_foo"."bar" LIKE
‘%1%’ ESCAPE '' LIMIT 21
20
ORM
MySQL
PostgreSQL
Oracle
MSSQL (unofficial)
21
template engine
22
template engine
a lot of useful builtin tags
intcomma
autoescape
linebreaks
also can make custom tags
23
tests
based on unittest
TestCase
TransactionTestCase
LiveServerTestCase
24
And more...
django admin
useful middlewares
session management
protection against csrf attack
migration
And more... in djangoproject.com
25
= django has super
productivity
26
In my case
27
I use django when need
web pages(html).
28
django was born for
web sites.
29
flask
Very popluar Python web framework in developers
Microframework
30
Very popular
31
Werkzeug
jinja2
useful extensions
Microframework
32
Werkzeug
33
= WSGI Utility Library
34
= HTTP Server using
Python (PEP333)
35
= URL Route and
Response
36
jinja2
37
= template engine
38
similar with django’s
39
Microframework
40
= has almost nothing
41
= has free
42
= useful extensions
43
SQLAlchemy (Flask-SQLAlchemy)
ORM
Alembic (Flask-Alembic)
Migration
Flask-Login
session management
useful extensions
44
In my case
45
I use flask in
anytime.
46
flask is
a microframework.
47
tornado
Web framework
Asynchronous network library
48
Web framework
49
similar with flask
50
= has template engine
51
also, similar with
django’s
52
but, It hasn’t
enough bulitin tags.
53
Asynchronous
network library
54
= tornado’s key feature
55
After, Python2
56
has asyncio
57
= has async features
58
But, tornado has that
since Python2.
59
= has good performance
since Python2
60
= can code socket
and more
61
= even as a container
62
In my case
63
I use tornado when
build websocket
and use nosql.
64
Async is tornado’s
key feature.
65
Not use async
with rdbms.
66
or as a wsgi container
67
aiohttp
HTTP Client / Server for asyncio
68
HTTP Server
for asyncio.
69
= HTTP Server
for Python3.
70
= like a werkzeug
in flask.
71
= URL Route and
Response
72
In my case
73
I use aiohttp when
build websocket
or try experiment.
74
There are some
async rdbms driver
for Python3.
75
I just started
web framework
based on aiohttp.
76
In github
Parkayun/astrid
77
In Real World
78
Yes, Python is slow.
79
check transaction.
80
check file io.
81
‘’.join((‘a’, ‘b’)) > ‘a’ + ‘b’
82
use Cache
(redis, memcached)
83
uWSGI > gunicorn
84
use gevent
85
use PyPy
86
normal stack
87
django / flask
88
uWSGI / gunicron
nginx / apache
MySQL / PostgreSQL / Oracle / MSSQL
Cache
(redis / memcached / rabbitmq)
reverse proxy
Thanks a lot!

More Related Content

PPTX
Introduction à React
PPTX
ReactJs presentation
PDF
ReactJS presentation
PPT
JavaScript Tutorial
PPTX
React + Redux + TypeScript === ♥
PDF
react-fr.pdf
PPTX
React workshop presentation
PPTX
Html5 and-css3-overview
Introduction à React
ReactJs presentation
ReactJS presentation
JavaScript Tutorial
React + Redux + TypeScript === ♥
react-fr.pdf
React workshop presentation
Html5 and-css3-overview

What's hot (20)

PDF
An introduction to React.js
PPTX
Introduction to JSX
ODP
An Introduction to Vuejs
PPTX
Introduction to React JS
PPTX
React-JS.pptx
PDF
React JS and why it's awesome
PPT
Ajax Ppt
PPTX
jQuery
PPTX
PDF
JavaScript Programming
PPTX
Introduction to Django
PPTX
Intro to React
PPTX
Introduction to Django
PDF
VueJS Introduction
PPTX
Introduction Node.js
PDF
Introduction into ES6 JavaScript.
PPTX
Bootstrap 5 ppt
PPTX
Easy data-with-spring-data-jpa
An introduction to React.js
Introduction to JSX
An Introduction to Vuejs
Introduction to React JS
React-JS.pptx
React JS and why it's awesome
Ajax Ppt
jQuery
JavaScript Programming
Introduction to Django
Intro to React
Introduction to Django
VueJS Introduction
Introduction Node.js
Introduction into ES6 JavaScript.
Bootstrap 5 ppt
Easy data-with-spring-data-jpa
Ad

Viewers also liked (20)

PDF
Python Advanced – Building on the foundation
PDF
Python RESTful webservices with Python: Flask and Django solutions
PDF
An Introduction to Tornado
PPT
Learn REST API with Python
PPTX
Now I am a Django Girl, or am I? Python Northwest Feb 2016
KEY
Django debug toolbar
PDF
Python vs ruby
PPT
python vs ruby
KEY
Redis
PPTX
Django apps and ORM Beyond the basics [Meetup hosted by Prodeers.com]
PPTX
Basic Django ORM
PDF
InterConnect2016: WebApp Architectures with Java and Node.js
PDF
Ruby vs python
KEY
Tornado
PPTX
Web crawler - Scrapy
PDF
How do event loops work in Python?
PDF
Go для python-программистов
PDF
Enterprise makeover. Be a good web citizen, deliver continuously and change y...
PPT
Java Script Based Client Server Webapps 2
PPTX
Flask vs. Django
Python Advanced – Building on the foundation
Python RESTful webservices with Python: Flask and Django solutions
An Introduction to Tornado
Learn REST API with Python
Now I am a Django Girl, or am I? Python Northwest Feb 2016
Django debug toolbar
Python vs ruby
python vs ruby
Redis
Django apps and ORM Beyond the basics [Meetup hosted by Prodeers.com]
Basic Django ORM
InterConnect2016: WebApp Architectures with Java and Node.js
Ruby vs python
Tornado
Web crawler - Scrapy
How do event loops work in Python?
Go для python-программистов
Enterprise makeover. Be a good web citizen, deliver continuously and change y...
Java Script Based Client Server Webapps 2
Flask vs. Django
Ad

Similar to Web backends development using Python (20)

PDF
Python Web Framework – A Detailed List of Web Frameworks in Python
PDF
Top 10 python frameworks for web development in 2020
PPTX
CTE 323 - Lecture 1.pptx
PDF
Realtime Apps with Django
PPTX
Asynchronous Frameworks.pptx
PPTX
Ramya devi R internet of things
PPTX
Realtime web2012
DOCX
Python for Web Development Django, Flask, and Beyond.docx
PDF
10 things you should know about django
PPTX
Most Popular Python Frameworks With Key Features
PPTX
Python for web development
PDF
10 Popular Python Frameworks for web development.pdf
PDF
Python & Django
DOCX
Akash rajguru project report sem v
PDF
A Brief Introduction to Python Developer Frameworks.pdf
PPTX
Introduction and features to Django.pptx
PDF
Free django
PDF
Snakes on the Web; Developing web applications in python
PDF
Python web frameworks
PDF
Python Web Frameworks: Django vs. Flask for Web Development
Python Web Framework – A Detailed List of Web Frameworks in Python
Top 10 python frameworks for web development in 2020
CTE 323 - Lecture 1.pptx
Realtime Apps with Django
Asynchronous Frameworks.pptx
Ramya devi R internet of things
Realtime web2012
Python for Web Development Django, Flask, and Beyond.docx
10 things you should know about django
Most Popular Python Frameworks With Key Features
Python for web development
10 Popular Python Frameworks for web development.pdf
Python & Django
Akash rajguru project report sem v
A Brief Introduction to Python Developer Frameworks.pdf
Introduction and features to Django.pptx
Free django
Snakes on the Web; Developing web applications in python
Python web frameworks
Python Web Frameworks: Django vs. Flask for Web Development

Recently uploaded (20)

PPTX
Mastering-Cybersecurity-The-Crucial-Role-of-Antivirus-Support-Services.pptx
PPTX
L1 - Introduction to python Backend.pptx
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
Become an Agentblazer Champion Challenge Kickoff
PPTX
Introduction to Artificial Intelligence
PPTX
FLIGHT TICKET RESERVATION SYSTEM | FLIGHT BOOKING ENGINE API
PDF
QAware_Mario-Leander_Reimer_Architecting and Building a K8s-based AI Platform...
PDF
System and Network Administraation Chapter 3
PPTX
ISO 45001 Occupational Health and Safety Management System
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PPTX
Materi-Enum-and-Record-Data-Type (1).pptx
PDF
top salesforce developer skills in 2025.pdf
PDF
How Creative Agencies Leverage Project Management Software.pdf
PDF
Understanding Forklifts - TECH EHS Solution
PPTX
Odoo POS Development Services by CandidRoot Solutions
DOCX
The Five Best AI Cover Tools in 2025.docx
PDF
System and Network Administration Chapter 2
PDF
Digital Strategies for Manufacturing Companies
PPTX
ManageIQ - Sprint 268 Review - Slide Deck
Mastering-Cybersecurity-The-Crucial-Role-of-Antivirus-Support-Services.pptx
L1 - Introduction to python Backend.pptx
Which alternative to Crystal Reports is best for small or large businesses.pdf
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
Become an Agentblazer Champion Challenge Kickoff
Introduction to Artificial Intelligence
FLIGHT TICKET RESERVATION SYSTEM | FLIGHT BOOKING ENGINE API
QAware_Mario-Leander_Reimer_Architecting and Building a K8s-based AI Platform...
System and Network Administraation Chapter 3
ISO 45001 Occupational Health and Safety Management System
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Materi-Enum-and-Record-Data-Type (1).pptx
top salesforce developer skills in 2025.pdf
How Creative Agencies Leverage Project Management Software.pdf
Understanding Forklifts - TECH EHS Solution
Odoo POS Development Services by CandidRoot Solutions
The Five Best AI Cover Tools in 2025.docx
System and Network Administration Chapter 2
Digital Strategies for Manufacturing Companies
ManageIQ - Sprint 268 Review - Slide Deck

Web backends development using Python