Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Introducción a Python
Search
Valery Briz
September 28, 2017
Programming
0
56
Introducción a Python
Introducción a Python y por que elegirlo
Valery Briz
September 28, 2017
Tweet
Share
More Decks by Valery Briz
See All by Valery Briz
Y a todo esto... qué es Blockchain?
valerybriz
0
52
Conversando con un Bot
valerybriz
0
94
Redes Neuronales con TFLearn
valerybriz
0
630
Breakout Detection de Twitter
valerybriz
2
520
Web Scraping Python + BeautifulSoup
valerybriz
0
220
Abramos el Frasco!
valerybriz
0
110
Introduccióna la detección de objetos con SimpleCV
valerybriz
0
220
Other Decks in Programming
See All in Programming
파급효과: From AI to Android Development
l2hyunwoo
0
170
eBPF超入門「o11yに使える」とは (20250424_eBPF_o11y)
thousanda
1
120
Cursorを活用したAIプログラミングについて 入門
rect
0
320
インプロセスQAにおいて大事にしていること / In-process QA Meetup
medley
0
190
LRパーサーはいいぞ
ydah
7
1.5k
2025年のz-index設計を考える
tak_dcxi
13
4.9k
Vibe Coding の話をしよう
schroneko
14
3.9k
AI時代のリアーキテクチャ戦略 / Re-architecture Strategy in the AI Era
dachi023
0
150
Golangci-lint v2爆誕: 君たちはどうすべきか
logica0419
1
290
AWS Summit Hong Kong 2025: Reinventing Programming - How AI Transforms Our Enterprise Coding Approach
dwchiang
0
150
Road to Ruby for A Linguistics Nerd
hayat01sh1da
PRO
0
380
エンジニアが挑む、限界までの越境
nealle
1
350
Featured
See All Featured
GraphQLとの向き合い方2022年版
quramy
46
14k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
A Tale of Four Properties
chriscoyier
159
23k
Typedesign – Prime Four
hannesfritz
41
2.6k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Done Done
chrislema
184
16k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.7k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
34
2.2k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
Transcript
None
PORQUÉ PYTHON? Multiparadigm a Interpretado Flexible Multiplataform a
Estructurado Orientado a Objetos Funcional Modular
INTERPRETADO = RAPIDO
FLEXIBLE Letra = ‘a’ Numero = 1 CadenaDeLetras = ‘hola
mundo’ Lista = [1,2,3,4] For item in Lista print item Resultado>>>> 1 2 3 4
MULTIPLATAFORMA
PORQUÉ PYTHON? • Tiempo de desarrollo corto. • Es un
lenguaje robusto. • Se pueden desarrollar todo tipo de aplicaciones. • Es el lenguaje de programación con mayor crecimiento en los ultimos años.
TIEMPO DE DESARROLLO CORTO La rapidez del performance ya no
es lo más importante. El tiempo para salir al mercado si lo es. — Hui Ding (Jefe del equipo de infraestructura de Instagram) • Minimum viable product.
RAPIDEZ DE UNA APLICACIÓN Cuando se habla de rapidez en
un contexto de programación usualmente es referente a ciclos de CPU, cuando el CEO habla de rapidez usualmente se refiere a rapidez en los negocios.
MICRO SERVICIOS Compañias como Amazon, Google, y Netflix entienden la
importancia de moverse rapidamente. Por lo que han creado un sistema de negocios en el que pueden moverse rápido e innovar al mismo tiempo.
ES UN LENGUAJE ROBUSTO Y NO, NO ES LENTO Es
posible manejar 1 millon de requests por segundo en Python?
SI SE PUEDE! • JAPRONTO + Python 3.6 https://medium.freecodecamp.org/million-requests-per-second-with-python-95c137af319
SE PUEDEN DESARROLLAR TODO TIPO DE APLICACIONES • Sistemas •
Sitios Web • APIs RestFul • IOT • Android • Y otros.
SE PUEDEN DESARROLLAR TODO TIPO DE APLICACIONES • Instagram •
12% de ahorro en CPU • 30% de ahorro en memoria • Mejoras de 10% en performance.
PYTHON 3.6 EN INSTAGRAM https://thenewstack.io/instagram-makes-smooth-move-python-3/
SE PUEDEN DESARROLLAR TODO TIPO DE APLICACIONES • MicroPython +
ESP8266 • https://micropython.org/
QUIÉN UTILIZA PYTHON? • GOOGLE • Linux Weekly News •
Walt Disney Feature Animation • NASA • Spotify • Red Hat • IBM • YOUTUBE • D-Link • Ticketea • Dropbox • Instagram • Prezi
PYTHON HA TENIDO UN ASOMBROSO CREICIMIENTO EN CUANTO A TRABAJOS
CRECIMIENTO DE PYTHON EN PAISES CON INGRESOS ALTOS https://stackoverflow.blog/2017/09/06/incredible-growth-python/
CRECIMIENTO DE PYTHON EN PAISES CON INGRESOS BAJOS https://stackoverflow.blog/2017/09/06/incredible-growth-python/
VISITAS DE PYTHON POR INDUSTRIAS https://stackoverflow.blog/2017/09/14/python-growing-quickly/
LAS TAGS MAS UTILIZADAS POR USUARIOS DE PYTHON https://stackoverflow.blog/2017/09/14/python-growing-quickly/
Gracias por su Atención y que la fuerza les acompañe!!
@valerybriz