I'm looking for some great books to help me learn how to create analytical applications using Python, specifically CRUD applications. I'm an experienced Delphi programmer trying to transition into the Python ecosystem. I'm open to books in any language that cover this topic well.
1 Answer
It really depends on what kind of applications you're looking to build. Nowadays, many developers create web applications with Python, but if you’re focusing on something specific like analytical tools, you might want to dive into frameworks like Django or Flask.

Thanks for that! I'm actually trying to migrate a desktop application I built for laboratory equipment to a web-based system, and also create a dashboard for equipment distribution. I’m using SQL Server and stored procedures, so I appreciate any guidance in that area.