-
Book Overview & Buying
-
Table Of Contents
Getting Started with Taipy
By :
Taipy builds production-ready web applications. This means you should be able to deploy your applications in production environments that end users can access from their web browsers.
In this book, we mainly work with Taipy’s default server, which is ideal for local testing and fast iteration. In this chapter, you’ll learn how to package and deploy your Taipy application as a standard Flask app, leveraging the breadth of the Flask ecosystem to run in any production environment. We’ll walk through converting your Taipy project into a WSGI-compatible Flask application and discuss best practices for hosting it on real servers. Finally, we’ll explore alternative workflows, such as running Taipy inside Jupyter notebooks for quick demos and exploratory development, so you can choose the right approach for every stage of your project.
When we talk about production environments, each organization has its standards and rules...