![]() |
Need learning resources for Python distribution - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: Need learning resources for Python distribution (/thread-30894.html) |
Need learning resources for Python distribution - gretchenfrage - Nov-11-2020 Hi everyone. I basically need to get a somewhat deep understanding of how distribution works in python, particularly "eggs", sdists, and virtual environments. Does anyone know of reading resources, documentation, or otherwise good starting points for me? Thanks. ![]() RE: Need learning resources for Python distribution - Larz60+ - Nov-12-2020 see: https://docs.python.org/3/library/distribution.html RE: Need learning resources for Python distribution - gretchenfrage - Nov-12-2020 Thank you! |