https
GET
api.github.com
None
/search/topics?q=python
{'Accept': 'application/vnd.github.mercy-preview+json', 'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'}
None
200
[('Date', 'Tue, 07 Jan 2025 09:56:04 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('X-OAuth-Scopes', 'read:discussion, repo'), ('X-Accepted-OAuth-Scopes', ''), ('github-authentication-token-expiration', '2025-02-04 16:42:10 UTC'), ('X-GitHub-Media-Type', 'github.mercy-preview; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '30'), ('X-RateLimit-Remaining', '29'), ('X-RateLimit-Reset', '1736243824'), ('X-RateLimit-Used', '1'), ('X-RateLimit-Resource', 'search'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'ACD6:3DA53A:178CF39:1833803:677CFA34')]
{"total_count":7719,"incomplete_results":false,"items":[{"name":"python","display_name":"Python","short_description":"Python is a dynamically typed programming language.","description":"Python is a dynamically-typed garbage-collected programming language developed by Guido van Rossum in the late 80s to replace ABC. Much like the programming language Ruby, Python was designed to be easily read by programmers. Because of its large following and many libraries, Python can be implemented and used to do anything from webpages to scientific research.","created_by":"Guido van Rossum","released":"February 20, 1991","created_at":"2016-12-07T00:07:02Z","updated_at":"2025-01-07T09:22:52Z","featured":true,"curated":true,"score":1.0},{"name":"django","display_name":"Django","short_description":"Django is a web application framework for Python.","description":"Django is a web application framework for Python. It is designed to prioritize principles of reusability and rapid development.","created_by":"Adrian Holovaty, Simon Willison","released":"21 July 2005","created_at":"2017-01-31T20:40:48Z","updated_at":"2025-01-07T06:58:09Z","featured":true,"curated":true,"score":1.0},{"name":"hacktoberfest","display_name":"Hacktoberfest","short_description":"Hacktoberfest is a month-long celebration of open source projects, their maintainers, and the entire community of contributors.","description":"**Hacktoberfest** is a month-long celebration of open source projects, their maintainers, and the entire community of contributors. Each October, open source maintainers give new contributors extra attention as they guide developers through their first pull requests on GitHub.\n\n# By programming language\n[JavaScript](https://github.com/topics/hacktoberfest?l=javascript) &bull; [Python](https://github.com/topics/hacktoberfest?l=python) &bull; [Java](https://github.com/topics/hacktoberfest?l=java)","created_by":"DigitalOcean and GitHub","released":"October 2014","created_at":"2017-02-02T18:01:06Z","updated_at":"2025-01-07T07:52:01Z","featured":true,"curated":true,"score":1.0},{"name":"flask","display_name":"Flask","short_description":"Flask is a web framework for Python based on the Werkzeug toolkit.","description":"Flask is a web framework for Python, based on the Werkzeug toolkit.","created_by":"Armin Ronacher","released":"April 1, 2010","created_at":"2016-12-25T23:31:26Z","updated_at":"2025-01-07T07:51:46Z","featured":true,"curated":true,"score":1.0},{"name":"python-script","display_name":null,"short_description":null,"description":null,"created_by":null,"released":null,"created_at":"2017-01-31T22:02:14Z","updated_at":"2025-01-02T08:34:59Z","featured":false,"curated":false,"score":1.0},{"name":"opencv-python","display_name":null,"short_description":null,"description":null,"created_by":null,"released":null,"created_at":"2017-02-03T23:16:55Z","updated_at":"2024-12-18T13:40:07Z","featured":false,"curated":false,"score":1.0},{"name":"numpy","display_name":"NumPy","short_description":"The fundamental package for scientific computing with Python.","description":"NumPy is an open source library for the Python programming language, adding support for large, multidimensional arrays, and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.","created_by":"Travis Oliphant","released":null,"created_at":"2017-01-31T21:42:40Z","updated_at":"2024-12-26T15:36:11Z","featured":false,"curated":true,"score":1.0},{"name":"backend","display_name":"Back end","short_description":"Back end is the programming that handles the behind-the-scenes of a website or application that people do not see.","description":"Back end is the programming that handles the behind-the-scenes of a website or application that people do not see, such as the server and database. Programming languages such as Python, Ruby, and PHP is used for back-end development.","created_by":null,"released":null,"created_at":"2017-01-31T21:30:13Z","updated_at":"2024-12-25T02:30:37Z","featured":false,"curated":true,"score":1.0},{"name":"fastapi","display_name":"FastAPI","short_description":"FastAPI is a modern & fast web framework for building APIs with Python 3.7+ based on standard Python type hints.","description":"FastAPI is a high performance, easy to learn, fast to code, and ready for production Python 3.7+ framework. Its performance is on par with NodeJS and Go (thanks to Starlette and Pydantic). It's intuitive and standards-based (based on API standards like OpenAPI (previously known as Swagger) and JSON Schema).","created_by":"Sebastián Ramírez","released":null,"created_at":"2018-12-23T13:21:08Z","updated_at":"2025-01-06T04:26:47Z","featured":false,"curated":true,"score":1.0},{"name":"ruby","display_name":"Ruby","short_description":"Ruby is a scripting language designed for simplified object-oriented programming.","description":"Ruby was developed by Yukihiro \"Matz\" Matsumoto in 1995 with the intent of having an easily readable programming language. It is used by the Rails framework to create dynamic web-applications. Ruby's syntax is similar to that of Perl and Python.","created_by":"Yukihiro Matsumoto","released":"December 21, 1995","created_at":"2016-11-28T22:03:59Z","updated_at":"2025-01-07T06:58:09Z","featured":true,"curated":true,"score":1.0},{"name":"python-library","display_name":null,"short_description":null,"description":null,"created_by":null,"released":null,"created_at":"2017-01-31T21:48:51Z","updated_at":"2024-12-27T12:56:04Z","featured":false,"curated":false,"score":1.0},{"name":"keras","display_name":"Keras","short_description":"Keras is an open source neural network library written in Python.","description":"Keras is an open source, cross platform, and user friendly neural network library written in Python. It is capable of running on top of TensorFlow, Microsoft Cognitive Toolkit, R, Theano, and PlaidML.","created_by":"François Chollet","released":"March 27, 2015","created_at":"2017-01-31T21:58:47Z","updated_at":"2024-12-26T15:33:16Z","featured":false,"curated":true,"score":1.0},{"name":"selenium-python","display_name":null,"short_description":null,"description":null,"created_by":null,"released":null,"created_at":"2017-06-26T19:02:26Z","updated_at":"2024-10-07T17:06:27Z","featured":false,"curated":false,"score":1.0},{"name":"tkinter-python","display_name":null,"short_description":null,"description":null,"created_by":null,"released":null,"created_at":"2017-12-03T11:05:03Z","updated_at":"2024-12-16T23:44:09Z","featured":false,"curated":false,"score":1.0},{"name":"scikit-learn","display_name":"scikit-learn","short_description":"scikit-learn is a Python module for machine learning.","description":"scikit-learn is a widely-used Python module for classic machine learning. It is built on top of SciPy.","created_by":"David Cournapeau","released":"January 05, 2010","created_at":"2017-01-31T21:47:19Z","updated_at":"2025-01-07T07:06:50Z","featured":true,"curated":true,"score":1.0},{"name":"pandas-python","display_name":null,"short_description":null,"description":null,"created_by":null,"released":null,"created_at":"2018-03-04T19:26:13Z","updated_at":"2025-01-04T07:55:58Z","featured":false,"curated":false,"score":1.0},{"name":"streamlit","display_name":"Streamlit","short_description":"Streamlit is an open source Python library that makes it easy to create custom web apps for machine learning and data science.","description":"Streamlit is an open source Python library that makes it easy to create and share beautiful, custom web apps for machine learning and data science.\nTurn your data scripts into shareable web apps in minutes, without requiring any front-end web experience.","created_by":"Adrien Treuille, Amanda Kelly, Thiago Teixeira","released":"March 27, 2018","created_at":"2019-10-02T23:15:16Z","updated_at":"2024-12-26T15:38:18Z","featured":false,"curated":true,"score":1.0},{"name":"leetcode-python","display_name":null,"short_description":null,"description":null,"created_by":null,"released":null,"created_at":"2017-02-23T02:45:43Z","updated_at":"2024-04-10T15:11:20Z","featured":false,"curated":false,"score":1.0},{"name":"python36","display_name":null,"short_description":null,"description":null,"created_by":null,"released":null,"created_at":"2017-02-01T23:01:53Z","updated_at":"2024-10-03T20:04:08Z","featured":false,"curated":false,"score":1.0},{"name":"machinelearning-python","display_name":null,"short_description":null,"description":null,"created_by":null,"released":null,"created_at":"2018-04-05T05:04:13Z","updated_at":"2024-11-20T17:45:14Z","featured":false,"curated":false,"score":1.0},{"name":"nltk-python","display_name":null,"short_description":null,"description":null,"created_by":null,"released":null,"created_at":"2018-04-20T22:48:27Z","updated_at":"2023-09-25T18:14:47Z","featured":false,"curated":false,"score":1.0},{"name":"data-analysis-python","display_name":null,"short_description":null,"description":null,"created_by":null,"released":null,"created_at":"2018-01-20T23:05:42Z","updated_at":"2024-08-17T11:30:21Z","featured":false,"curated":false,"score":1.0},{"name":"micropython","display_name":"MicroPython","short_description":"MicroPython is a lean and efficient implementation of Python, optimised to run on microcontrollers.","description":"MicroPython is an implementation of the Python 3 programming language. It includes a small subset of the Python standard library and is optimised to run on microcontrollers and in constrained environments.","created_by":"Damien P. George","released":"May 3, 2014","created_at":"2017-01-31T21:34:11Z","updated_at":"2025-01-02T16:46:02Z","featured":false,"curated":true,"score":1.0},{"name":"python37","display_name":null,"short_description":null,"description":null,"created_by":null,"released":null,"created_at":"2017-09-23T08:49:36Z","updated_at":"2023-10-07T10:16:06Z","featured":false,"curated":false,"score":1.0},{"name":"langchain-python","display_name":null,"short_description":null,"description":null,"created_by":null,"released":null,"created_at":"2023-04-01T20:25:28Z","updated_at":"2024-08-24T14:56:36Z","featured":false,"curated":false,"score":1.0},{"name":"learning-python","display_name":null,"short_description":null,"description":null,"created_by":null,"released":null,"created_at":"2017-01-31T21:48:06Z","updated_at":"2025-01-04T19:26:41Z","featured":false,"curated":false,"score":1.0},{"name":"oops-in-python","display_name":null,"short_description":null,"description":null,"created_by":null,"released":null,"created_at":"2017-08-01T06:51:13Z","updated_at":"2023-03-26T15:35:53Z","featured":false,"curated":false,"score":1.0},{"name":"python-telegram-bot","display_name":null,"short_description":null,"description":null,"created_by":null,"released":null,"created_at":"2017-02-01T10:35:51Z","updated_at":"2024-09-14T08:15:36Z","featured":false,"curated":false,"score":1.0},{"name":"python-package","display_name":null,"short_description":null,"description":null,"created_by":null,"released":null,"created_at":"2017-02-08T20:03:49Z","updated_at":"2024-08-23T07:14:43Z","featured":false,"curated":false,"score":1.0},{"name":"python-project","display_name":null,"short_description":null,"description":null,"created_by":null,"released":null,"created_at":"2017-05-14T15:33:04Z","updated_at":"2025-01-07T08:28:45Z","featured":false,"curated":false,"score":1.0}]}
