Python Forum
A question about the libraries and their code. - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: A question about the libraries and their code. (/thread-26605.html)



A question about the libraries and their code. - SheeppOSU - May-06-2020

Libraries are always very helpful for various things, but I'm always very curious what the code is. I know that I could view it if I wanted, but it's more that I'm curious how the libraries can do things like interact with browsers and open up windows like in Pygame. What different code is combined in order to do this stuff? Are all libraries made up of regular Python code? Like I could recreate pygame or os if I was skilled enough? Thanks in advance for answering my questions.


RE: A question about the libraries and their code. - ndc85430 - May-07-2020

Each library's website should tell you where you can get its source code (likely GitHub these days).