Difference between revisions of "PyLab"

From Hackerspace.gr
Jump to: navigation, search
m (moved Pages to PyLab: wrong title)
Line 1: Line 1:
{{Event
+
git: [git@github.com:j0ny/Python_Workshop.git Python Workshop]
|logo=Logo.jpg
+
|what=Python Workshops
+
|tagline=Python, Workshop
+
|eventowner=!b10n1k
+
|url=https://python.org
+
|from=2012/05/27 16:00:00
+
|till=2012/05/27 17:30:00
+
|where=Hackerspace.gr
+
|city=Athens
+
|location=38.01694322164, 23.731269990513
+
|country=Greece
+
}}
+
 
Coding for Fun...  
 
Coding for Fun...  
  

Revision as of 15:24, 1 June 2012

git: [git@github.com:j0ny/Python_Workshop.git Python Workshop] Coding for Fun...

Help us with your proposals here(pad)

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