1 / 14

Grupo: Bruno W. Gonçalves, Michelle C. Colin, Vanessa S. Conceição

Grupo: Bruno W. Gonçalves, Michelle C. Colin, Vanessa S. Conceição. Visão Geral. Linguagem Orientada a Objetos Open Source Multiplataforma Scripting e Aplicações WEB com Django. Histórico. Lançado por Guido Van Rossum em 1991 Computer Programming for Everybody Versão atual 3.3.0

Download Presentation

Grupo: Bruno W. Gonçalves, Michelle C. Colin, Vanessa S. Conceição

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Grupo: Bruno W. Gonçalves, Michelle C. Colin, Vanessa S. Conceição

  2. Visão Geral • Linguagem Orientada a Objetos • Open Source • Multiplataforma • Scripting e Aplicações WEB com Django

  3. Histórico • Lançado por Guido Van Rossum em 1991 • Computer Programming for Everybody • Versão atual 3.3.0 • Modelo de desenvolvimento comunitário – Python Software Foundation

  4. Características • Sintaxe clara e fácil de ler • Um bloco de código é feito através da identação • Orientação a Objetos intuitiva • Tudo é objeto • Tipagem dinâmica forte • Pode-se atribuir a uma variável qualquer tipo de valor • Multiplataforma • Linguagem interpretada • Rápido desenvolvimento • Don’tRepeatYourself • Keep It SimpleStupid

  5. Características • Extensa biblioteca padrão • Módulos de terceiros para praticamente todas as tarefas • Grande variedade de Frameworks • Desenvolvimento para diversos tipos de arquitetura • WEB • Desktop • Mobile • Linguagem amigável

  6. Multiplataforma • Componente padrão para diversos SO • Linux • Mac OSX • Java Virtual Machine • Jython • .NET • ironPython

  7. Mercado • YouTube • Google • Yahoo • NASA • GIMP • Indústria de segurança da informação • Industrial Light & Magic – Computação gráfica

  8. Python X Java • Linguagens bastante diferentes • editar-executar X editar-compilar-executar • Estruturas nativas de dados • Listas • Dicionários • Mais produtivo (de 5 a 10 vezes) • Tipagem dinâmica X tipagem estática • Conciso X prolixo • compacto

  9. Exemplos

  10. Exemplos • Escrever na tela “hello world”

  11. Exemplos • Para abrir um arquivo

  12. The Zen of 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!

  13. Extras • http://henriquebastos.wufoo.com/reports/como-python-a-usado/ • http://archive.org/details/SeanKellyRecoveryfromAddiction

  14. Referências • http://www.python.org/ • http://www.python.org.br/ • http://wiki.python.org/moin/LanguageComparisons • http://pt.wikipedia.org/wiki/Python • http://pythonconquerstheuniverse.wordpress.com/category/java-and-python/

More Related