07
September
2015
[Python] – XML Validator against XML Schema (XSD)
Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. The World Wide Web Consortium’s XML 1.0 Specification of 1998 and several other related specifications—all of them free open standards—define XML.
07
August
2015
Backup File Utility in Python [Tkinter application]
Author:
victorjabur
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:
08
June
2011
Modules Python Library Compiled for Windows 32 and 64 – Unofficial Windows Binaries for Python
Author:
victorjabur
Unofficial Windows Binaries for Python Extension Packages
This is a list of python modules compiled for me, the intention is to create a complete list of windows modules for python, this post is always updated to extend this list.
05
June
2011
Compiling Python 2.7 Modules on Windows 32 and 64 using MSVC++ 2008 Express
Author:
victorjabur
On this post i will explain how to build, compile, install and distribute python modules on Windows using Microsoft Visual C++ Express Edition.This post will be constantly updated to cover future updates of python, windows and msvc++ versions.
10
March
2011
Script Python para Deploy Automatizado usando MD5 e SFTP
Contratei uma hospedagem na Locaweb recentemente para meus sites em Django / Python e eu como sempre querendo automatizar tudo o tempo todo, criei um script em Python que realiza o deploy da minha aplicação lá no servidor remoto.
10
March
2011
Testador Completo online para Códigos em Python – MIT Tutor
Segue o link para um testador completo para códigos em python, incluindo debug linha a linha, com possibilidade de avançar, retroceder e visualização completa das variáveis globais e locais, software desenvolvido por Philip J. Guo e hospedado no MIT.
10
February
2011
Atualizar versão do Django na Locaweb 1.3.1 – versão mais nova
Post Atualizado em: 12 de Setembro de 2011
Este post é destinado a quem hospeda seus websites em Django na Locaweb e quer usar a versão mais nova do Django.
Load more
Loading...