![]() |
|
How to Properly Cite the 'requests' Library in Python? or What's the Correct Way to Add a 'requests C - Printable Version +- Proxy Community (https://proxycommunity.com/forum) +-- Forum: Technical Community Support (https://proxycommunity.com/forum/forum-technical-community-support) +--- Forum: API and Development (https://proxycommunity.com/forum/forum-api-and-development) +--- Thread: How to Properly Cite the 'requests' Library in Python? or What's the Correct Way to Add a 'requests C (/thread-how-to-properly-cite-the-requests-library-in-python-or-what-s-the-correct-way-to-add-a-requests-c) |
“” - HyperLegend99 - 04-04-2025 If you’re lazy (like me), just use this for requests citation python: ```text Kenneth Reitz. Requests: HTTP for Humans. https://github.com/psf/requests, 2012. ``` Short, sweet, and gets the job done. |