Hi, I see there are example node.js apps and even a mondaySdk for javascript. Is it possible to create monday.com apps using python and deploying to the marketplace, or simply using for our own account?
I am creating an app to import and map data to certain boards based on the required formatting.
I am more skilled in python and have been picking up react to make our monday app - needless to say, if I can use python it will be a faster process.
If your app communicates with a back-end, then back-end can be built in any language (e.g. Typescript, Python, Go, etc.).
But from what I understand a Monday app needs to be packaged as a web application. React is probably the best candidate since all the examples and the design component library are written in React.
I think a simple solution here could be to have your react or next app just expose some routes. Then you can deploy your python backend on some servers separately, now in Monday the user will interact with the frontend route that makes a post to your backend that you hosted somewhere and this can process your request.
Python is a versatile and powerful programming language widely used for developing custom applications across many fields. Whether you want to create custom web apps, desktop apps, automation scripts, or data-driven applications, Python has the right tools and frameworks for the job.
For custom web apps, popular frameworks like Django and Flask provide robust and scalable solutions.
To build custom desktop applications, libraries such as PyQt, Tkinter, and Kivy offer great options for creating user-friendly interfaces.
Python is also excellent for writing custom automation scripts to streamline repetitive tasks.
If you’re working with data, Python’s extensive libraries like Pandas, NumPy, and matplotlib make it easy to develop custom data analysis apps.
While less common, Python can be used to build custom mobile apps using frameworks like Kivy or BeeWare.
In summary, Python’s flexibility and rich ecosystem make it an ideal choice when you want custom apps built using Python that fit your specific needs. If you have a particular type of custom app in mind, I’d be happy to recommend the best tools and frameworks!