I have some doubts about the projects created in python.
If I create a program and need to pass it to someone else, will I need the other computer to have python installed and all the libs I got from outside?
How do I leave the program as an executable for others to access more easily and in a way that they can not make changes?
I am using sqlite3 as a database in this program I am doing and I want to know if there is a way to leave the database without typing it out, just by the program.
I want to learn python sockets and django and if anyone has any indication, please do!