Archives
Last update: 2015-09-05 @ 23h17.
- create a virtual environment easily (2015-08-30) bash [x], python [x] ; virtualenv [x], virtualenvwrapper [x]
- [flask] validate a URL (2015-08-23) flask [x], python [x] ; valid url [x], validator [x]
- [flask] show render time on a page (2015-08-22) flask [x], python [x] ; debug [x], debugtoolbar [x], elapsed time [x], MongoDB [x], render [x], rendering [x]
- working with zip files (2015-08-21) bash [x], python [x] ; zip [x], zipfile [x]
- trending Python repositories on GitHub (2015-08-09) python [x] ; github [x], trends [x]
- Reading (writing) unicode text from (to) files (2015-08-06) python [x] ; codecs [x], unicode [x], utf-8 [x]
- screenshot.py (2015-07-26) python [x] ; convert [x], phantomjs [x], screenshot [x], thumbnail [x]
- Flask: linkify a text (2015-07-12) flask [x], python [x] ; bleach [x], filter [x], jinja2 [x], linkify [x], text to link [x]
- subtract a day from a python date (2015-07-10) python [x] ; date [x], datetime [x], time [x], timedelta [x], yesterday [x]
- Python course in Milan, Italy (2015-07-01) python [x] ; course [x], erasmus [x], italy [x], milan [x]
- touch a file (2015-06-08) python [x] ; touch [x], unipath [x]
- Simplicity is the final achievement. (2015-05-25) python [x] ; chopin [x], quote [x], wisdom [x]
- how to become a data scientist in Python (2015-05-19) python [x] ; data science [x], machine learning [x], numpy [x], scipy [x]
- creating a Python 3 virt. env. on Ubuntu (2015-05-17) python [x] ; arch [x], manjaro [x], python3 [x], ubuntu [x], virtualenv [x], workaround [x]
- PyCon US 2015 videos (2015-04-19) python [x] ; 2015 [x], conference [x], pycon [x]
- Talk Python To Me: a Python podcast (2015-04-10) podcast [x], python [x] ; interview [x], MongoDB [x], pymongo [x]
- [NSFW] Jennifer Lawrence enjoys Python too (2015-02-08) fun [x], python [x] ; jennifer lawrence [x], nsfw [x], xxx [x]
- [flask] Jinja2: don’t print empty lines (2015-01-29) flask [x] ; blank lines [x], empty lines [x], jinja2 [x]
- UTC now timestamp UTC time (2015-01-25) python [x] ; datetime [x], timestamp [x], UTC [x], utcnow [x]
- [mongodb] get a random document from a collection (2015-01-24) python [x] ; MongoDB [x]
- opening gzipped JSON files (2015-01-07) python [x] ; gzip [x], json [x]
- [flask] generate a secret key (2015-01-01) django [x], flask [x] ; random [x], secret key [x], urandom [x]
- pyvenv: create virtual environmets for Python 3.4+ (2015-01-01) python [x] ; python3 [x], pyvenv [x], virtual environment [x], virtualenv [x], virtualenvwrapper [x]
- 2014 in review (2014-12-30) python [x] ; 2014 [x], review [x]
- XML to dict / XML to JSON (2014-12-29) python [x] ; binary mode [x], dict [x], expat [x], json [x], python3 [x], xml [x], xmltodict [x]
- catch the output of pprint in a string (2014-12-29) python [x] ; pprint [x]
- fancy text tables (2014-12-28) bash [x], python [x] ; ascii [x], fancy [x], table [x]
- Static HTML file browser for Dropbox (2014-12-02) python [x] ; apache [x], dropbox [x], firefox [x], static html [x]
- make a script run under Python 2.x and 3.x too (2014-11-03) python [x] ; input [x], python3 [x], raw_input [x], transition [x]
- python setup.py uninstall (2014-11-02) python [x] ; pip [x], setup.py [x], uninstall [x]
- make bpython use Python 3 (2014-10-14) ubuntu [x] ; bpython [x], python3 [x]
- [django] virtualenvwrapper with Python 3 (2014-09-12) django [x], python [x] ; django 1.7 [x], pip3 [x], python3 [x], virtualenv [x], virtualenvwrapper [x]
- rotate a matrix (2014-08-22) python [x] ; clockwise [x], counterclockwise [x], matrix [x], rotate [x]
- [django] awesome Django apps, projects and resources (2014-08-12) django [x] ; awesome [x]
- [django] must-watch videos (2014-08-12) django [x] ; conferences [x], talks [x], tutorials [x], videos [x]
- [django] Heroku with GoDaddy (2014-08-11) django [x] ; CNAME [x], DNS [x], domain name [x], godaddy [x], heroku [x]
- [django] force HTTPS on Heroku (2014-08-07) django [x] ; https [x], SSL [x]
- [django] deploy Django on Heroku (2014-08-07) django [x] ; guide [x], heroku [x]
- [webdev] nice CSS buttons (2014-08-04) web development [x] ; button [x], css [x]
- [django] create a formatted string with the Django template system (2014-08-04) django [x] ; render [x], render to string [x], template [x], template engine [x], template system [x]
- [django] using PostgreSQL for local development (2014-08-04) django [x] ; development [x], local [x], postgresql [x], psycopg2 [x]
- [django] init_app.py: complete the initialization of an app. (2014-08-04) django [x] ; initapp [x], init_app [x], startapp [x], static [x], templates [x], urls.py [x]
- [django] a skeleton for new projects (2014-08-04) django [x] ; sample [x], skeleton [x]
- [django, webdev] Django and web dev. posts (2014-08-04) django [x], web development [x]
- [django] virtualenvwrapper + optimal project layout + requirements.txt (2014-08-04) django [x] ; layout [x], project layout [x], requirements.txt [x], virtualenvwrapper [x]
- [django] getting started (2014-08-04) django [x] ; getting started [x], kickoff [x]
- print a text by specifying the width via a variable (2014-07-11) python [x] ; string format [x], variable width [x]
- Django show_urls formatter (2014-07-11) django [x], python [x] ; beautifier [x], django-extensions [x], formatter [x], manage.py [x], show_urls [x]
- awesome Python (2014-07-02) python [x]
- built-in Python modules you should know (2014-06-24) python [x] ; built-in modules [x]
- call a function by knowing its name as a string (2014-06-24) python [x] ; call function [x], function [x], importlib [x], module [x], package [x]
- extract all links from a file (2014-06-17) python [x] ; extract [x], link [x], url [x]
- Is a file binary? (2014-06-17) python [x] ; binary [x], text [x]
- virtualenvwrapper (Part 2) (2014-06-09) django [x], python [x] ; dropbox [x], virtualenv [x], virtualenvwrapper [x]
- virtualenvwrapper (Part 1) (2014-06-09) python [x] ; virtualenv [x], virtualenvwrapper [x]
- Getting started with Django on a DigitalOcean VPS (2014-05-23) django [x], ubuntu [x] ; digital ocean [x], gunicorn [x], install [x], nginx [x], postgresql [x], vps [x]
- An SQLite example (2014-05-12) python [x] ; imgur [x], reddit [x], sqlite [x]
- Get an email notification when a site is up (2014-05-09) python [x] ; checker [x], down [x], easychair [x], site [x], up [x]
- PyScripter: a very nice small IDE for Windows (2014-04-08) python [x], windows [x] ; ide [x], pyscripter [x], windows [x]
- imgur album downloader (2014-04-05) python [x] ; downloader [x], imgur [x], reddit [x]
- Improving the sidebar of /r/python (2014-03-21) python [x] ; infinite [x], insolent [x], loop [x], reddit [x]
- Unicode box-drawing characters (2014-03-20) python [x] ; box-drawing [x], logo [x], rainbow [x], unicode [x]
- get the command pip3 (2014-03-15) python [x] ; pip3 [x], python3 [x]
- installing pgmagick (2014-03-04) python [x], ubuntu [x] ; GraphicsMagick [x], pgmagick [x]
- Jinja2 example for generating a local file using a template (2014-02-25) python [x] ; html [x], jinja2 [x], template [x]
- Using Go’s present with Python code snippets (2014-02-14) python [x] ; golang [x], present [x], presentation [x]
- DARPA Open Catalog (2014-02-05) python [x] ; DARPA [x], Open Catalog [x]
- MoviePy: script-based movie editing (2014-01-25) python [x] ; gif [x], movie [x]
- jpegtran-cffi: fast JPEG transformations (2014-01-25) python [x] ; image crop [x], image dimension [x], image resize [x], jpg [x]
- Fabric (2014-01-25) python [x] ; example [x], fabric [x]
- pip-tools (2014-01-25) python [x] ; pip [x], pip tools [x]
- faker: generate fake data (2014-01-25) python [x] ; fake [x], faker [x]
- PyCon 2014 talk schedule (2014-01-25) python [x] ; Montreal [x], PyCon 2014 [x]
- News extraction (2014-01-25) python [x] ; news [x], newspaper [x]
- PyLaTeX: Python + LaTeX (2014-01-25) python [x] ; latex [x], pylatex [x]
- Generating pseudo random text using Markov chains (2014-01-23) python [x] ; Markov [x], python3 [x], random text [x], text generator [x]
- How automation works in reality (2014-01-20) fun [x] ; automation [x]
- pythonium: a Python to JavaScript translator (2014-01-17) python [x] ; javascript [x]
- What is a BDFL? (2014-01-14) python [x] ; BDFL [x], guido [x]
- Python news in French (2014-01-13) python [x] ; French [x], news [x]
- a command line progress bar for your loops (2014-01-10) python [x] ; Arabia [x], command-line [x], progress bar [x], tqdm [x]
- monkeypatching the string type (2014-01-08) python [x] ; monkeypatch [x], palindrome [x], unicode [x]
- Capture the exit code, the stdout, and the stderr of an external command (2014-01-08) python [x] ; exit code [x], redirect [x], sandbox [x], stderr [x], stdout [x], wrapper [x]
- Python equivalent of Java .jar files (2014-01-05) python [x] ; .egg [x], .jar [x], distribution [x], java [x], zip [x]
- 2014: moving towards Python 3 (2014-01-03) python [x] ; absolute import [x], division [x], print function [x], python3 [x], unicode literals [x], __future__ [x]
- import from anywhere (2014-01-01) python [x] ; import from another directory [x], import from parent directory [x], import imp [x], relative import [x]
- 2013 in review (2013-12-31) python [x] ; 2013 [x], review [x]
- Parallelism in (almost) one line (2013-12-30) python [x]
- Insert the path of the Python interpreter easily (2013-12-15) python [x] ; bash [x], magic [x], vim [x]
- XPath to CSS (2013-12-15) python [x] ; css [x], xpath [x], xpath to css [x]
- web scraping: BS4 supports CSS select (2013-12-15) python [x], scraping [x] ; beautifulsoup [x], CSS select [x], xpath [x]
- ChDir: a context manager for switching working directories (2013-12-15) python [x] ; change directory [x], chdir [x], context manager [x]
- painless download with the wget module (2013-12-15) python [x] ; download [x], wget [x]
- import this (2013-12-09) fun [x] ; codecs [x], import this [x], rot13 [x], zen of python [x]
- Python packages you should know about (2013-11-13) python [x] ; packages [x], top pypi packages [x], wheel [x], wheels [x]
- Python video channel (2013-11-11) python [x] ; video tutorial [x]
- You can compare two dictionaries (2013-11-08) python [x] ; comparing dictionaries [x], dict [x], dictionary [x]
- Extracting relevant images from XXX galleries using text clustering (2013-11-08) python [x], scraping [x] ; nsfw [x], relevant images [x], scraper [x], text clustering [x], xxx [x], xxx gallery [x]
- funny Python snippet (2013-11-05) fun [x], python [x]
- Heroku: strange client IP addresses (2013-11-03) python [x] ; client IP [x], heroku [x], proxy [x], remote_addr [x]
- Determine the dimensions of an image on the web without downloading it entirely (2013-11-03) python [x] ; image dimension [x], image header [x], image size [x]
- Flask: cannot fetch a URL on localhost (2013-11-02) flask [x] ; development server [x], gunicorn [x], threads [x], web service [x], workers [x]
- Heroku: development and production settings (2013-11-02) flask [x], python [x] ; config [x], deployment [x], development [x], heroku [x], production [x], redis [x]
- Remove duplicates from a list AND keep the original order of the elements (2013-10-31) python [x] ; algorithms [x], duplicates [x], remove duplicates [x]
- deploy a git project to a remote host (2013-10-23) bash [x] ; deploy [x], deployment [x], git [x]
- Generate a 192-bit random number (2013-10-04) python [x] ; 192-bit [x], urandom [x]
- Python testing frameworks (2013-10-02) python [x] ; doctest [x], nose [x], pytest [x], unit test [x]
- using virtualenv (Part 2) (2013-09-21) python [x] ; alias [x], alias with argument [x], bash prompt [x], colored bash prompt [x], virtualenv [x]
- using virtualenv (Part 1) (2013-09-21) python [x] ; virtualenv [x]
- Python from command line (2013-09-18) python [x] ; bash [x], python -c [x], python in shell [x], shell [x]
- Anaconda Python distribution (2013-09-15) python [x] ; anaconda [x]
- Python + Excel (2013-09-13) python [x] ; excel [x]
- Python vs Java in relation to logos (2013-09-09) fun [x], python [x] ; java [x], logo [x]
- Python APIs (2013-09-09) python [x] ; API [x], treasure [x]
- How to ignore an exception — the elegant way (2013-09-07) python [x] ; context manager [x], ignore exception [x], ignored exception [x]
- Standard modules as standalone programs (2013-09-05) python [x] ; python -m [x], stdlib [x]
- check indentation (2013-09-05) python [x] ; indentation [x]
- PyPy is awesome (2013-08-15) python [x] ; pip [x], pypy [x]
- Python 3 is slower than Python 2? (2013-08-15) python [x] ; comparison [x], processes [x], python3 [x], threads [x]
- bpython config file for light background (2013-08-14) python [x] ; bpython [x], color scheme [x], color theme [x], light background [x]
- Download files with threads easily (2013-08-13) python [x] ; concurrent.futures [x], downloader [x], threads [x]
- Download PyCon US 2012 videos in a multithreaded way (2013-08-13) python [x] ; downloader [x], PyCon US 2012 [x], threads [x], video [x]
- concurrent.futures (2013-08-13) python [x] ; concurrent.futures [x], processes [x], ProcessPoolExecutor [x], ThreadPoolExecutor [x], threads [x]
- pickle (2013-08-11) python [x] ; pickle [x]
- Top 400 Python Projects on Github (2013-08-11) python [x] ; github [x], top 400 [x], top projects [x]
- APScheduler examples (2013-08-06) python [x] ; APScheduler [x], cron [x], scheduler [x]
- Logging with Python (Part 2) (2013-08-05) python [x] ; Logger [x], logging [x]
- Logging with Python (Part 1) (2013-08-05) python [x] ; logging [x]
- pudb: a simple and intuitive debugger (2013-08-05) python [x] ; debugging [x], pudb [x]
- Python keylogger (2013-08-02) python [x] ; hacking [x], keylogger [x]
- Imbox – Python IMAP for Humans (2013-08-02) python [x] ; check email [x], imap [x]
- Remove suffix from the right side of a text (2013-08-02) python [x] ; lstrip [x], rstrip [x]
- Log in to comment (2013-08-02) python [x] ; pending [x], spam [x], wordpress [x]
- Generate random hash (2013-07-06) python [x] ; 96 bit hash [x], MongoDB [x], random hash [x], simpleflake [x], urandom [x]
- A basic socket client server example (2013-07-06) python [x] ; client server [x], socket [x], threading [x]
- Add History and Tab Completion to the Default Python Shell (2013-07-05) python [x] ; bpython [x], history [x], ipython [x], python shell [x], tab completion [x]
- Call Python from C (2013-07-01) python [x] ; embed Python in C [x], embedded python [x]
- Signal processing (subscribe, emit, etc.) (2013-06-28) python [x], Qt [x] ; blinker [x], event handling [x], events [x], signal processing [x], signals [x], smokesignal [x]
- Whats New In Python 3.0 (2013-06-26) python [x] ; python3 [x]
- static variables (2013-06-25) python [x] ; static variable [x]
- Variables and functions of an object (2013-06-25) python [x] ; object inspection [x]
- Posts on Python and Big Data (2013-06-06) python [x] ; big data [x], tutorial [x]
- How to make a python, command-line program autocomplete arbitrary things (2013-06-04) python [x] ; autocomplete [x], readline [x], tab [x]
- bash-like functionalities in command-line Python script (2013-06-04) python [x] ; bash [x], command-line [x], readline [x], rlwrap [x]
- update all pip packages (2013-05-22) python [x] ; pip [x], update [x], update packages [x]
- Stack Overflow has a Python info page (2013-05-22) python [x] ; stack overflow [x]
- Get yourself analyzed on GitHub (2013-05-22) fun [x], python [x] ; github [x], report [x]
- Problems with PIL? Use Pillow instead! (2013-05-19) python [x] ; decoder zip not available [x], pil [x], pillow [x]
- Splinter: open Firefox in fullscreen mode (2013-05-17) python [x] ; firefox [x], fullscreen [x], splinter [x]
- Splinter patch: open the Chrome browser window in a maximized way (2013-05-17) python [x] ; chrome [x], fullscreen [x], patch [x], splinter [x]
- Scrape an HTML table (2013-05-14) python [x], scraping [x] ; HTML table [x]
- Hacking Secret Ciphers with Python (2013-04-16) book [x], python [x] ; crypto [x], cryptography [x], free book [x]
- Top Python questions on Stack Overflow (2013-04-05) python [x] ; stack overflow [x], top questions [x]
- Hacking with Python (2013-04-05) python [x] ; hacking [x]
- How to avoid *.pyc files? (2013-03-23) python [x] ; .pyc [x], .pyo [x], pycache [x]
- PyCon US 2013 videos (2013-03-21) python [x] ; pycon [x], python conferences [x]
- Profiling your script (2013-03-18) python [x] ; profiling [x]
- Speeding up Python (2013-03-17) python [x] ; performance [x], speed [x]
- Python Central (2013-03-13) python [x] ; python central [x]
- PHP or Python? (2013-03-08) python [x] ; Django [x], php [x], startup [x]
- docopt: a pythonic command line arguments parser that kicks your ass (2013-03-07) python [x] ; argparse [x], command-line [x], docopt [x], optparse [x], parameters [x], parsing [x]
- Getting started with Python: Tips, Tools and Resources (2013-03-06) python [x]
- Problem Solving with Algorithms and Data Structures Using Python (2013-03-06) book [x], python [x] ; algorithms [x], data structures [x]
- Execute command, show its output, get its exit code (2013-03-03) python [x] ; exit code [x], ffmpeg [x], subprocess [x]
- URL manipulation (2013-03-01) python [x] ; furl [x], URL manipulation [x]
- Create an array of size N and initialize its values (2013-03-01) python [x] ; arrays [x], lists [x]
- Python’s Magic Methods (2013-02-28) python [x] ; classes [x], magic methods [x], OO [x]
- Using Jinja2 for formatting strings (2013-02-27) python [x] ; formatting [x], jinja2 [x], new-style formatting [x], old-style formatting [x], string formatting [x], template [x]
- Fingerprint of the operating system/platform (2013-01-30) python [x] ; digital fingerprint [x], fingerprint [x], platform [x]
- 100,000 hits (2013-01-23) python [x] ; 100000 [x], milestone [x], statistics [x]
- Python’s GIL (Global Interpreter Lock) (2013-01-16) python [x] ; GIL [x]
- Pycoder’s Jobs (2013-01-11) python [x] ; job [x]
- Launch just one instance of a Qt application (2013-01-10) python [x], Qt [x], ubuntu [x]
- Qt development under Windows with Python using PySide (2013-01-09) python [x], windows [x] ; install [x], pyside [x], qt [x]
- IPython for Windows (2013-01-09) python [x], windows [x] ; ipython [x]
- requests-transition (2013-01-07) python [x] ; 0.x [x], 1.x [x], requests [x], transition [x]
- rlwrap: adding keyboard editing functionalities to your scripts (2013-01-01) python [x] ; bash [x], readline [x], readline wrapper [x], rlwrap [x]
- The webbrowser module uses xdg-open (2013-01-01) fun [x], python [x] ; webbrowser [x], xdg-open [x]
- Pyrate (2012-12-31) python [x] ; hacker [x], pyrate [x]
- SQLite: prevent SQL injection (2012-12-31) python [x] ; mysql [x], postgresql [x], sql injection [x], sqlite [x]
- 2012 in review (2012-12-31) python [x] ; 2012 [x], review [x], statistics [x]
- A name generator in Python (2012-12-30) python [x] ; markov chains [x], name generator [x]
- Python uses timsort for sorting (2012-12-30) python [x] ; python’s standard sorting algorithm [x], sorting [x], timsort [x]
- Python.org Mercurial Repositories (2012-12-30) python [x] ; hg [x], mercurial [x], python source [x], repository [x]
- Pycoder’s Weekly archive (2012-12-28) python [x] ; pycoder [x], pycoder’s weekly [x]
- Install a package with pip from a github repository (2012-12-27) python [x] ; github [x], pip [x]
- Measuring ping latency of a server (2012-12-27) python [x] ; fping [x], ping [x], ping latency [x], ping time [x], server response time [x]
- Guido leaves Google for Dropbox (2012-12-09) python [x] ; dropbox [x], google [x], guido [x], news [x]
- Countdown in command line (2012-12-08) python [x] ; command-line [x], cursor [x], hide cursor [x], sleep [x], wait [x]
- Terminate a script after X seconds (2012-12-08) python [x] ; command-line [x], kill [x], qt [x], QTimer [x], SIGALRM [x], signal [x], singleShot [x], suicide [x]
- Raise a timeout exception after X seconds (2012-12-08) python [x] ; alarm [x], SIGALRM [x], signal [x], timeout [x]
- Eclipse-PyDev on steroids: Aptana Studio (2012-12-07) python [x] ; aptana [x], aptana studio [x], aptana studio 3 [x], eclipse [x], ide [x], pydev [x]
- A course on Udemy about Python GUI programming with Qt (2012-12-04) python [x] ; gui [x], qt [x], reddit [x], udemy [x], video tutorial [x]
- Writing non-ASCII text to file (2012-12-02) python [x] ; read unicode text from file [x], unicode [x], write unicode text to file [x]
- Python PIL : IOError: decoder jpeg not available (2012-12-02) python [x] ; IOError [x], jpeg [x], jpg [x], pil [x], tip [x]
- Install a package via pip even if PyPI is down (2012-12-02) python [x] ; cheeseshop [x], create.io [x], mirror [x], pip [x], pypi [x]
- Write Python inside Bash (2012-11-24) fun [x], python [x] ; bash [x], embedded python [x]
- Handle CTRL+C in your script (2012-11-21) operating systems [x], python [x] ; CTRL+C [x], kill [x], SIGINT [x], signal [x], signal handler [x], SIGTERM [x]
- Roman numbers to decimal (2012-11-08) python [x] ; conversion [x], decimal [x], roman numbers [x]
- Check iO: A game where you code in Python (2012-10-30) python [x] ; check io [x], checkio [x], game [x]
- Determine the name of the current function (2012-10-24) python [x] ; current function [x], function name [x], function’s name [x]
- Building Skills in Python (2012-10-08) python [x], ubuntu [x] ; linux [x]
- How to Write a Spelling Corrector (2012-10-08) python [x] ; corrector [x], spelling [x], spelling corrector [x]
- BeautifulSoup: _detectEncoding error (2012-09-30) python [x] ; beautifulsoup [x], _detectEncoding [x]
- Check Gmail for new messages (2012-09-08) python [x] ; atom [x], gmail [x], rss [x], untangle [x], xml [x]
- Obfuscated Python (2012-09-07) python [x] ; obfuscation [x]
- The best free Python resources (2012-09-02) python [x] ; books [x], free [x]
- Print unicode text to the terminal (2012-09-02) python [x] ; ascii [x], tip [x], trick [x], UnicodeEncodeError [x], utf-8 [x]
- A Fast and Powerful Text Editor: Sublime Text 2 (2012-08-09) python [x] ; ide [x], sublime text 2 [x], text editor [x]
- Python module index (2012-07-27) python [x] ; modules [x], PyMOTW [x]
- Installation of PIL under Ubuntu (2012-05-23) python [x] ; pil [x]
- Side-by-side comparison of PHP, Perl, Python and Ruby (2012-05-18) python [x] ; perl [x], php [x], ruby [x]
- Random Python projects on GitHub (2012-05-17) python [x] ; contribute [x], random github project [x]
- b4ltazar, the script kiddie (2012-05-13) python [x] ; b4ltazar [x], baltazar [x], exploit [x], script kiddie [x]
- Python Modules You Should Know (2012-05-10) python [x] ; modules [x]
- Simple JSON time service (with timezone support) (2012-05-07) python [x] ; json [x], time [x], time web service [x]
- install gevent (2012-05-07) python [x], ubuntu [x] ; gevent [x], install [x], tutorial [x]
- Python decorators cheat sheet (2012-05-03) python [x] ; book [x], cheat sheet [x], decorators [x]
- Python-related videos indexed so you can find it (2012-04-18) python [x] ; python conferences [x], python videos [x], pyvideo [x]
- Product of the elements in a list (2012-04-14) python [x] ; product [x], reduce [x], sum [x]
- Digits of PI (Part 2) (2012-04-13) python [x] ; bigfloat [x], digits of pi [x], Gibbons’ spigot algorithm for pi [x], pi [x], sympy [x]
- Digits of PI (Part 1) (2012-04-13) python [x] ; digits of pi [x], pi [x]
- Quick Python Script Explanation for Programmers (2012-04-11) python [x] ; cheat sheet [x]
- Python Regular Expression Testing Tool (2012-04-11) python [x] ; regex [x], regexp [x], regexp online [x], regular expressions [x]
- Python’s strftime directives (2012-04-11) python [x] ; date [x], shortcut [x], strftime [x], time [x]
- urllib.quote, urllib.unquote (2012-04-10) python [x] ; quote [x], unquote [x], urllib [x]
- produce the output of Unix’s date command (2012-04-06) python [x] ; date [x], unix date [x]
- ipython notebook (2012-03-31) python [x], ubuntu [x] ; ipython [x], ipython notebook [x], ipython tutorial [x], notebook [x]
- Import a file from another directory of the project (2012-03-31) python [x] ; import from another directory [x], import from parent directory [x], PYTHONPATH [x]
- Calling a Python script from crontab (2012-03-31) python [x] ; crontab [x], PYTHONPATH [x]
- uploading an image to imgur (2012-03-30) python [x] ; imgur [x], imgur api [x], upload image to imgur [x]
- submitting a link to reddit and adding a comment (2012-03-30) python [x] ; post to reddit [x], reddit [x], reddit api [x]
- Catch a specific IOError (2012-03-30) python [x] ; errno [x], errno 2 [x], error handling [x], exception handling [x], IOError [x], No such file or directory [x]
- ‘ascii’ codec can’t encode character: ordinal not in range(128) (2012-03-29) python [x] ; ascii [x], unicode [x], UnicodeEncodeError [x]
- A thin Python API for wordnik.com (2012-03-29) python [x] ; definition [x], examples [x], wiktionary [x], wordnik api [x], wordnik.com [x]
- invert/reverse key-value pairs in a hash (2012-03-29) python [x] ; invert dictionary [x], invert hash [x], key-value pairs [x], reverse dictionary [x], reverse hash [x]
- get screen resolution (2012-03-27) python [x] ; command-line [x], screen resolution [x], xrandr [x]
- autopy (2012-03-26) python [x], windows [x] ; autopy [x], GUI automation [x], pyrobot [x]
- Generate the lexicographically next permutation of a sequence (2012-03-21) python [x] ; lexicographical order [x], lexicographically next permutation [x], permutation [x]
- Reverse a part (slice) of a list (2012-03-21) python [x] ; reverse [x], reverse a slice [x]
- amix’s blog (2012-03-20) python [x]
- pyp – Python Power at the Prompt (The Pyed Piper) (2012-03-17) python [x] ; awk [x], command-line [x], linux [x], sed [x]
- Elite Planet Name Generator (2012-03-06) python [x] ; elite [x], name generator [x], planets [x]
- call python in a shell script (2012-03-05) python [x] ; bash [x], shell [x]
- WordPress Visit Counter (2012-02-24) python [x] ; counter [x], visitors [x], wordpress [x]
- Username/password generator (2012-02-23) python [x] ; password generator [x], username generator [x]
- Easy access to download stats for PyPI packages (2012-02-17) python [x] ; pypi [x], vanity [x]
- Upload your first project to PyPI (2012-01-25) python [x] ; cheeseshop [x], jabbapylib [x], library [x], pip [x], pypi [x], setup.py [x], setuptools [x]
- Serializations: data <-> XML, data <-> JSON, XML <->JSON (2012-01-20) python [x] ; json [x], serialization [x], xml [x], xmlrpc [x]
- Determine which class an object belongs to (2012-01-20) python [x] ; class name of an instance [x], instance of [x], object type [x], py.test [x]
- @grammer_man is the best troll (2012-01-11) fun [x], python [x] ; bot [x], troll [x], twitter [x]
- Unit Testing with Python (2012-01-08) python [x] ; nose [x], py.test [x], unit test [x]
- The Python Ecosystem (2012-01-07) python [x] ; ecosystem [x], fabric [x], packages [x], pip [x], virtualenv [x]
- Python 3 Wall of Shame (2012-01-07) python [x] ; python3 [x]
- 2011 in review (2012-01-01) python [x] ; 2011 [x], review [x]
- taking screenshots with pyscreenshot (2011-11-30) python [x] ; screenshot [x]
- Autoconnect to wifi in my hotel (2011-11-30) python [x] ; autologin [x], browser automation [x], monitor network [x], splinter [x], wifi [x]
- psutil: a cross-platform process and system utilities module (2011-11-30) python [x] ; kill [x], kill process by name [x], psutil [x]
- md5 hash of a text / file + crack an md5 hash (2011-11-17) python [x] ; crack md5 [x], hacking [x], md5 [x], md5 hash [x]
- Starting web development with Python (2011-11-14) python [x] ; gae [x], web development [x]
- Python-forum.org (2011-11-14) python [x] ; forum [x]
- UliPad: a lightweight Python editor based on wxPython (2011-11-12) python [x] ; editor [x], ide [x], lightweight ide [x], PEP8 [x], ulipad [x]
- Python web server on localhost (2011-11-10) python [x] ; localhost [x], one-liner [x], web server [x]
- Install NumPy and SciPy on Ubuntu (2011-11-09) python [x], ubuntu [x] ; fortran [x], g77 [x], install [x], numpy [x], scipy [x]
- Upload an image to imgur.com from Python (2011-11-06) python [x] ; imgur [x], imgur api [x], pycurl [x], reddit [x], untangle [x], upload image [x]
- Fuzzy string matching (2011-11-02) python [x] ; fuzzy [x], similar strings [x], similarity [x], string matching [x]
- Send a post to reddit from Python (2011-10-30) python [x] ; add comment [x], post to reddit [x], reddit [x], reddit api [x]
- Convert a date string to a date object (2011-10-30) python [x] ; date formatting [x], date object [x], date string [x], datetime [x]
- Using __str__(), print all the attributes of an object (2011-10-30) python [x] ; bean [x], print object attributes [x], __dict__ [x], __repr__ [x], __str__ [x]
- Read XML painlessly (2011-10-30) python [x] ; amara [x], lxml [x], read xml [x], untangle [x], xml [x], xml library [x]
- Scraping fuskator.com (2011-10-30) python [x] ; fuskator [x], fuskator.com [x], nsfw [x], scraper [x], xxx [x]
- Language detection with Google’s Compact Language Detector (2011-10-27) python [x] ; cld [x], detect language [x], google [x]
- Speed up Python with Cython (2011-10-22) python [x] ; .so [x], c source [x], cython [x], pypy [x]
- Python Weekly newsletter (2011-09-29) python [x] ; newsletter [x], python weekly [x]
- Radio Free Python (2011-09-21) python [x] ; radio [x], radio free python [x], rfp [x]
- BeautifulSoup with CssSelect? Yes! (2011-09-18) python [x] ; beautifulsoup [x], cssselect [x], patch [x]
- Download cookie-protected webpages (2011-09-16) python [x] ; cookie [x], cookiejar [x], cookielib [x], wget [x]
- Turning Vim into a modern Python IDE (2011-09-13) python [x] ; ide [x], pydev [x], vim [x]
- Getting started with numpy, scipy, matplotlib (2011-09-13) python [x] ; install matplotlib [x], matplotlib [x], numpy [x], scipy [x]
- List all installed python packages (2011-09-13) python [x], ubuntu [x] ; apt-get [x], list installed packages [x], pip [x], python packages [x]
- Sort a list of objects by an attribute / function value (2011-09-10) python [x] ; attrgetter [x], methodcaller [x], operator [x], sort by attribute [x], sort by function value [x], sort objects [x]
- New statistics page for Project Euler: sort countries by strength (2011-09-10) project euler [x], python [x] ; countries [x], statistics [x], strength [x]
- A Python code that prints out an exact copy of itself (2011-09-09) python [x] ; quine [x], self repeat [x]
- Python performance tips (2011-09-08) python [x] ; optimization [x], performance [x], speed [x]
- Relative import in Python (2011-09-06) python [x] ; import module [x], project structure [x], relative import [x]
- jabbapylib, a lightweight Python library (2011-09-06) python [x] ; jabbapylib [x], library [x]
- Figure out the HOME directory (2011-09-05) python [x] ; HOME [x], HOME directory [x], HOME folder [x]
- Install Python 3.2 and/or Python 2.5 on Ubuntu 11.04 (2011-09-05) google app engine [x], python [x], ubuntu [x] ; gae [x], install python3 [x], python2.5 [x], python3 [x], ubuntu [x]
- Linux: Python text-to-speech (2011-09-02) python [x] ; espeak [x], text to speech [x], ubuntu [x]
- Decimal expansion of the digits of a fraction (2011-09-02) project euler [x], python [x] ; decimal [x], decimal expansion [x], floating point arithmetic [x], fraction [x]
- Project Euler (2011-08-19) project euler [x], python [x] ; euler [x], mathematics [x]
- Redirect stdout to a file (2011-08-17) python [x] ; redirect [x], redirect stdout [x], redirect to /dev/null [x], stdout [x]
- the bpython interpreter (2011-08-14) python [x] ; bpython [x], interpreter [x], ipython [x], python shell [x]
- Video tutorials at marakana.com (2011-08-13) python [x] ; marakana [x], training [x], tutorial [x], video [x], video tutorial [x]
- Prettify a JSON file (2011-08-10) python [x] ; json [x], json.tool [x], prettify [x], pretty-print [x]
- Reverse a string (or list) in place (2011-06-29) python [x] ; reverse [x], reverse list [x], reverse string [x]
- Face detection with Python (2011-05-10) python [x] ; convert [x], face [x], face detection [x], opencv [x]
- Antigravity DOES work! (2011-05-09) fun [x], python [x] ; antigravity [x], easter egg [x], xkcd [x]
- Reindent a source file (2011-05-07) python [x] ; indent [x], reindent [x], spaces [x], tabs [x]
- Dead Man’s Last Wish: the atexit module (2011-05-03) python [x] ; atexit [x], sqlite [x]
- Eclipse with PyDev (2011-05-02) python [x] ; eclipse [x], ide [x], pydev [x], pydev unresolved import error [x], unresolved import [x]
- Ternary operator (?:) in Python (2011-05-02) python [x] ; ?: [x], ternary operator [x]
- Clean Code (2011-05-02) book [x], python [x] ; clean code [x], refactoring [x]
- Whats New in Python 2.7 (2011-04-29) python [x] ; python 2.7 [x]
- Calling external commands (2011-04-28) python [x] ; external command [x], subprocess [x]
- Debugging in Python (2011-04-24) python [x] ; debugger [x], debugging [x], eric [x], ipdb [x], pdb [x], winpdb [x]
- Understanding imports and PYTHONPATH (2011-04-23) python [x] ; import [x], modules [x], PYTHONPATH [x]
- Pythex: a real-time regexp editor (2011-04-20) python [x] ; pythex [x], regexp [x]
- Determine the image type (JPG, GIF, PNG, etc.) (2011-04-19) python [x] ; file command [x], file type [x], image type [x]
- Python Module of the Week by Doug Hellmann (2011-04-16) python [x] ; doug hellmann [x], PyMOTW [x], python module of the week [x]
- PyCon Italia (2011-04-12) python [x] ; presentation [x], pycon [x], pycon italia [x], screen scraping [x], slides [x]
- Download genomes from Genbank (2011-04-12) bioinformatics [x], python [x] ; bioperl [x], biopython [x], genbank [x], genome [x], ncbi [x], perl [x]
- GUI for the output of PyLint (2011-04-07) python [x] ; eric [x], gui [x], pylint [x], pylint-gui [x], refresh [x], update [x]
- Global Module Index for Python (2011-04-07) python [x] ; module index [x], modules [x]
- Index of Python Enhancement Proposals (PEPs) (2011-04-06) python [x] ; pep [x]
- Write better code with the help of Pylint (2011-04-06) python [x] ; code analyzer [x], lint [x], pylint [x], refactoring [x]
- Python on reddit (2011-04-04) python [x] ; reddit [x]
- Write XML to file (2011-04-04) python [x] ; elementtree [x], etree [x], indent [x], lxml [x], simplexmlwriter [x], write xml [x], xml [x], xml writing [x]
- New string formatting syntax (2011-04-04) python [x] ; new string formatting [x], string [x]
- Some list comprehensions examples (2011-04-04) python [x] ; list comprehensions [x]
- Get the size (dimension) of an image (2011-04-04) python [x] ; content-length [x], image dimension [x], image size [x]
- What IDE to use for Python? (2011-04-04) python [x] ; ide [x]
- Inspiration (2011-04-03) Uncategorized [x] ; confucius [x], inspiration [x], quote [x]
- Prettify HTML with BeautifulSoup (2011-04-03) python [x] ; beautifulsoup [x], beautify [x], html [x], prettify [x]
- Python cheat sheets (2011-03-31) python [x] ; cheat sheet [x], reference card [x]
- Princess Python (2011-03-29) fun [x], python [x] ; comics [x], marvel [x], princess [x], princess python [x], spider-man [x]
- Useful Python modules (2011-03-27) python [x] ; module [x]
- Static HTML filelist generator (2011-03-26) python [x] ; html filelist [x], html generator [x], static [x]
- Traversing a directory recursively (2011-03-26) python [x] ; directory [x], recursive [x], recursively [x], traverse [x]
- Get the RottenTomatoes rating of a movie (2011-03-26) python [x] ; beautifulsoup [x], imdb [x], movies [x], rating [x], rotten tomatoes [x], rottentomatoes [x]
- Get the IMDB rating of a movie (2011-03-25) python [x] ; beautifulsoup [x], imdb [x], imdbpy [x], movies [x], rating [x]
- Hidden features of Python (2011-03-22) python [x] ; hidden features [x]
- The “Hello World” Easter Egg (2011-03-22) python [x] ; easter egg [x], fun [x], hello world [x]
- Improve your Python skills (2011-03-22) python [x] ; guru [x], improve [x], knowledge [x], skills [x], tips [x]
- IPython, an enhanced Python shell (2011-03-19) python [x] ; ipython [x], python shell [x], shell [x]
- Python for Unix and Linux System Administration (2011-03-19) python [x] ; book [x], linux [x], o’reilly [x], system administration [x], unix [x]
- Python video tutorials (2011-03-16) python [x] ; tutorial [x], video [x]
- Print colored text in terminal (2011-03-16) python [x] ; color [x], java [x], termcolor [x], terminal [x]
- Extra packages in PyPI (2011-03-16) python [x] ; install [x], package [x], pip [x], pypi [x]
- Install the Eric Python IDE (2011-03-15) python [x] ; editor [x], eric [x], eric4 [x], ide [x], install [x]
- Equivalent of the which command in Python (2011-03-13) python [x] ; executable [x], path [x], which [x]
- Extract all links from a web page (2011-03-10) python [x] ; beautifulsoup [x], extract [x], firefox [x], link [x], tab [x]
- Copy string to X clipboards (2011-03-05) python [x] ; clipboard [x], xclip [x], xsel [x]
- Google Python Class (2011-03-04) python [x] ; google [x], youtube [x]
- Figure out the hostname (2011-03-03) python [x] ; hostname [x]
- Python tutorials at IBM developerWorks (2011-02-28) python [x] ; ibm [x], tutorial [x]
- Check downloaded movies on imdb.com (2011-02-27) python [x] ; firefox [x], horror [x], imdb [x], movies [x], tab [x]
- Current date and time (2011-02-25) python [x] ; date [x], now [x], time [x], timestamp [x]
- Python tutorials of Full Circle Magazine in a single PDF (2011-02-21) python [x] ; full circle magazine [x], pdf [x], tutorial [x]
- Create a temporary file with unique name (2011-02-19) python [x] ; cron [x], crontab [x], html [x], pdf [x], temp [x], temporary [x], time [x]
- Send e-mails via Gmail (2011-02-19) python [x] ; attachment [x], email [x], gmail [x]
- Should I use Python 2 or Python 3? (2011-02-04) python [x] ; dive into python 3 [x], documentation [x], python2 [x], python3 [x], tutorial [x]
- Where does a page redirect to? (2010-12-21) python [x] ; 302 [x], redirect [x], requests [x]
- Reading and writing a file (2010-12-17) python [x] ; file [x], line by line [x], read [x], text [x], write [x]
- unicode to ascii (2010-12-17) python [x] ; accent [x], ascii [x], convert [x], unicode [x]
- Using MySQL from Python (2010-12-14) python [x] ; mysql [x]
- Rename multiple files (2010-11-02) python [x] ; batch [x], glob [x], regexp [x], rename [x], sort [x]
- Fluffy is gone (2010-10-29) python [x] ; fluffy [x], snake [x]
- Levenshtein distance (2010-10-19) python [x] ; distance [x], Levenshtein [x]
- Hamming distance (2010-10-19) python [x] ; distance [x], hamming [x], similarity [x], zip [x]
- Permutations of a list (2010-10-19) python [x] ; factorial [x], permutations [x]
- Generators (2010-10-19) python [x] ; David Beazley [x], fibonacci [x], generators [x], pdf [x], presentation [x], pycon 2008 [x], slides [x]
- PyCon 2010, EuroPython 2010 (2010-10-18) python [x]
- The News Television Project (HirTV) (2010-10-18) python [x] ; hirtv [x], mplayer [x], news [x], television [x], video [x], yesterday [x]
- Get URL info (file size, Content-Type, etc.) (2010-10-18) python [x] ; content-type [x], header [x], mime [x], requests [x], url [x], url size [x]
- check if URL exists (2010-10-17) python [x] ; header [x], requests [x], url [x]
- date today (2010-10-17) python [x] ; date [x], today [x]
- Pylint (2010-10-16) python [x] ; code checker [x], pylint [x], refactoring [x]
- chomp() functionality in Python (2010-10-11) python [x] ; chomp [x], perl [x], text file [x], whitespace [x]
- Python Challenge #1 (2010-10-08) python [x] ; ascii [x], caesar [x], challenge [x], cipher [x], translation [x]
- Python Challenge (2010-10-08) python [x] ; challenge [x]
- sprintf in Python 2 (2010-10-04) python [x] ; dictionary [x], locals [x], print [x], sprintf [x]
- Print in Python 2 (2010-10-01) python [x] ; pprint [x], print [x], print_r [x], stderr [x], stdout [x]
- Creating and importing a module (2010-09-30) python [x] ; import [x], module [x], test suite [x]
- Prison break (2010-09-29) python [x] ; exercise [x], iteration [x], loop [x], prison [x]
- Reverse an integer (2010-09-29) python [x] ; exercise [x], integer [x], reverse [x]
- Fibonacci numbers (2010-09-28) python [x] ; exercise [x], fibonacci [x]
- A to Z, then Z to A (2010-09-28) python [x] ; alphabet [x], challenge [x], file [x], reverse [x]
- Reverse a file (2010-09-27) python [x] ; exercise [x], file [x], reverse [x]
- Autoflush (2010-09-27) python [x] ; autoflush [x], buffer [x], context manager [x], print [x]
- StringBuilder functionality in Python (2010-09-27) python [x] ; concatenate [x], java [x], string [x], stringbuffer [x], stringbuilder [x], StringIO [x]
- First 15 digits of PI (2010-09-27) python [x] ; approximation [x], pi [x], song [x]
- Play sound (2010-09-26) python [x] ; avi [x], mp3 [x], mplayer [x], sound [x], video [x], wav [x]
- Pretty print an integer (2010-09-24) python [x] ; exercise [x], integer [x], pretty [x], print [x]
- Reverse a string (2010-09-23) python [x] ; exercise [x], reverse [x], slice [x], string [x]
- ASCII table (2010-09-21) python [x] ; ascii [x], exercise [x]
- Template (2010-09-21) python [x] ; main [x], tip [x]
- Intro (2010-09-20) Uncategorized [x]
Number of posts: 388 public (2 private).
This page was generated with Jabba Laci’s Archives List Generator. Feel free to use it on your blog.
