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
59
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
56
Conversando con un Bot
valerybriz
0
96
Redes Neuronales con TFLearn
valerybriz
0
640
Breakout Detection de Twitter
valerybriz
2
540
Web Scraping Python + BeautifulSoup
valerybriz
0
230
Abramos el Frasco!
valerybriz
0
120
Introduccióna la detección de objetos con SimpleCV
valerybriz
0
230
Other Decks in Programming
See All in Programming
How Android Uses Data Structures Behind The Scenes
l2hyunwoo
0
480
ファインディ株式会社におけるMCP活用とサービス開発
starfish719
0
2k
楽して成果を出すためのセルフリソース管理
clipnote
0
180
CloudflareのChat Agent Starter Kitで簡単!AIチャットボット構築
syumai
2
510
Ruby×iOSアプリ開発 ~共に歩んだエコシステムの物語~
temoki
0
350
GitHubとGitLabとAWS CodePipelineでCI/CDを組み比べてみた
satoshi256kbyte
4
250
Rancher と Terraform
fufuhu
2
550
チームのテスト力を鍛える
goyoki
3
870
アルテニア コンサル/ITエンジニア向け 採用ピッチ資料
altenir
0
110
rage against annotate_predecessor
junk0612
0
170
私の後悔をAWS DMSで解決した話
hiramax
4
210
今だからこそ入門する Server-Sent Events (SSE)
nearme_tech
PRO
3
250
Featured
See All Featured
The World Runs on Bad Software
bkeepers
PRO
70
11k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
53k
For a Future-Friendly Web
brad_frost
180
9.9k
Being A Developer After 40
akosma
90
590k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.1k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Gamification - CAS2011
davidbonilla
81
5.4k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Unsuck your backbone
ammeep
671
58k
Context Engineering - Making Every Token Count
addyosmani
3
58
Large-scale JavaScript Application Architecture
addyosmani
513
110k
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