Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.20
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
python3.10 /
html /
_sources /
tutorial /
[ HOME SHELL ]
Name
Size
Permission
Action
appendix.rst.txt
4.51
KB
-rw-r--r--
appetite.rst.txt
4.4
KB
-rw-r--r--
classes.rst.txt
36.35
KB
-rw-r--r--
controlflow.rst.txt
38.58
KB
-rw-r--r--
datastructures.rst.txt
24.36
KB
-rw-r--r--
errors.rst.txt
16.78
KB
-rw-r--r--
floatingpoint.rst.txt
10.94
KB
-rw-r--r--
index.rst.txt
2.33
KB
-rw-r--r--
inputoutput.rst.txt
19.45
KB
-rw-r--r--
interactive.rst.txt
2.36
KB
-rw-r--r--
interpreter.rst.txt
6.35
KB
-rw-r--r--
introduction.rst.txt
17.97
KB
-rw-r--r--
modules.rst.txt
24.04
KB
-rw-r--r--
stdlib.rst.txt
11.07
KB
-rw-r--r--
stdlib2.rst.txt
14.79
KB
-rw-r--r--
venv.rst.txt
7.02
KB
-rw-r--r--
whatnow.rst.txt
3.14
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : whatnow.rst.txt
.. _tut-whatnow: ********* What Now? ********* Reading this tutorial has probably reinforced your interest in using Python --- you should be eager to apply Python to solving your real-world problems. Where should you go to learn more? This tutorial is part of Python's documentation set. Some other documents in the set are: * :ref:`library-index`: You should browse through this manual, which gives complete (though terse) reference material about types, functions, and the modules in the standard library. The standard Python distribution includes a *lot* of additional code. There are modules to read Unix mailboxes, retrieve documents via HTTP, generate random numbers, parse command-line options, write CGI programs, compress data, and many other tasks. Skimming through the Library Reference will give you an idea of what's available. * :ref:`installing-index` explains how to install additional modules written by other Python users. * :ref:`reference-index`: A detailed explanation of Python's syntax and semantics. It's heavy reading, but is useful as a complete guide to the language itself. More Python resources: * https://www.python.org: The major Python web site. It contains code, documentation, and pointers to Python-related pages around the web. * https://docs.python.org: Fast access to Python's documentation. * https://pypi.org: The Python Package Index, previously also nicknamed the Cheese Shop [#]_, is an index of user-created Python modules that are available for download. Once you begin releasing code, you can register it here so that others can find it. * https://code.activestate.com/recipes/langs/python/: The Python Cookbook is a sizable collection of code examples, larger modules, and useful scripts. Particularly notable contributions are collected in a book also titled Python Cookbook (O'Reilly & Associates, ISBN 0-596-00797-3.) * https://pyvideo.org collects links to Python-related videos from conferences and user-group meetings. * https://scipy.org: The Scientific Python project includes modules for fast array computations and manipulations plus a host of packages for such things as linear algebra, Fourier transforms, non-linear solvers, random number distributions, statistical analysis and the like. For Python-related questions and problem reports, you can post to the newsgroup :newsgroup:`comp.lang.python`, or send them to the mailing list at python-list@python.org. The newsgroup and mailing list are gatewayed, so messages posted to one will automatically be forwarded to the other. There are hundreds of postings a day, asking (and answering) questions, suggesting new features, and announcing new modules. Mailing list archives are available at https://mail.python.org/pipermail/. Before posting, be sure to check the list of :ref:`Frequently Asked Questions <faq-index>` (also called the FAQ). The FAQ answers many of the questions that come up again and again, and may already contain the solution for your problem. .. rubric:: Footnotes .. [#] "Cheese Shop" is a Monty Python's sketch: a customer enters a cheese shop, but whatever cheese he asks for, the clerk says it's missing.
Close