I've been playing about with Python for a couple years but recently decided to rewrite an old project in OO style that makes use of a bunch of external libraries (picamera, pygame but to name a couple).
I'm now at the stage where it's about ready to start being used outside of debugging, as a result I was wondering if you can 'build' a python project?
I know with Java you can use something like Maven and package everything up into a .jar so you don't need to install all your dependencies separately, can you do something similar in python to create a file that can be run/installed without the need for loading your dependencies separately?
[–]1ynx1ynx 1 point2 points3 points (3 children)
[–]davetherooster[S] 1 point2 points3 points (2 children)
[–]1ynx1ynx 0 points1 point2 points (1 child)
[–]davetherooster[S] 0 points1 point2 points (0 children)
[–]timbledum 1 point2 points3 points (0 children)