Beginning python

by shabda on September 18, 2009

Slides and code from my talk at twincling.

Related posts:

  1. Python metaclasses and how Django uses them
  2. Python Wrapper on Bing API
  3. Better Python package management using source and version control systems
  4. The magic of metaclasses in Python
  5. Generating pseudo random text with Markov chains using Python

7 Comments

{ 7 comments… read them below or add one }

1 matelot September 18, 2009 at 1:20 pm

too bad they’re just slides

This comment was originally posted on Reddit

2 shabda September 18, 2009 at 1:35 pm

matlot: link to related text and code is http://bit.ly/pytalk

This comment was originally posted on Reddit

3 daelin September 18, 2009 at 2:19 pm

Too bad it’s not python3. :)

This comment was originally posted on Reddit

4 64-17-5 September 18, 2009 at 3:14 pm

So functions is a class in Python? How cool is that!

This comment was originally posted on Reddit

5 transim September 18, 2009 at 7:27 pm

that’s what i came here to ask. thanks mate.

This comment was originally posted on Reddit

6 adenbley September 18, 2009 at 11:07 pm

why do so many beginning tutorials use ipython instead of idle, or just python? this doesn’t add anything to the lesson and i think scares people off that you have to download 10 packages to get python to work the way *I* want it to.

This comment was originally posted on Reddit

7 earthboundkid September 22, 2009 at 12:12 am

Everything is a class instance in Python. Why wouldn’t it be?

This comment was originally posted on Reddit

Leave a Comment

Additional comments powered by BackType

Previous post:

Next post: