Differences between revisions 3 and 7 (spanning 4 versions)
Revision 3 as of 2009-10-10 22:05:30
Size: 1309
Editor: CarlTrachte
Comment: added lang code + category
Revision 7 as of 2009-10-22 17:40:33
Size: 1635
Editor: CarlTrachte
Comment: added pastie/blog
Deletions are marked like this. Additions are marked like this.
Line 38: Line 38:
http://af.wikipedia.org/wiki/Python (Wikipedia Stub) {{{#!python

# Python 3.0/3.1

def groete(naam):
    om_te_se = "Hoe gaan dit, {0}?".format(naam)
    print(om_te_se)

naam = 'Cal'
groete(naam)

}}}

[[http://www.goeiegenugtig.co.za/?tag=python|blog]] - mixed English and Afrikaans

[[http://pastie.textmate.org/pastes/248708/edit|Django code snippet]]

[[http://af.wikipedia.org/wiki/Python|(Wikipedia Stub)]]

Links to Python related information in Afrikaans

ISO 639-1 Code: af

There are some groundrules, some laid down by the site admins, some my suggestions:

1) Pages must be named in ASCII and English (PolishLanguage)

2) Pages must have an explanation in English at the top (Links to Python information in <language X>)

3) (my suggestion) We probably want to limit invites to edit the pages to people we know well, or Pythonistas with a track record. Hopefully this is inclusive enough without opening the site up to a spam flood and vandalismfest.

4) No anonymous changes.

Where these pages really need help:

1) check links, remove broken ones.

2) add new links that are quality Python information and active.

3) some care for languages that have next to nothing, but do have people in the Python community - even a link to the Wikipedia page for Python, in that language, is a start (Some are pretty complete and of high quality - the Russian language Wikipedia page for Python, for instance, packs a lot in).

Afrikaans

   1 # Python 3.0/3.1
   2 
   3 def groete(naam):
   4     om_te_se = "Hoe gaan dit, {0}?".format(naam)
   5     print(om_te_se)
   6 
   7 naam = 'Cal'
   8 groete(naam)

blog - mixed English and Afrikaans

Django code snippet

(Wikipedia Stub)

DutchLanguage

CategoryLanguage

AfrikaansLanguage (last edited 2010-04-02 04:27:17 by CarlTrachte)

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