Looking to start learning Python?

Begin Here

Author: Mike

Downloading Encrypted and Compressed Files with Python

October 20, 2010 by Mike
Earlier this year, I was tasked with creating an application that would download information from our organization's website using Python. The tricky part was that it would be encrypted, gzipped and the payload would be JSON. Could Python do all that? Well, that's what I wanted to find out. Now it's time for you to […]

Python and the 2010 Google Summer of Code

October 18, 2010 by Mike
I've been working on an article about the various Python projects that took part in the 2010 Google Summer of Code for over a month. There are a lot of projects and people to contact and I would say of the ones that I did contact, only 50-60% responded back. So I'm going to go […]

This Blog Gets a Twitter Account

October 15, 2010 by Mike
Just an FYI for those of you who like this blog. I have recently opened a Mouse Vs. the Python Twitter account to make it even easier to follow updates to this blog. You can find it here: http://twitter.com/mousevspython I am experimenting with WordPress plugins that can auto-post to Twitter, but haven't had much luck […]

The wxPython Demo

October 15, 2010 by Mike
The wxPython project is one of the most popular and easy to use Python GUI toolkit. It wraps the popular C++ wxWidgets project using SWIG. It is also the only cross-platform toolkit that I am aware of that uses the native widgets on each platform wherever possible (for better or for worse). Some like to […]

Python 101: Introspection

October 14, 2010 by Mike
Whether you're new to Python, been using it for a few years or you're an expert, knowing how to use Python's introspection capabilities can help your understanding of your code and that new package you just downloaded with the crappy documentation. Introspection is a fancy word that means to observe oneself and ponder one's thoughts, […]

SqlAlchemy and Microsoft Access

October 10, 2010 by Mike
Update (10/12/2010) - One of my alert readers told me that SqlAlchemy 0.6.x currently does NOT support the Access dialect. Read here for more info. A year or two ago, I was asked to transfer some data from some old Microsoft Access files to our Microsoft SQL Server. Since I enjoy using SqlAlchemy, I decided […]
View More

End of content

No more pages to load

Copyright © 2024 Mouse Vs Python | Powered by Pythonlibrary