Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SHARE PYTHON FILE
#2
If users need to run your code the easiest way is eg Google CoLab, Azure Notebooks, Binder(yet a new way).
So then there is no installation for users as all run in cloud,and you can just share your code.

There are other way that can vary in difficulty.
I have build all this stuff to a single .exe file with pyinstaller,
then have to understand error that's gone come in build process and fix them.

nbviewer is an other way,but the view is static and show the render output of NoteBook.
Reply


Messages In This Thread
SHARE PYTHON FILE - by ambush - Jan-27-2019, 11:47 PM
RE: SHARE PYTHON FILE - by snippsat - Jan-28-2019, 04:04 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Timestamp of file changes if a share mapped to a server…. tester_V 34 3,912 Jul-04-2023, 05:19 AM
Last Post: tester_V
  access share attributed among several class methods drSlump 0 1,058 Nov-18-2021, 03:02 PM
Last Post: drSlump
  How to share a numpy array between 2 processes on Windows? qstdy 0 2,156 Jan-29-2021, 04:24 AM
Last Post: qstdy
  Access Network SMB Share on a NAS deltapy 2 9,015 Oct-31-2020, 09:14 AM
Last Post: deltapy
  Multiprocessing share variable catosp 0 2,146 Jul-15-2020, 10:45 AM
Last Post: catosp
  Copy info of 2 files with share information AngelRuizM 1 2,665 Aug-14-2017, 07:31 PM
Last Post: buran
  Properly share logger objects CardBoy 2 3,147 Jun-27-2017, 08:33 PM
Last Post: Ofnuts

Forum Jump:

User Panel Messages

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