Posts tagged "python"
- Notes on Fabric 2 and Python 3 (posted 2021-02-07)
- Creating a GraphQL API with Python, Graphene, and Postgres (posted 2019-02-20)
- Switching to OS X and front end development (posted 2015-09-10, 9 Comments)
- Logging the actual host (instead of localhost) with the Python elasticsearch client (posted 2015-08-18)
- Calling JavaScript from Python to de-CloudFlare scraped content (posted 2015-07-15, 1 Comment)
- An example using Python's groupby and defaultdict to do the same task (posted 2014-10-09)
- A bank style session timeout example using jQuery, Bootstrap, and Flask (posted 2014-09-17)
- The old "%" string formatting and the new string .format() method handle unicode differently (posted 2014-07-31, 1 Comment)
- Python logging filters do not propagate like handlers and levels do (posted 2014-02-12, 4 Comments)
- Subdomain-based configuration for a Flask local development server (posted 2014-02-07)
- How to add a margin around markers in the Google Static Maps API using Python (posted 2013-11-26)
- Mock notes (posted 2013-04-15)
- Do you have a lot of short, single-use, private functions in your Python code? (posted 2013-04-12, 7 Comments)
- How to expose a Flask local development server to the public using SSH remote port forwarding (posted 2013-02-12, 3 Comments)
- When is the try-finally block used in Python? (posted 2013-02-01)
- Using Python's gzip and StringIO to compress data in memory (posted 2012-11-07, 6 Comments)
- How to use pip with crate.io (posted 2012-10-24, 5 Comments)
- How to run a Django local development server on a remote machine and access it in your browser on your local machine using SSH port forwarding (posted 2012-10-23, 2 Comments)
- Testing HTTPS w/ Flask's development server using stunnel on Ubuntu (posted 2012-10-17, 2 Comments)
- python enum types (posted 2012-10-10)
- Python data object motivated by a desire for a mutable namedtuple with default values (posted 2012-08-03, 2 Comments)
- Example POSTing binary data using pycurl (posted 2012-08-01)
- How to prevent nose (unittest) from using the docstring when verbosity >= 2 (posted 2012-07-06, 1 Comment)
- Test coverage with nose and coverage.py (posted 2012-04-07, 4 Comments)
- Pycon 2012 talks that I saw that I enjoyed (posted 2012-03-24)
- Setting the Expires header for S3 media using Python and boto (posted 2012-02-11, 1 Comment)
- How to get the filename and it's parent directory in Python (posted 2011-12-28)
- Creating a histogram plot with python (posted 2011-12-08, 1 Comment)
- A unique Python redis-based queue with delay (posted 2011-11-08, 4 Comments)
- How to get username, home directory, and hostname with Python (posted 2011-11-05, 2 Comments)
- Find all combinations of a set of lists with itertools.product (posted 2011-11-01)
- Python gnupg (GPG) example (posted 2011-10-28, 9 Comments)
- Notes on using keyczar and python (posted 2011-10-05)
- Some more python recursion examples (posted 2011-10-05, 2 Comments)
- How to remove ^M characters from a file with Python (posted 2011-10-03, 7 Comments)
- Notes on sqlalchemy w/ pyodbc, freetds on Ubuntu (posted 2011-09-28, 4 Comments)
- Remove leading and trailing whitespace from a csv file with Python (posted 2011-08-12, 3 Comments)
- Example parsing XML with lxml.objectify (posted 2011-07-19, 2 Comments)
- Notes on tracing code execution in Django and Python (posted 2011-06-25, 1 Comment)
- (Not too successfully) trying to use Unix tools instead of Python utility scripts (posted 2011-04-20, 13 Comments)
- How to use the bash shell with Python's subprocess module instead of /bin/sh (posted 2011-04-13, 1 Comment)
- Fabric post-run processing Python decorator (posted 2010-11-06)
- How to get the date N days ago in Python (posted 2010-10-16, 2 Comments)
- Class-based Fabric scripts via a Python metaprogramming hack (posted 2010-09-23, 3 Comments)
- Twisted web POST example w/ JSON (posted 2010-08-25)
- Quick notes on trying the Twisted websocket branch example (posted 2010-05-24, 5 Comments)
- My Emacs Python environment (posted 2010-05-10, 15 Comments)
- Notes on Python and beanstalkd on Ubuntu Karmic (posted 2010-04-28)
- Using a Python timeout decorator for uploading to S3 (posted 2010-04-27, 6 Comments)
- Options for listing the files in a directory with Python (posted 2010-04-19, 7 Comments)
- Notes on using Gearman with Python (posted 2010-04-17, 5 Comments)
- Monitoring a filesystem with Python and Pyinotify (posted 2010-04-09, 2 Comments)
- How to sort a list of dicts in Python (posted 2010-04-02, 1 Comment)
- os.path.relpath() source code for Python 2.5 (posted 2010-03-31, 1 Comment)
- Two of the simplest Python decorator examples (posted 2010-03-09, 7 Comments)
- How to list attributes of an EC2 instance with Python and boto (posted 2010-03-08, 13 Comments)
DeclarativeFunctional vs. imperative style in Python (posted 2010-02-26, 15 Comments)- Python paramiko notes (posted 2010-02-24, 1 Comment)
- Python MongoDB notes (posted 2010-02-22, 7 Comments)
- Using Python to write to an Excel / OpenOffice Calc spreadsheet on Ubuntu Linux (posted 2010-02-15, 16 Comments)
- How to install MySQLdb in a virtualenv on Ubuntu Karmic (posted 2010-02-15, 20 Comments)
- How to install pip on Ubuntu (posted 2010-02-15, 21 Comments)
- Python setdefault example (posted 2010-02-09, 6 Comments)
- A hack to copy files between two remote hosts using Python (posted 2010-02-08, 3 Comments)
- Iterating over lines in multiple Linux log files using Python (posted 2010-01-23, 3 Comments)
- "ImportError: No module named pstats" error on Ubuntu (posted 2010-01-21, 7 Comments)
- Wmii Python script to monitor remote machines (posted 2009-12-22)
- Trying out a Retry decorator in Python (posted 2009-11-17, 11 Comments)
- Notes on switching my Djangos to mod_wsgi (posted 2009-10-22, 4 Comments)
- How to capture stdout in real-time with Python (posted 2009-10-12, 6 Comments)
- Notes on Python logging (posted 2009-10-07, 3 Comments)
- Notes on Python Fabric 0.9b1 (posted 2009-10-04, 6 Comments)
- Notes on working with files and directories in Python (posted 2009-09-18)
- Python optparse example (posted 2009-09-16, 9 Comments)
- Notes on migrating this blog from SQLite to PostgreSQL using Django (posted 2009-08-07, 1 Comment)
- Using psycopg2 with virtualenv on Ubuntu
JauntyMaverick (posted 2009-07-31, 23 Comments) - Install wmii snapshot 20090703 on Ubuntu Jaunty (posted 2009-07-13, 4 Comments)
- Find the N longest lines in a file with Python (posted 2009-06-28, 4 Comments)
- Notes on using pip and virtualenv with Django (posted 2009-05-06, 24 Comments)
- Converting time zones for datetime objects in Python (posted 2009-05-05, 12 Comments)
- How to reverse words in a sentence using Python and C (posted 2009-04-22, 8 Comments)
- How to convert a PNM file to PDF with Python (posted 2009-04-20)
- My Python geek list (posted 2009-04-13, 2 Comments)
- Scripting wmii column widths with Python (posted 2009-04-12, 3 Comments)
- Python datetime / time conversions (posted 2008-11-12, 12 Comments)
- Python UnicodeEncodeError: 'ascii' codec can't encode character (posted 2008-11-06, 32 Comments)
- How to escape (percent-encode) a URL with Python (posted 2008-10-29, 3 Comments)
- Running a Twisted Perspective Broker example with twistd (posted 2008-10-27, 1 Comment)
- Twisted links (posted 2008-10-21, 2 Comments)
- Can't block for a Deferred in Twisted (posted 2008-10-20, 1 Comment)
- Running functions periodically using Twisted's LoopingCall (posted 2008-10-14, 6 Comments)
- Installing beanstalkd and pybeanstalk on Ubuntu (posted 2008-10-10)
- Installing Python 2.6 from source on Ubuntu Hardy (posted 2008-10-02, 13 Comments)
- Notes on Python deployment using Fabric (posted 2008-09-28, 1 Comment)
- Python urlparse example (posted 2008-09-24, 2 Comments)
- How to get stdout and stderr using Python's subprocess module (posted 2008-09-23, 10 Comments)
- Notes on parallel processing with Python and Twisted (posted 2008-09-12)
- Notes on starting processes in Python (posted 2008-09-12)
- Simplistic Python Thread example (posted 2008-09-09, 21 Comments)
- How to iterate over an instance object's data attributes in Python (posted 2008-09-07, 12 Comments)
- How to conditionally replace items in a list (posted 2008-08-22, 11 Comments)
- Python recursion example to navigate tree data (posted 2008-08-19, 12 Comments)
- On using Python, the Digg API, and simplejson (posted 2008-08-19, 1 Comment)
- Somewhere on your Python path (posted 2008-08-05)
- How to use gnip-python to retrieve activity from Twitter, Delicious, Digg, etc. (posted 2008-08-01)
- How to search C code for division or sqrt (posted 2008-07-24)
- Django Blog Project #9: Migrating Blogger posts with Beautiful Soup (posted 2008-07-14, 3 Comments)
- How to get the current date and time in Python (posted 2008-06-26, 35 Comments)
- /usr/bin/python: bad interpreter: Permission denied error (posted 2008-05-12, 3 Comments)
- Django Blog Project #1: Creating a basic blog (posted 2008-05-09, 9 Comments)
- How to use Python's enumerate and zip to iterate over two lists and their indices. (posted 2008-04-18, 12 Comments)
- Recommended books (posted 2008-04-17, 2 Comments)
- Working with files and directories in Python (posted 2008-04-14)
- PyQt: How to pass arguments while emitting a signal (posted 2008-01-29, 10 Comments)
- PyQt4 QItemDelegate example with QListView and QAbstractListModel (posted 2008-01-23, 2 Comments)
- How to invert a dict in Python (posted 2008-01-14, 2 Comments)
- Notes on Python variable scope (posted 2008-01-09, 28 Comments)
- Saving a Python dict to a file using pickle (posted 2008-01-07, 16 Comments)
- Python PyQt Tab Completion example (posted 2008-01-04, 1 Comment)
- How to use *args and **kwargs in Python (posted 2008-01-03, 105 Comments)
- How to find the intersection and union of two lists in Python (posted 2008-01-03, 6 Comments)
- How to capture the Tab key press event with PyQt 4.3 (posted 2008-01-03, 7 Comments)
- PyQt 4.3 Simple QAbstractListModel/ QlistView example (posted 2008-01-03, 6 Comments)
- How to pass command line arguments to your Python program (posted 2007-12-20, 3 Comments)
- Tabular data structure conversion in Python (posted 2007-12-20)
- Iterating through two lists in parallel using zip() (posted 2007-12-19)
- How to convert a dictionary of lists to a list of lists in Python (posted 2007-12-10)
- How to convert a list of dictionaries to a list of lists in Python (posted 2007-12-10)
- PyQt 4.3 QTableView / QAbstractTableModel sorting example (posted 2007-12-05, 23 Comments)
- How to sort a table by columns in Python (posted 2007-12-05, 11 Comments)
- PyQt 4.3 QTableView / QAbstractTableModel formatting example (posted 2007-12-04, 6 Comments)
- PyQt example: How to run a command and disply its stdout (posted 2007-12-03, 3 Comments)
- How to display the stdout of a command with PyQt (posted 2007-12-03)
- How to copy Python lists or other objects (posted 2007-11-29)
- Python circular buffer (posted 2007-11-29, 2 Comments)
- Django project #3: Creating models (posted 2007-11-28)
- How to remove C style comments using Python (posted 2007-11-28, 8 Comments)
- Migrating Excel data to SQLite using Python (posted 2007-11-27, 8 Comments)
- python sleep (posted 2007-11-15, 1 Comment)
- Django project #2: SQLite setup (posted 2007-11-15, 1 Comment)
- Relational database introduction with Python and SQLite (posted 2007-11-14, 3 Comments)
- Django project #1: Install (posted 2007-11-09, 7 Comments)
- How to get current working directory in Python (posted 2007-11-02)
- Using Python's finditer to highlight search items (posted 2007-10-16, 2 Comments)
- Using Python's finditer for Lexical Analysis (posted 2007-10-16)
- Python profiling of 2 string concatenation techniques (posted 2007-10-09, 2 Comments)
- Python finditer regular expression example (posted 2007-10-03, 3 Comments)
- Python word wrap function (posted 2007-09-21, 9 Comments)
- How to sort a Python dict (dictionary) by keys or values (posted 2007-09-13, 28 Comments)
- backing up with rsync (posted 2007-08-31, 1 Comment)
- My software tools list (posted 2007-08-10, 6 Comments)
- More PyQt example code (posted 2007-06-21, 6 Comments)
- How to get code completion for PyQt using Pydev (posted 2007-06-14, 9 Comments)
- "Pydev code completion: rebuilding modules" error (posted 2007-06-14)
- More example code for PyQt 4.2 (posted 2007-06-12, 1 Comment)
- PyQt 4.2 QAbstractTableModel/QTableView Example (posted 2007-06-11, 3 Comments)
- Python os.walk example (posted 2007-03-15, 14 Comments)
- How to use python and popen4 to capture stdout and stderr from a command (posted 2007-03-12)
- Eclipse/Pydev "Execption occurred executing command line" error (posted 2007-01-30)
- PyQt4 Examples (posted 2007-01-25, 3 Comments)
- How to install PyQt 4.3 and Python 2.5 on Windows (posted 2007-01-25, 24 Comments)
- How to install Easy Install for Python (posted 2007-01-10, 4 Comments)
- How to draw a simple line using python and the matplotlib API - (posted 2007-01-05, 1 Comment)
- How to use the pylab API vs. the matplotlib API (posted 2007-01-04)
- How to create some derived arrow classes with matplotlib and python (posted 2007-01-03)
- How to draw an arrow with matplotlib and python (posted 2007-01-02)
- Example pie charts using python and matplotlib (posted 2006-12-19, 3 Comments)
- Larger python qt pyqt example (posted 2006-12-18, 1 Comment)
- QTableWidget Example using Python 2.4, QT 4.1.4, and PyQt (posted 2006-10-25, 6 Comments)