froscon2008 - 1.1

FrOSCon
Free and Open Source Software Conference

Referenten
Dirk Hünniger
Programm
Tag Day 1 (2008-08-23)
Raum Workshop
Beginn 10:00
Dauer 02:30
Info
ID 294
Veranstaltungstyp workshop
Track Development
Sprache der Veranstaltung en
Feedback

Python coffee/tea party

An introduction to Python

We will have some coffee and tea and chat about the Python programming language. There will be a few experienced Python users with their laptops around to give you a basic introduction to the language, but also to answer your sophisticated questions. The course is open to people without any previous knowledge of programming, but it is also interesting for experienced developers who want find out if Python offers better solutions to the problems they face in their day to day work.

Python is modern object oriented programming language. It is licensed under a weak copyleft, so it suits for commercial as well as open source projects. Python is an object oriented language that uses bytecode-compilation and has got a garbage collector. In this respect it is similar to Java. But the type system is much different, the type of an object is not known at compiletime, although it is known at runtime. This is similar to some scripting languages, although Python, unlike a scripting language, is successfully used to write large scale projects. Python does not enforce curly brackets to mark the beginning and end of environments in the code, like C, Java do. Everything is done by indentation, a similar mechanism as the one used in Haskell. Although Python is object oriented as well as imperative, in contrast to Haskel, there are some functional Programming tool included like some lambda, as well as list comprehensions. So I hope you became interested to see what Python is all about, and I am looking forward to meet you on the Python coffee/tea party.

DEUTSCHE KURZFASSUNG / ABSTRACT IN GERMAN: Wir veranstalten ein gemütliches Kaffeetrinken über die Programmiersprache Python. Einige erfahrene Python-Programmierer werden mit ihren Rechnern zu Verfügung stehen. Wir werden interessierten Neulingen (ggfs. noch ohne Programmiererfahrung) eine einfache Einführung in die Programmiersprache geben, aber auch Fragen erfahrener Programmierer beantworten, und Auskunft darüber geben ob und wie sie Python in ihrer täglichen Arbeit anwenden können.