Python Forum
python compiling and sql?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
python compiling and sql?
#1
I am just about to start using Python to learn some programming and before I start I just wonder about portability of anything I may write (which won't be much).

Two things come to mind:

. Will a Python prog compile to an .exe which I can distribute and if it won't is that unimportant or it signifies possible difficulties? Like I'm thinking if it doesn't then Python would need to be installed on any person's machine I sent the code to, I suppose?

. If I use SQL to keep the data in my progs would SQL need to be installed on the machines I sent the prog to?

I have made a start and I'm still at the confused stage but I'm using mysqldb instead of plain mysql. And I wonder about the ramifications of that? I've done it because I was sold on the persuasive page I came across but without fully understanding what I was doing.
Reply


Messages In This Thread
python compiling and sql? - by abrogard - Oct-26-2020, 10:18 PM
RE: python compiling and sql? - by Larz60+ - Oct-27-2020, 03:08 AM
RE: python compiling and sql? - by buran - Oct-27-2020, 06:37 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  compiling with an undefined variable Skaperen 0 1,054 Nov-10-2022, 11:59 PM
Last Post: Skaperen
  compiling numpy, getting C source Skaperen 10 3,950 Nov-20-2021, 12:41 AM
Last Post: Skaperen
  cross-compiling python with zlib support michelebucca 5 6,007 Aug-25-2020, 08:19 PM
Last Post: carterb
  compiling various versions of Python, which toolchain? Skaperen 4 2,853 Jun-06-2019, 06:28 AM
Last Post: Skaperen
  compiling to python-- should ; be used or not? ezdev 4 3,914 Jan-03-2018, 07:31 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

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