1. Zero to Django in 4 months - What I've learned - Part 1

  2. Fri 05 October 2012
  3. Four months ago I started working on a Django project. Little did I know what I was getting myself into. In four months I have completed two Django projects. This blog post is an attempt to sort of show the progression of n00b to less of a n00b (I still ...

    read more

    There are comments.

  4. New Site, New Look, Same Content

  5. Fri 22 June 2012
  6. It seems like Python static site generators are the new Python web frameworks. No one liked what existed, so everyone decided to create their own. Spirit of open source, this is neither good nor bad, just depends on how you look at it. Not the purpose of this post though ...

    read more

    There are comments.

  7. [Review] Kindle Fire

  8. Fri 16 March 2012
  9. Ever since I got rid of my iPad (first gen), I've been itching for an e-reader. Over 50% of my books and 99% of my technical books are in an electronic format. I do not like reading on a computer. A while back I purchased a Nook (e-ink). The ...

    read more

    There are comments.

  10. Send an e-mail and attachments with Python

  11. Fri 16 March 2012
  12. #! /usr/bin/python
    import os
    import fnmatch
    import smtplib
    import string
    from email import Encoders
    from email.MIMEBase import MIMEBase
    from email.MIMEMultipart import MIMEMultipart
    from email.MIMEImage import MIMEImage
    from email.Utils import formatdate
    COMMASPACE = ', '
    msg = MIMEMultipart()
    msg['Subject'] = 'Weekly Graphs'
    msg['From'] = '[email protected]'
    msg['To'] = 'bmorrison ...
    read more

    There are comments.

  13. [Brain Dump] Arduino + Python & Serial

  14. Sat 15 October 2011
  15. I've started playing with Arduino, I've always been fascinated with it. AND having been slowly teaching myself Python, why not try and make the two talk to each other? Tonight (10/15/11) I found success! Now, it's nothing spectacular. A simple LED on my breadboard, two ...

    read more

    There are comments.

  16. [brain dump] Learning Python Resources

  17. Sun 04 September 2011
  18. I decided to post my collection of links that I've found while starting to learn Python. They're in no particular order. I may come back later and add comments/etc. based on my experience, but this is simply a collection of resources I've found while starting to ...

    read more

    There are comments.

  19. 6Sync 6 Month Review

  20. Sun 01 May 2011
  21. This has turned into a long post, so by all means: tldr;

    In early 2010, I decided to shut down my old server and stop hosting sites for myself and my customers. Little did I know how much I'd miss it.

    In November 2010, I went looking for a ...

    read more

    There are comments.

  22. 2011 Scripting Games -- My Thoughts

  23. Mon 25 April 2011
  24. The games have come and gone. Microsoft's 2011 Scripting Games were something I had been looking forward to as long as I had been dabbling with PowerShell. I am very much still a beginner, based on my experience and the judging and feedback I received on my scripts this ...

    read more

    There are comments.

  25. « Page 2 / 2

social