For example, I have a lots of .py file, which can say it is my own library, install of zip all to share my friends, can I have something like .jar in java to package all the classes in a one single file for sharing? Thanks.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try reading http://guide.python-distribute.org/creation.html , it will walk you through the process. You don’t need the uploading part, unless you want to share it on PyPi, but remaining guide should be helpful.