07
August
2015
Backup File Utility in Python [Tkinter application]
Author:
victorjabur
0
Hi readers,
This is a graphic software (tkinter) in Python to back up a file on your computer. A backup folder is created in the current directory of the selected file and then every x minutes a backup of the file is done, respecting the maximum number of files in the backup directory.
05
June
2015
Python – Unique Collection Class – HashCode and Equals – (Like Java Set)
Author:
victorjabur
I will demonstrate in this post as we do in Python to have a collection of single objects (Set), implementing the standard methods key, hashcode and equals, so that the objects are not repeated.
08
June
2011
Compiling MySQLdb 1.2.3 on Windows 32 and 64 – Without need the MySQL Database 5.5 installed
Author:
victorjabur
If you wish the module already compiled, access here:
31
August
2010
Material para Estudo Python
Oi Pessoal,
Gostaria de indicar a vocês alguns materiais para estudo da linguagem Python:
29
May
2010
Instalar MySQL para Python (MySQLdb) em Windows
Plugin / Pacote chamado MySQLdb, que permite a linguagem Python acessar o banco de dados MySQL
24
May
2010
Instalando e Configurando Plugin Python no Eclipse (Pydev)
Este post tem por objetivo a instalação inicial de um ambiente de programação que utiliza a linguagem de programação python e a IDE Eclipse, com suporte para AutoCompletar e Debug de código.