I'm currently working with a charity organization to create a database that catalogs various research works and reading materials. I have some basic knowledge of Python and HTML, but I'm unsure how to begin this project. Any advice on how to get started would be greatly appreciated!
3 Answers
What kind of data are you planning to store? Are you thinking of keeping everything local, or do you have a cloud solution in mind? More details would help!
Have you considered using a content management system (CMS)? It might be a good fit depending on your needs.
Check out some full stack development courses that focus on Python, particularly Django or Flask. They’ll give you a solid foundation for your project.
Thanks for the suggestion!

Definitely go for Django! It's much better suited for handling databases compared to Flask. Plus, you’ll also want to brush up on some CSS and JavaScript. Dive into a Django tutorial, and you’ll be building something useful in no time!