xuv's notebook

Side notes, howtos and random bits of information related to Julien Deswaef's projects

User Tools

Site Tools


workshops:python_with_glue

This is an old revision of the document!


Python with glue

https://hackerspace.be/Python_Workshop_with_Glue

BPython : cmdline python interpreter improved (w/ auto-completion, colored syntax,…)

2**3 # is 2 power 3
type(s) # returns the type of object s

mutable types and non-mutable types

Basic types are non-mutable: Int, Float, Long, String, Tuple
Mutable types: List (Array is a type of list)

0b00000001 # represents a binary number
workshops/python_with_glue.1327240883.txt.gz · Last modified: 2012/01/22 15:01 by 62.235.231.149