Visão geral das características de Python que a tornam uma das linguagens mais versáteis existentes. Palestra apresentada na IV Jornada de Tecnologia da FANESE, em 7 de dezembro de 2016.
otimizados Eficiência • “Fazer da forma certa” • Mais qualidade, velocidade, quantidade, menor custo Foco • Canalizar capacidade e energia em uma atividade MOURA, Dionatan. O Mantra da Produtividade. Casa do Código, 2016.
Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated. Flat is better than nested. Sparse is better than dense. Readability counts. Special cases aren't special enough to break the rules. Although practicality beats purity. Errors should never pass silently. Unless explicitly silenced. In the face of ambiguity, refuse the temptation to guess. There should be one-- and preferably only one --obvious way to do it. Although that way may not be obvious at first unless you're Dutch. Now is better than never. Although never is often better than *right* now. If the implementation is hard to explain, it's a bad idea. If the implementation is easy to explain, it may be a good idea. Namespaces are one honking great idea -- let's do more of those!
3, 4, 5, 6, 7] quadrado_pares = [n ** 2 for n in vetor if n % 2 == 0] print(quadrado_pares) # mostra [4, 16, 36] QUADRADO DOS NÚMEROS PARES EM UM VETOR
Código, 2016. 2. VAN ROSSUM, Guido. A Brief Timeline of Python. Disponível em https://goo.gl/5zeaHx. 3. Wikipedia. ABC (programming language). Disponível em https://goo.gl/g0JjpH. 4. Instagram Engineering. Web Service Efficiency at Instagram with Python. Disponível em https://goo.gl/BjK5hN. 5. The Netflix Tech Blog. Python at Netflix. Disponível em https://goo.gl/8oDma4. 6. MASANORI, Fernando. Para Gostar de Python. Disponível em https://goo.gl/cA3CrL. 7. RAMALHO, Luciano. Python: a Arma Secreta de Todo Mundo. Disponível em https://goo.gl/q6b6UN. 8. RHODES, Brandon. Foundations of Python Network Programming, Third Edition. Apress, 2014. 9. Exemplos de notebooks do Jupyter https://github.com/ogrisel/notebooks 10. Cisco. Cisco Network Programmability Developer Specialist. Disponível em https://goo.gl/Tkyg3h. 11. Escola de Dados. Raspagem & Jornalismo de Dados. Disponível em https://goo.gl/aOabBp. 12. CEDER, Naomi. Come for the Language, Stay for the Community. Disponível em https://goo.gl/tevB0D.