Other articles

  1. PyConFR 2019 (Bordeaux) - gRPC/Python - Exemple pratique d'utilisation de micro-services pour une (mini) application d'analyse sémantiques de textes (NLP).


    Présentation: PyConFR 2019 (Bordeaux) - gRPC/Python

    Conférence

    Twitter

    Twitter -> #PyconFr2019 Micro-services #gRPC et #Python

    Programme

    Programme PyConFR 2019

    Programme PyConFR 2019

    Présentation (supports)

    Ce dont j'ai (essayé) de parler :p

    • SOC -> Separation Of Concerns
    • Conteneurisation
    • Distributions
    • Mise à l'échelle
    • Spécification (explicite)
    • Validation
    • Packaging/Stratégie de versionnement
    • Data/Services workflow

    Ce dont je n'ai …

    read more

    comments

  2. Plan - Posts dans le future - Développement


    Développement -> Plan: Futur posts, thèmes, sujets à aborder


    Python

    • Traitements ASYNChrones
      • asyncio
      • uvloops
    • Multi-processing/threading vs GIL
    • Python: nouvelles fonctionnalités (>= 3.8)
    • Distributions de tâches/(micro-)services
      • gRPC
      • Celery
      • RabbitMQ
      • ZeroMQ
    • Web
      • FastAPI
        • Starlette
        • Uvicorn
      • Tornado
      • Flask
      • Pelican ^^
    • Databases
      • MongoDB
      • PostgreSQL
        • PostGIS
      • ElasticSearch
      • Redis
    • UX/UI
      • (Py)Qt
      • Kivy
    • Coeur …
    read more

    comments

  3. "Hello World" en Python

    Comment afficher "Hello World!" en Python

    Code source

    def helloworld():
        print("Hello World!")
    
    if __name__ == '__main__':
        helloworld()
    

    Résultats

    ╰─ echo "def helloworld():\n\tprint('Hello World!')\n\nif __name__ == '__main__':\n\thelloworld()" | python
    Hello World!
    

    read more

    comments

Page 1 / 1

blogroll

social