Download as pdf or txt
Download as pdf or txt
You are on page 1of 10

Python 101

@ ICrOSS, 24 April

Credit: PyCon 2012 logo

Instruktur Workshop
Sakti Dwi Cahyono
(sakti@indocisc.com)
@saktidc
github.com/sakti

Tentang Workshop

Workshop pengenalan bahasa pemrograman


Python
Agenda

Pengenalan Python

Tutorial

Tentang Python

Dibuat oleh Guido Van


Rossum
1991, Python v0.9.0
Terakhir: v2.7.4 dan v
3.3.1
General-purpose, highlevel programming
language

Karakteristik Python

Interpreted

Portable

Readable

Object Oriented

Extensible

Embeddable

Easy to learn

"batteries included"

$ python
Python 2.7.3 (default, ...
...
>>> import antigravity

http://xkcd.com/353/

Pengguna Python
Atlassian, Canonical, Disney Animation, Disqus,
Dropbox, Esri, Eventbrite, Facebook, Google,
Heroku, IBM, Instagram, MIT, Mailgun,
Microsoft, Mozilla, NASA, Nebula, Net-ng,
Netflix, New Relic, Nokia, OpenShift, Oracle,
Pinterest, Quora, Rackspace, RedHat, Reddit,
RevSys, Splunk, Twilio, eBay ...

Komunitas Python di Indonesia

Milis id-python (http://goo.gl/w04pM)


Python Indonesia Facebook group*
(http://goo.gl/u3uaz)
Python Indonesia Google+
(http://goo.gl/Qwh41)
IRC #python-id, FreeNode

Tutorial

Credit: Python Raspberry Pi, www.computeractive.co.uk

You might also like