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
50
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
43
Conversando con un Bot
valerybriz
0
90
Redes Neuronales con TFLearn
valerybriz
0
580
Breakout Detection de Twitter
valerybriz
2
470
Web Scraping Python + BeautifulSoup
valerybriz
0
180
Abramos el Frasco!
valerybriz
0
110
Introduccióna la detección de objetos con SimpleCV
valerybriz
0
210
Other Decks in Programming
See All in Programming
dotfiles について話したい #湘なんか
stefafafan
2
290
LR で JSON パーサーを作る / Coding LR JSON Parser
junk0612
2
180
iOSの隠されたAPIを解明し、開発効率を向上させる方法/iOSDC24
noppefoxwolf
2
130
Amazon Neptuneで始める初めてのグラフDB ー グラフDBを使う意味を考える ー
satoshi256kbyte
2
220
Ebitengineの1vs1ゲーム WebRTCの活用
ponyo877
0
360
Mergeable Libraryで 高速なアプリ起動を実現しよう!
giginet
PRO
1
2.1k
TypeScriptで 負荷テストを書こう 〜k6のシングルバイナリの秘密〜
dora1998
7
2.9k
長期運用プロダクトの開発速度を維持し続けるためのリファクタリング実践例
wataruss
8
2.6k
実践 Advanced CallKit 〜快適な通話の実現に向けて〜
mot_techtalk
3
120
New Order in Cascade Sorting Order
mugi_uno
3
2.5k
Appleの新しいプライバシー要件対応: ノーコードアプリ プラットフォームの実践事例
nao_randd
1
510
デザインシステムとコンポーネント指向によるフロントエンド開発プロセスの革新 / Innovation in Frontend Development Processes through Design Systems and Component-Oriented Architecture
nrslib
7
5.1k
Featured
See All Featured
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
38
9.1k
Navigating Team Friction
lara
183
13k
A designer walks into a library…
pauljervisheath
201
24k
Why Our Code Smells
bkeepers
PRO
334
56k
Building a Scalable Design System with Sketch
lauravandoore
458
32k
The Power of CSS Pseudo Elements
geoffreycrofte
71
5.2k
Documentation Writing (for coders)
carmenintech
65
4.3k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
22
3.9k
Embracing the Ebb and Flow
colly
83
4.4k
4 Signs Your Business is Dying
shpigford
179
21k
StorybookのUI Testing Handbookを読んだ
zakiyama
25
5k
What the flash - Photography Introduction
edds
67
11k
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