<mediawiki xmlns="http://www.mediawiki.org/xml/export-0.3/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.3/ http://www.mediawiki.org/xml/export-0.3.xsd" version="0.3" xml:lang="sv">
  <siteinfo>
    <sitename>Programmeringsteknik</sitename>
    <base>http://wiki.math.se/wikis/dd100n_0701/index.php/Huvudsida</base>
    <generator>MediaWiki 1.9.3</generator>
    <case>first-letter</case>
      <namespaces>
      <namespace key="-2">Media</namespace>
      <namespace key="-1">Special</namespace>
      <namespace key="0" />
      <namespace key="1">Diskussion</namespace>
      <namespace key="2">Användare</namespace>
      <namespace key="3">Användardiskussion</namespace>
      <namespace key="4">Programmeringsteknik</namespace>
      <namespace key="5">Programmeringsteknikdiskussion</namespace>
      <namespace key="6">Bild</namespace>
      <namespace key="7">Bilddiskussion</namespace>
      <namespace key="8">MediaWiki</namespace>
      <namespace key="9">MediaWiki-diskussion</namespace>
      <namespace key="10">Mall</namespace>
      <namespace key="11">Malldiskussion</namespace>
      <namespace key="12">Hjälp</namespace>
      <namespace key="13">Hjälpdiskussion</namespace>
      <namespace key="14">Kategori</namespace>
      <namespace key="15">Kategoridiskussion</namespace>
    </namespaces>
  </siteinfo>
  <page>
    <title>Huvudsida</title>
    <id>1</id>
    <revision>
      <id>864</id>
      <timestamp>2007-07-09T12:44:19Z</timestamp>
      <contributor>
        <username>KTH.SE:u1ndpe5c</username>
        <id>11</id>
      </contributor>
      <text xml:space="preserve">==Programmeringsteknik webbkurs (DD100N)==

[[0. Kursinformation]]

[[1. Programmeringsintro]]

[[2. Styrstrukturer]]

[[3. Listor och Anrop]]

[[4. Funktioner]]

[[5. Filer]]

[[6. Klasser]]

[[7. P-uppgift: kodskelett]]

[[8. P-uppgift: prototyp]]

[[9. P-uppgift: granskning]]

[[10. P-uppgift: redovisning]]

==Resurser==

* [[Ordlista]] över vanliga Python- och programmeringstermer.
* [[FAQ]] med svar på vanliga frågor som har dykt upp på den här kursen.

====Pythonlänkar====

* Modulen [http://docs.python.org/lib/module-random.html random].
* [http://docs.python.org/lib/string-methods.html Strängmetoder].
* [http://docs.python.org/lib/typesseq-mutable.html Listmetoder].
* [http://wiki.python.org/moin/HowTo/Sorting Sortering].
* [http://www.python.org/doc/current/tut/tut.html Python Tutorial].
* [http://www.python.org python.org] är den officiella pythonwebbplatsen. Här finns bland annat en komplett, men inte alltid helt lättläst, beskrivning av språket:
** [http://docs.python.org/ref/ref.html Python Reference Manual] som beskriver språkets syntax och semantik, dvs hur ett korrekt pythonprogram ser ut och vad det betyder.
** [http://docs.python.org/lib/lib.html Python Library Reference] som bland annat beskriver språkets standardbibliotek: de moduler och funktioner som finns tillgängliga i alla pythoninstallationer.

====GUI-länkar====

* [http://infohost.nmt.edu/tcc/help/pubs/tkinter/ Bra Tkinter-referens från New Mexico].
* [http://www.ibiblio.org/obp/py4fun/gui/tkPhone.html Ett steg-för-steg exempel].
* [http://www.python.org/doc/lib/module-Tkinter.html Slå upp Tkinter i Python Library Reference].
* [http://www.pythonware.com/library/tkinter/introduction/index.htm Onlinebok om Tkinter].</text>
    </revision>
  </page>
</mediawiki>
