A Beginner’s Introduction to Python Web Frameworks (2018)
1–10 of 168 posts
Re: A Beginner’s Introduction to Python Web Frameworks (2018)
#2Re: A Beginner’s Introduction to Python Web Frameworks (2018)
#3This is a great resource, and there are some neat inclusions like Falcon, but I find the main trouble when building python web apps is deployment. I always feel like I've duct-taped my carefully written app to the web-server.
Re: A Beginner’s Introduction to Python Web Frameworks (2018)
#4Re: A Beginner’s Introduction to Python Web Frameworks (2018)
#5Are any of these extremely good compared to a framework not written in Python? For example compared to Rails or Phoenix?
Re: A Beginner’s Introduction to Python Web Frameworks (2018)
#6This is a great resource, and there are some neat inclusions like Falcon, but I find the main trouble when building python web apps is deployment. I always feel like I've duct-taped my carefully written app to the web-server.
Unless you’re able to create an artifact like a single executable or a Jar but you still need to supervise those and keep them running.
Re: A Beginner’s Introduction to Python Web Frameworks (2018)
#7This is a great resource, and there are some neat inclusions like Falcon, but I find the main trouble when building python web apps is deployment. I always feel like I've duct-taped my carefully written app to the web-server.
Re: A Beginner’s Introduction to Python Web Frameworks (2018)
#8This is a great resource, and there are some neat inclusions like Falcon, but I find the main trouble when building python web apps is deployment. I always feel like I've duct-taped my carefully written app to the web-server.
Where have you deployed? I'm looking to switch for my Django website. I'd like something full-serve like Heroku, but Heroku doesn't work well with sqlite.
Re: A Beginner’s Introduction to Python Web Frameworks (2018)
#9This is a great resource, and there are some neat inclusions like Falcon, but I find the main trouble when building python web apps is deployment. I always feel like I've duct-taped my carefully written app to the web-server.
Same can be said for any system, regardless of the language. Unless you’re able to create an artifact like a single executable or a Jar but you still need to supervise those and keep them running.
Re: A Beginner’s Introduction to Python Web Frameworks (2018)
#10Earlier quoted context omitted.
Same can be said for any system, regardless of the language. Unless you’re able to create an artifact like a single executable or a Jar but you still need to supervise those and keep them running.
Say what you want to about PHP, but when it comes to deployment it’s hard to beat.