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
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Valery Briz
September 28, 2017
Programming
0
63
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
66
Conversando con un Bot
valerybriz
0
99
Redes Neuronales con TFLearn
valerybriz
0
660
Breakout Detection de Twitter
valerybriz
2
570
Web Scraping Python + BeautifulSoup
valerybriz
0
240
Abramos el Frasco!
valerybriz
0
120
Introduccióna la detección de objetos con SimpleCV
valerybriz
0
240
Other Decks in Programming
See All in Programming
NOT A HOTEL - 建築や人と融合し、自由を創り出すソフトウェア
not_a_hokuts
2
540
米国のサイバーセキュリティタイムラインと見る Goの暗号パッケージの進化
tomtwinkle
1
380
社内規程RAGの精度を73.3% → 100%に改善した話
oharu121
12
7.4k
受け入れテスト駆動開発(ATDD)×AI駆動開発 AI時代のATDDの取り組み方を考える
kztakasaki
2
510
日本だけで解禁されているアプリ起動の方法
ryunakayama
0
360
The Ralph Wiggum Loop: First Principles of Autonomous Development
sembayui
0
3.7k
Go 1.26でのsliceのメモリアロケーション最適化 / Go 1.26 リリースパーティ #go126party
mazrean
1
330
猫の手も借りたい!ので AIエージェント猫を作って社内に放した話 Claude Code × Container Lambda の Slack Bot "DevNeko"
naramomi7
0
230
クライアントワークでSREをするということ。あるいは事業会社におけるSREと同じこと・違うこと
nnaka2992
1
290
手戻りゼロ? Spec Driven Developmentとは@KAG AI week
tmhirai
1
140
Claude Code、ちょっとした工夫で開発体験が変わる
tigertora7571
0
190
Railsの気持ちを考えながらコントローラとビューを整頓する/tidying-rails-controllers-and-views-as-rails-think
moro
4
370
Featured
See All Featured
Skip the Path - Find Your Career Trail
mkilby
1
71
We Analyzed 250 Million AI Search Results: Here's What I Found
joshbly
1
860
Digital Projects Gone Horribly Wrong (And the UX Pros Who Still Save the Day) - Dean Schuster
uxyall
0
580
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
Keith and Marios Guide to Fast Websites
keithpitt
413
23k
A Modern Web Designer's Workflow
chriscoyier
698
190k
Abbi's Birthday
coloredviolet
2
5.1k
Amusing Abliteration
ianozsvald
0
120
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.4k
Heart Work Chapter 1 - Part 1
lfama
PRO
5
35k
Visualization
eitanlees
150
17k
YesSQL, Process and Tooling at Scale
rocio
174
15k
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