Code Snippets: python

Title User Language Tags Description Date
fibonaccy.py voyeg3r Python 3 fibonacci math python Código python para gerar a sequencia de fibonacci 2012-01-31
Convert String To Date therealjnap Python date python This code will convert a date string to date format. 2012-01-26
Le alehander42 Python python sys Haha 2011-12-06
gmail.py Jimmyromanticde Python python #!/usr/bin/python import smtplib import os from email import Encoders from email.MIMEBase import... 2011-10-16
Extracting line after new line voyeg3r Python python stackoverflow I have a text file with something like Country1 city1 city2 Country2 city3 city4 I want... 2011-06-23
Sublime Text 2 PEP 8 style guide checker plugin ehamiter Python pep plugin python sublime_text_2 Runs the current view through a PEP 8 styling guide test, and notes in detail where you went astray.... 2011-05-30
Project Euler Challenge 6 - Python morph Python challenge euler problem-6 project python MIT license. 2011-02-23
Project Euler Challenge 2 - Python morph Python challenge euler problem-2 project python A simple recursive way to calculate fibonacci numbers and sum up all even fib-numbers up to 4000000.... 2011-02-23
Project Euler Challenge 1 morph Python 1 challenge euler problem project python The answer to the first problem on Project Euler. MIT license 2011-02-23
Simple Twisted Chat Server IanLewis Python chat long polling python twisted A simple long-polling chat server written in python using the Twisted framework. It accepts a json p... 2011-02-19