René's URL Explorer Experiment


Title: 3. An Informal Introduction to Python — Python 3.14.2 documentation

Open Graph Title: 3. An Informal Introduction to Python

Description: In the following examples, input and output are distinguished by the presence or absence of prompts (>>> and …): to repeat the example, you must type everything after the prompt, when the ...

Open Graph Description: In the following examples, input and output are distinguished by the presence or absence of prompts (>>> and …): to repeat the example, you must type everything after the prompt, when the ...

Opengraph URL: https://docs.python.org/3/tutorial/introduction.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.14/_images/social_previews/summary_tutorial_introduction_dca1cd17.png
og:image:altIn the following examples, input and output are distinguished by the presence or absence of prompts (>>> and …): to repeat the example, you must type everything after the prompt, when the ...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/3/contents.html
3. An Informal Introduction to Pythonhttps://docs.python.org/3/tutorial/introduction.html
3.1. Using Python as a Calculatorhttps://docs.python.org/3/tutorial/introduction.html#using-python-as-a-calculator
3.1.1. Numbershttps://docs.python.org/3/tutorial/introduction.html#numbers
3.1.2. Texthttps://docs.python.org/3/tutorial/introduction.html#text
3.1.3. Listshttps://docs.python.org/3/tutorial/introduction.html#lists
3.2. First Steps Towards Programminghttps://docs.python.org/3/tutorial/introduction.html#first-steps-towards-programming
2. Using the Python Interpreterhttps://docs.python.org/3/tutorial/interpreter.html
4. More Control Flow Toolshttps://docs.python.org/3/tutorial/controlflow.html
Report a bughttps://docs.python.org/3/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/tutorial/introduction.rst?plain=1
indexhttps://docs.python.org/3/genindex.html
moduleshttps://docs.python.org/3/py-modindex.html
nexthttps://docs.python.org/3/tutorial/controlflow.html
previoushttps://docs.python.org/3/tutorial/interpreter.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/3/index.html
The Python Tutorialhttps://docs.python.org/3/tutorial/index.html
3. An Informal Introduction to Pythonhttps://docs.python.org/3/tutorial/introduction.html
https://docs.python.org/3/tutorial/introduction.html#an-informal-introduction-to-python
>>>https://docs.python.org/3/glossary.html#term-0
https://docs.python.org/3/glossary.html#term-...
https://docs.python.org/3/tutorial/introduction.html#using-python-as-a-calculator
https://docs.python.org/3/tutorial/introduction.html#numbers
inthttps://docs.python.org/3/library/functions.html#int
floathttps://docs.python.org/3/library/functions.html#float
floor divisionhttps://docs.python.org/3/glossary.html#term-floor-division
[1]https://docs.python.org/3/tutorial/introduction.html#id3
inthttps://docs.python.org/3/library/functions.html#int
floathttps://docs.python.org/3/library/functions.html#float
Decimalhttps://docs.python.org/3/library/decimal.html#decimal.Decimal
Fractionhttps://docs.python.org/3/library/fractions.html#fractions.Fraction
complex numbershttps://docs.python.org/3/library/stdtypes.html#typesnumeric
https://docs.python.org/3/tutorial/introduction.html#text
strhttps://docs.python.org/3/library/stdtypes.html#str
[2]https://docs.python.org/3/tutorial/introduction.html#id4
print()https://docs.python.org/3/library/functions.html#print
the FAQ entryhttps://docs.python.org/3/faq/programming.html#faq-programming-raw-string-backslash
immutablehttps://docs.python.org/3/glossary.html#term-immutable
len()https://docs.python.org/3/library/functions.html#len
Text Sequence Type — strhttps://docs.python.org/3/library/stdtypes.html#textseq
String Methodshttps://docs.python.org/3/library/stdtypes.html#string-methods
f-stringshttps://docs.python.org/3/reference/lexical_analysis.html#f-strings
Format String Syntaxhttps://docs.python.org/3/library/string.html#formatstrings
str.format()https://docs.python.org/3/library/stdtypes.html#str.format
printf-style String Formattinghttps://docs.python.org/3/library/stdtypes.html#old-string-formatting
https://docs.python.org/3/tutorial/introduction.html#lists
sequencehttps://docs.python.org/3/glossary.html#term-sequence
immutablehttps://docs.python.org/3/glossary.html#term-immutable
mutablehttps://docs.python.org/3/glossary.html#term-mutable
list.append()https://docs.python.org/3/library/stdtypes.html#list.append
shallow copyhttps://docs.python.org/3/library/copy.html#shallow-vs-deep-copy
len()https://docs.python.org/3/library/functions.html#len
https://docs.python.org/3/tutorial/introduction.html#first-steps-towards-programming
Fibonacci serieshttps://en.wikipedia.org/wiki/Fibonacci_sequence
whilehttps://docs.python.org/3/reference/compound_stmts.html#while
print()https://docs.python.org/3/library/functions.html#print
1https://docs.python.org/3/tutorial/introduction.html#id1
2https://docs.python.org/3/tutorial/introduction.html#id2
Table of Contentshttps://docs.python.org/3/contents.html
3. An Informal Introduction to Pythonhttps://docs.python.org/3/tutorial/introduction.html
3.1. Using Python as a Calculatorhttps://docs.python.org/3/tutorial/introduction.html#using-python-as-a-calculator
3.1.1. Numbershttps://docs.python.org/3/tutorial/introduction.html#numbers
3.1.2. Texthttps://docs.python.org/3/tutorial/introduction.html#text
3.1.3. Listshttps://docs.python.org/3/tutorial/introduction.html#lists
3.2. First Steps Towards Programminghttps://docs.python.org/3/tutorial/introduction.html#first-steps-towards-programming
2. Using the Python Interpreterhttps://docs.python.org/3/tutorial/interpreter.html
4. More Control Flow Toolshttps://docs.python.org/3/tutorial/controlflow.html
Report a bughttps://docs.python.org/3/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/tutorial/introduction.rst?plain=1
indexhttps://docs.python.org/3/genindex.html
moduleshttps://docs.python.org/3/py-modindex.html
nexthttps://docs.python.org/3/tutorial/controlflow.html
previoushttps://docs.python.org/3/tutorial/interpreter.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/3/index.html
The Python Tutorialhttps://docs.python.org/3/tutorial/index.html
3. An Informal Introduction to Pythonhttps://docs.python.org/3/tutorial/introduction.html
Copyrighthttps://docs.python.org/3/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.