Python Forum
A question about the libraries and their code.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A question about the libraries and their code.
#1
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.
Reply
#2
Each library's website should tell you where you can get its source code (likely GitHub these days).
Reply


Forum Jump:

User Panel Messages

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