• Malware Search
  • Python
  • Security
  • Twitter @decalage2
  • GitHub

Languages

  • English English
  • French French

Navigation

  • Contact
  • Contenu
  • Sécurité
    • Forensics
    • Malware Analysis
    • VBA Macros
  • Python
  • Ruby
  • Windows
  • Weaponized File Formats
  • ExeFilter
  • Dernières contributions

Primary links

  • Malware Search
  • Python
  • Security
  • Twitter @decalage2
  • GitHub

Contenu populaire

Aujourd'hui :

  • Python tips - How to easily convert a list to a string for display
  • HTML.py - a Python module to easily generate HTML tables and lists
  • olefile - a Python module to read/write MS OLE2 files

Depuis toujours :

  • Python tips - How to easily convert a list to a string for display
  • olefile - a Python module to read/write MS OLE2 files
  • HTML.py - a Python module to easily generate HTML tables and lists
Accueil › Contenu

My Python howtos

Here is a collection of short articles I have written about how to do many useful things in Python.

Tutorial

  • Python crash course
  • A mini Python tutorial

Development

  • Recommended Python modules and tools
  • How to package a Python app and the Python interpreter in a single EXE
  • How to run Ruby code from Python (Python-Ruby bridge)

Network

  • How to create network servers in Python (HTTP, FTP, SMTP, SOAP, syslog, ...)

Strings

  • How to easily convert a list to a string for display
  • How to obtain the binary representation of an integer in Python

Configuration files

  • How to parse configuration files in Python

Web applications

  • How to easily generate HTML tables and lists

 

  • Documentation
  • Python