PyLab

From Hackerspace.gr
Jump to: navigation, search

git: Python Workshop Coding for Fun...

Help us with your proposals here(pad)
We are working a game project at this moment. You can fetch the code from github.

Reading Material

pdfs rtfm!!!

Workshop #0

slides

Dive into Python shell. We introduce class, subclass and their attributes.

* The slides includes links to the code that we used

Workshop #1

upcoming

    outline study
      Ο διερμηνευτής της python
    • Εκτύπωση στην οθόνη
    • Πράξεις
      Μεταβλητές και ανάθεση τιμών
    • Τιμές και τύποι
    • Χρήση μεταβλητών
      Scripts
    • Είσοδος
    • Κι άλλη είσοδος
      Λίγη λογική
    • And
    • Or
    • Not
    • ==, !=
      Συνθήκες Ελέγχου
    • Εμβόλιμο: code indentation
    • Σύνθετες συνθήκες
      Λίστες
    • Σύνταξη
    • Εμβόλιμο: Αντικείμενα
    • Βασικές λειτουργίες
    • Κόβοντας
    • Αλφαριθμητικά: μια σημείωση
      Λεξικά
    • Σύνταξη
    • Βασικές λειτουργίες
      Ξανά και ξανά και ξανά και ξανά και ξανά
    • Επανάληψη for
    • Range
    • Επανάληψη while
      Μέθοδοι
    • Ορίσματα
    • Παρατηρήσεις
    • Επιστροφή τιμών

and ofcourse some exercises