What is an aperture
In photography, aperture is one of the key settings for taking a picture. With this setting a images depth of can be controlled. It also controls how much light can be in the image. Read more about What is an aperture
In photography, aperture is one of the key settings for taking a picture. With this setting a images depth of can be controlled. It also controls how much light can be in the image. Read more about What is an aperture
This article shows an example of sending google chat masasage using python script. It uses xmpppy python package to delever the massage. Read more about Sending Google Talk IM using python
Many popular chat clients such as google chat use XMPP protocol. With python, it can be easily send and receive massages. This article is about Installing xmpppy in Windows PC. Read more about Installing xmpppy in Windows
Working in the web application development, we often need to take a mysql dump at the local, and transfer it into our local for development. Many people dose this in many ways. Off course the server configuration could be differ server to server; environment to environment. The most common (although nothing is common in this ever changing world) environment we work with is a server with ssh, where apache serves mysql, we can dump sql file with mysqldump command. To download a sql file in such environment, is not complicated, but has to follow certain steps. It can be a pain in the ass, if we need to do it simultaneous. I tried to make this task in one step using a python script. Read more about Download remote mysql dump to local using python script
Its common in software industries to deal with difficult problems, where the full path to the end goal is not clear. Here is some of the key features to achieve desire output. Read more about Resolve complex problems