mirror of
https://github.com/furyhawk/home_stack.git
synced 2026-07-21 10:16:47 +00:00
47 lines
3.4 KiB
Plaintext
47 lines
3.4 KiB
Plaintext
{
|
|
"cells": [
|
|
{
|
|
"cell_type": "code",
|
|
"execution_count": 2,
|
|
"id": "fa1b6595",
|
|
"metadata": {},
|
|
"outputs": [
|
|
{
|
|
"name": "stdout",
|
|
"output_type": "stream",
|
|
"text": [
|
|
"[{'title': 'Python (programming language)', 'href': 'https://en.wikipedia.org/wiki/Python_(programming_language)', 'body': \"Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically type-checked and garbage-collected. It supports multiple programming paradigms, including structured (particularly procedural), object-oriented and functional programming.Guido van Rossum began working on Python in the late 1980s as a successor to the ABC programming language. Python 3.0, released in 2008, was a major revision and not completely backward-compatible with earlier versions. Beginning with Python 3.5, capabilities and keywords for typing were added to the language, allowing optional static typing. As of 2026, the Python Software Foundation supports Python 3.10, 3.11, 3.12, 3.13, and 3.14, following the project's annual release cycle and five-year support policy. Python 3.15 is currently in the alpha development phase, and the stable release is expected to come out in October 2026. Earlier versions in the 3.x series have reached end-of-life and no longer receive security updates. Python has gained widespread use in the machine learning community. It is widely taught as an introductory programming language. Since 2003, Python has consistently ranked in the top ten of the most popular programming languages in the TIOBE Programming Community Index, which ranks based on searches in 24 platforms.\"}, {'title': 'Python (programming language)', 'href': 'https://grokipedia.com/page/Python_(programming_language)', 'body': 'Python (programming language) Python is an interpreted, high-level, general-purpose programming language designed for code readability and simplicity, featuring a dynamic type system and support for...'}, {'title': 'Programming for Everybody (Getting Started with Python) |', 'href': 'https://www.coursera.org/learn/python', 'body': '... aims to teach everyone the basics ofprogrammingcomputers usingPython... In this module you will set things up so you can writePythonprograms.'}, {'title': 'Python Programming - Wikibooks, open books for an open world', 'href': 'https://en.wikibooks.org/wiki/Python_Programming', 'body': 'A printable version ofPythonProgrammingis available. ... Retrieved from \" https://en.wikibooks.org/w/index.php?title=Python_Programming&oldid ...'}, {'title': 'Computer Programming for Everybody | Python.org', 'href': 'https://www.python.org/doc/essays/cp4e/', 'body': \"Python'sprogrammingenvironment and documentation are less than ideal for teaching to novices. ... we will initially use thePythonprogramming...\"}]\n"
|
|
]
|
|
}
|
|
],
|
|
"source": [
|
|
"from ddgs import DDGS\n",
|
|
"\n",
|
|
"results = DDGS().text(\"python programming\", max_results=5)\n",
|
|
"print(results)"
|
|
]
|
|
}
|
|
],
|
|
"metadata": {
|
|
"kernelspec": {
|
|
"display_name": "Python 3",
|
|
"language": "python",
|
|
"name": "python3"
|
|
},
|
|
"language_info": {
|
|
"codemirror_mode": {
|
|
"name": "ipython",
|
|
"version": 3
|
|
},
|
|
"file_extension": ".py",
|
|
"mimetype": "text/x-python",
|
|
"name": "python",
|
|
"nbconvert_exporter": "python",
|
|
"pygments_lexer": "ipython3",
|
|
"version": "3.12.10"
|
|
}
|
|
},
|
|
"nbformat": 4,
|
|
"nbformat_minor": 5
|
|
}
|