|
You are here |
vxlabs.com | ||
| | | | |
avelino.run
|
|
| | | | | 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),]) | |
| | | | |
glowingpython.blogspot.com
|
|
| | | | | 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... | |
| | | | |
yokota.blog
|
|
| | | | | In a previous article, I explained how to evolve JSON Schemas, based on whether backward, forward, or full (both backward and forward) compatibility is desired. In JSON Schema, the value of additionalProperties determines whether the JSON content model is open (if the value is true), closed (if the value is false), or partially open (if... | |
| | | | |
wtfleming.github.io
|
|
| | | [AI summary] This post discusses achieving 99.1% accuracy in binary image classification of cats and dogs using an ensemble of ResNet models with PyTorch. | ||