Presentations

Contents

Python Packaging

/Python Packaging

Language

[ES]

Date

Jan 30, 2020

Activity

PyNights, Costa Rica.

Web presentation about packaging and distributing Python code. Project like setuptools, Twine and PyPI are discussed.

Python AsyncIO and PyZMQ

/AsyncIO and PyZMQ

Language

[ES]

Date

Jul 26, 2018

Activity

Python CR Meetups, Costa Rica.

Web presentation about the Python built-in asynchronous framework AsyncIO. We compare traditional threading and multiprocessing concurrency models, event loops and a few frameworks that will help you building RESTful APIs fast and securely:

Git

/Gitoria

Language

[ES]

Date

Dec 17, 2015

Activity

Inventoría Talks (Makerspace), Costa Rica.

Web presentation about the Git version control system and GitHub and GitLab foundries.

reStructuredText

/reST

Language

[ES]

Date

Oct 9-10, 2014

Activity

VI Central American Free Software Submit, Panamá.

Web presentation about the reStructuredText markup language:

reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax and parser system.

—reStructuredText Home Page

The following frameworks are reviewed:

GitHub WebHooks

/webhooks

Language

[ES]

Date

Oct 9-10, 2014

Activity

VI Central American Free Software Submit, Panamá.

Web presentation about the usage of GitHub WebHooks:

Every GitHub repository has the option to communicate with a web server whenever the repository is pushed to. These "webhooks" can be used to update an external issue tracker, trigger CI builds, update a backup mirror, or even deploy to your production server.

—GitHub WebHooks Reference Documentation

In particular, the tool python-github-webhooks (simple Python WSGI application to handle GitHub webhooks) is used to allow a web server to run any shell script on repository actions.

[Obsolete] confspec

/confspec

Language

[ES]

Date

Oct 9-10, 2014

Activity

VI Central American Free Software Submit, Panamá.

Web presentation about the confspec framework:

confspec confspec is a Python library - framework that allows an application to handle all it’s configuration options easily and with safety.

confspec Home Page.

[Obsolete] Frog Croak

/frog-croak

Language

[ES]

Date

Oct 9-10, 2014

Activity

VI Central American Free Software Submit, Panamá.

Web presentation about the Frog Croak application:

Frog Croak Frog Croak is a tool that allows users to monitor and analyse their Internet connection speed over time.

—Frog Croak GitHub Repository