Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Webapp for creating sheet music
#3
Creating a web app for alternative music notation with features like exporting to PDF, printing, and editing involves both front-end and back-end development. Since you have some experience with Python, I'll suggest this web framework which is beginner-friendly.

1.> Django:-
Django is a high-level Python web framework that comes with many built-in features, including an ORM (Object-Relational Mapping) for database management. It's known for its simplicity and follows the "batteries included" philosophy, providing tools for authentication, security, and more. For your project, you can use Django to handle user authentication, storing music notations, and generating PDFs.
Reply


Messages In This Thread
Webapp for creating sheet music - by philipbergwerf - Jun-27-2022, 09:42 PM
RE: Webapp for creating sheet music - by Larz60+ - Jun-28-2022, 07:04 AM
RE: Webapp for creating sheet music - by Gaurav_Kumar - Aug-17-2023, 12:38 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Build a simple Webapp with Python Flask and mariaDB newbie1 3 3,434 Jun-04-2020, 09:34 PM
Last Post: lmolter54

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020