Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sharing my code
#1
Hello I'm new to programming so what I'm asking might be stupid. I made a program with python and want to share it with my friends. Do they also need to download python to run the program? How can they run the program without downloading python?
Reply
#2
In general, installing Python is the way to go - at least you can guarantee it works. There may be packages that can generate executables for different operating systems, but I can't say I've ever used any of those. It might help if you told us more about what your friends are using, in terms of operating systems (at least in my experience, Linux and Mac OS tend to either come with Python installed, or it's easy to do via the package management system).
Reply
#3
We are all using Windows 10 so it seems downloading python is the best choice.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Best way to secure API key when sharing quarinteen 2 290 Jan-19-2024, 04:46 PM
Last Post: deanhystad
  How to install modules for 2.7 (or sharing from 3.8)) Persisto 2 2,374 Dec-31-2021, 02:33 PM
Last Post: Persisto
  multiprocessing and sharing object cyrduf 0 2,010 Feb-02-2021, 08:16 PM
Last Post: cyrduf
  sharing variables between two processes Kiyoshi767 1 1,848 Nov-07-2020, 04:00 AM
Last Post: ndc85430
  Sharing X Axis in Sub plots JoeDainton123 1 2,141 Aug-22-2020, 04:11 AM
Last Post: deanhystad
  Instances sharing attributes midarq 4 2,444 Sep-20-2019, 11:13 AM
Last Post: midarq
  Sharing variables across modules j.crater 4 3,408 Jul-30-2018, 09:09 PM
Last Post: j.crater

Forum Jump:

User Panel Messages

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