58 lines
1.1 KiB
Plaintext
58 lines
1.1 KiB
Plaintext
.. default-role:: literal
|
|
|
|
.. meta::
|
|
|
|
:description: python tutorial
|
|
:keywords: python, tutorial
|
|
|
|
.. title:: pyfundoc
|
|
|
|
The tasting of python
|
|
=======================
|
|
|
|
|
|
.. figure:: _static/python-logo-large.png
|
|
:alt: The python software fundation's logo
|
|
|
|
(The *python software fundation's* logo)
|
|
|
|
Here are short Python code snippets focusing on teaching purposes.
|
|
|
|
Python is fun.
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: The snippets:
|
|
|
|
getting-started
|
|
base-type
|
|
base-type2
|
|
functype
|
|
introspection
|
|
sdl
|
|
documenting
|
|
utilities
|
|
codingstandards
|
|
|
|
cipher
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
|
|
* `All modules for which code is available <_modules/index.html>`_
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|
|
.. note:: The pyfun code is licensed under the `LGPL licence`_
|
|
and this documentation is licensed under the `Creative Commons
|
|
Attribution-ShareAlike 3.0 Unported License`_\ .
|
|
|
|
|
|
.. _`Creative Commons Attribution-ShareAlike 3.0 Unported License`: http://creativecommons.org/licenses/by-sa/3.0/deed.en_US
|
|
|
|
.. _`LGPL licence`: http://www.gnu.org/licenses/lgpl.html
|