Python Forum
Should I use my own package?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Should I use my own package?
#2
If it's something that others can use, publish on GitHub and Pypi.org.
If it's just something that you use all the time, definitely create a separate module that you can import.
It's a very powerful feature of python, one used all the time.
Reply


Messages In This Thread
Should I use my own package? - by ftg - Jan-03-2020, 09:42 AM
RE: Should I use my own package? - by Larz60+ - Jan-03-2020, 09:57 AM
RE: Should I use my own package? - by ftg - Jan-03-2020, 10:09 AM
RE: Should I use my own package? - by Gribouillis - Jan-03-2020, 10:36 AM

Forum Jump:

User Panel Messages

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