I use open source to help people evolve, I take pleasure in seeing people evolve

Open Source Contributions - October 2013


October 2013 saw 14 repositories with 31 contributions, including 13 issues opened and 4 pull requests, highlighting active development and collaboration.
Read more ⟶

Open Source Contributions - September 2013


September 2013 saw significant activity with 19 repositories, 20 new issues, and 37 total contributions, highlighting a month of collaboration and development.
Read more ⟶

New web framework asynchronous to Python 3


I started a new project with the name nacho, asynchronous web framework for Python 3.

Nacho Python3 Web Framework

Our goals

  • It was designed to work on Python 3.x
  • Some of syntax were inspired on Tornado's syntax
  • Tornado is the default server, but Eventlet is stable as well
  • Templates are done by Jinja2
  • HTML5 as the big-main-thing
  • Work friendly with NoSQL (otherwise we should stop talking about them)
  • Handle asynchronous requests properly

Example

class MainHandler(ApplicationController):
    def get(self):
        data = {'title': 'testando lero lero'}
        self.render("home.html", **data)


r = Routers([(r"/", MainHandler),])
Read more ⟶

Open Source Contributions - August 2013


August 2013 saw 20 repositories contribute 23 events, including 19 pushes and 2 issues, showcasing significant development activity in the open-source community.
Read more ⟶