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
57
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
640
Breakout Detection de Twitter
valerybriz
2
520
Web Scraping Python + BeautifulSoup
valerybriz
0
230
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
推論された型の移植性エラーTS2742に挑む
teamlab
PRO
0
160
「兵法」から見る質とスピード
ickx
0
230
Passkeys for Java Developers
ynojima
2
730
TypeScriptのmoduleオプションを改めて整理する
bicstone
4
450
漸進。
ssssota
0
1.5k
TypeScript製IaCツールのAWS CDKが様々な言語で実装できる理由 ~他言語変換の仕組み~ / cdk-language-transformation
gotok365
7
400
Practical Domain-Driven Design - Workshop at NDC 2025
mufrid
0
140
事業戦略を理解してソフトウェアを設計する
masuda220
PRO
16
5k
セキュリティマネジャー廃止とクラウドネイティブ型サンドボックス活用
kazumura
1
120
Doma で目指す ORM 最適解
nakamura_to
1
170
Cursor Meetup Tokyo ゲノミクスとCursor: 進化と制約のあいだ
koido
2
790
❄️ tmux-nixの実装を通して学ぶNixOSモジュール
momeemt
1
140
Featured
See All Featured
Thoughts on Productivity
jonyablonski
69
4.7k
The Language of Interfaces
destraynor
158
25k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
180
53k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
228
22k
Building Applications with DynamoDB
mza
95
6.4k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Raft: Consensus for Rubyists
vanstee
137
7k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
Rebuilding a faster, lazier Slack
samanthasiow
81
9k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
A designer walks into a library…
pauljervisheath
205
24k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
14
1.5k
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