Comunidad de profesionales
Comunidad de Hackers
Visibilidad de Python en la industria
Networking
¡Oportunidades de trabajo!
Lenguaje de juguete
Fácil de escribir mal
Lento
Pocos developers
Poca infraestructura
1 $ find /usr/ -name *.py | wc -l
2 $ 12264
3 $ find /usr/ -name *.c | wc -l
4 $ 450
5 $ find /usr/ -name *.java | wc -l
6 $ 79
7 $ find /usr/ -name *.class | wc -l
8 $ 2
1 if True:
2 print 'es verdad!'
3 else:
4 print 'mentiroso!'
5 opensource = good if gpl else not_so_bad
6 map(lambda x: x*x, [0, 1, 2, 3, 4, 5])
7 [x * x for x in range(0, 10)] # { x*x para x en [0,10[ }
Para instalar
1 $ pip install landslide
Table of Contents | t |
---|---|
Exposé | ESC |
Full screen slides | e |
Presenter View | p |
Source Files | s |
Slide Numbers | n |
Toggle screen blanking | b |
Show/hide slide context | c |
Notes | 2 |
Help | h |