How can I start building a desktop application in Python working with SQL Server Database using Django server?
Ok, I try my best to to explain as clear as possible what is the scenario here. First, I need to be clear about that beyond the basics of Python programming, building a simple game, make a not-so-complicated query from a database, I know close to nothing about what a server is, how to connect your application to your database on a remote server, how to build windows forms, how to secure my app from SQL Injection, how Django can be of use here and probably many more that I am yet to be aware of. The task is simple, though, and I really really want to do this on my own, but every time I take a look at the internet, read the documentations, check YouTube how-to's, etc., I become so darn confused and exhausted that I ultimately give up. I just want to make a secure desktop application running on windows with a GUI in Python, which can maintain, process and get information from a database using SQL Server, that database is on a server which runs a Django 2.2. Do you get me? Thanks in advance.