/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

vxlabs.com
| | glowingpython.blogspot.com
5.8 parsecs away

Travel
| | Lately I've been working a lot with dates in Pandas so I decided to make this little cheatsheet with the commands I use the most. Importin...
| | codingrelic.geekhold.com
5.9 parsecs away

Travel
| | A brief prompt: In authheader.go write a function to parse a SIP WWW-Authenticate header for Digest authentication. It should return a ma...
| | avelino.run
4.9 parsecs away

Travel
| | I started a new project with the name nacho, asynchronous web framework for Python 3. 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),])
| | dontbreakprod.com
22.1 parsecs away

Travel
| Don't Break Prod provides bite-sized pieces of career advice for software engineers.