Quantcast
Channel: #! code - Python
Browsing all 4 articles
Browse latest View live

Stopping Code Execution In Python

I am currently in the process of learning Python, so I thought I would start a series of mini blog posts detailing different things that I have found useful whilst learning how to use the language.To...

View Article



Multi-line Comments In Python

Python doesn't officially support multi-line comments, but there is a way of implementing the same functionality using an existing language construct. Single line comments in Python are written like...

View Article

Using Python To Beat The 2012 Olympic Google Doodles

The other day I was inspired by a story on Reddit about a guy who had created a Python script to automatically play the olympic hurdles Google Doodle. The Python script just passed the correct keyboard...

View Article

Pretty Print JSON With Python

JSON is a very common data format, but reading it can be a little difficult, especially if the JSON contains very little white space. If you have Python 2.6 or above you have use the json.tool to...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images