this is a german Web-Mirror of PYTHON.ORG powered by Domainunion AG

Differences between revisions 9 and 38 (spanning 29 versions)
Revision 9 as of 2008-11-15 14:01:19
Size: 1305
Editor: localhost
Comment: converted to 1.6 markup
Revision 38 as of 2013-11-14 17:42:21
Size: 490
Editor: UrsulaKit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
(when there's no content, it's better to put ''something'' in and let others correct it, no?)

Currently there are only few guidelines for creating a page inside Python Wiki:

 * Please structure long pages to sections (learn to use '== headings ==')
 * If you have source code included, run it yourself to test for at least simple errors
 * Avoid duplicating information when not necessary, and respect copyrights. If you are unsure, at least credit the source, so that others can fix things if needed
 * Learn to use wiki format => HelpOnFormatting. It allows for more consistent page styles
 * Optionally use [[https://docutils.sourceforge.net/docs/user/rst/quickref.html|ReStructured Text]] markup; an example is available in the [[WikiSandBox#head-8dca6975b53d274a0c94033a07763c9651f25a64|WikiSandBox]].
 * Take advantage of this wiki's ability to markup Python language - it is easier to read than simple, plain monotype font. An example:
 {{{
#!python
from hello import world

def say_hello():
    """Just say hello :)"""
    what = world()
    message = what.greet() # no, there's no module named "hello"
                            # in Python stdlib - at least not yet :)
    return message

if __name__ == "__main__":
    say_hello()
}}}
 Yeah, this is a stub only...
My name's Joyce Blakeney but everybody calls me Joyce. I'm from France. I'm studying at the high school (final year) and I play the Xylophone for 3 years. Usually I choose songs from the famous films :D. <<BR>>
I have two sister. I like [[https://Www.Publicadjusterdirectory.com/|Element]] collecting, watching movies and Creative writing.<<BR>>
<<BR>>
My site :: public adjusting Houston Texas - [[https://foursquare.com/v/claimsmatecom/5264f35d498eeae530221d9f|visit the next site]] -

My name's Joyce Blakeney but everybody calls me Joyce. I'm from France. I'm studying at the high school (final year) and I play the Xylophone for 3 years. Usually I choose songs from the famous films :D.
I have two sister. I like Element collecting, watching movies and Creative writing.

My site :: public adjusting Houston Texas - visit the next site -

WikiGuidelines (last edited 2013-11-14 18:29:01 by PaulBoddie)

Unable to edit the page? See the FrontPage for instructions.