home.social

#webpy — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #webpy, aggregated by home.social.

fetched live
  1. @nf3xn It's for a thing with #diaphora and I will most likely reuse diaphora code, which is written in #python. Most of the logic would be pushed to the database system, so I don't mind about Python being slow here, as the bottleneck would be my database system.

    As for why not #webpy, no reason, other than asking what is better for new projects as of today? I have always used web.py and I'm very comfortable with it, but I'm not sure if it's actively maintained anymore.

  2. I want to create a web service in Python. I have almost always used web.py for doing so, but I have read good things about flask. What do you recommend me?

    #python #webpy #flask