Python Belgrade #10#

  • Location: Kortechs

  • Date: 2017-05-26 18:00

Talks:#

Horetu presentation —

  • Abstract:

Horetu exposes ordinary Python functions as other user interfaces. When applied to a function, it automatically constructs corresponding command-line interfaces, web interfaces, configuration files, internet relay chat (IRC) bots, and Django management commands. It is a great way to set up quickly a user interface for a Python program.References: - Horetu

Python applications in production —

  • Abstract:

Jakub will talk about Python applications in production. How to be sure that you didn’t skip the step in releasing an application and released an application too early.

Dictionary under the hood —