Article written by Abd Allah Diab

A passionate pythonist geek looking for problems, to solve :P

4 responses to “I'm Learning Python part 7”

  1. Gary

    Great little wrap-up of Python! I learned some cool stuff. I came here for the hex to decimal math, but I also learned about dir()!

  2. Gary

    Got my website wrong, fixed

  3. Gary

    Hi, me again. You might want to put all your examples in “code” form. Otherwise wordpress converts all your various quotes to be the “proper” opposing type. When this happens you can’t copy and paste your examples. I’ll try to paste an example:

    >>> “%o %x” % (25, 21)
    File “”, line 1
    “%o %x” % (25, 21)
    ^
    SyntaxError: invalid syntax

  4. Magic PC

    Thank you for visiting Gary :)
    I’ll consider your advice on part 8, thank you for your advice, and keep visiting :)

Leave a Reply