Mini Searches with Answers
These are links associated with recent searches I’ve done. They’re not difficult enough to warrant to their own posts but still super useful.
Working With Files and Paths
This may be the best cross platform file locking library for Python out there.
This may be the best cross platform file locking library for Python out there.
This is a simple recipe how to use XMLRPC with web.py
The trick is to use SimpleXMLRPCServer.SimpleXMLRPCDispatcher and feed the method processing the request data from web.webapi.data()
The trick is to use SimpleXMLRPCServer.SimpleXMLRPCDispatcher and feed the method processing the request data from web.webapi.data()
simplejson is a simple, fast, extensible JSON encoder/decoder for Python
simplejson is compatible with Python 2.3 and later with no external dependencies. It covers the full JSON specification for both encoding and decoding, with unicode support. By default, encoding is done in an encoding neutral fashion.
simplejson is compatible with Python 2.3 and later with no external dependencies. It covers the full JSON specification for both encoding and decoding, with unicode support. By default, encoding is done in an encoding neutral fashion.
Web.py – Why Doesn’t my URL Mapping Work When I put a Question Mark (?) in the Pattern?
Somehow web.py preprocesses your URL and removes a query string if it finds it. Thus the work around is to match the URL without the query string part and then use web.input() to access the variables. Golly, web.py, I’m kind of dissapointed on this one.
Somehow web.py preprocesses your URL and removes a query string if it finds it. Thus the work around is to match the URL without the query string part and then use web.input() to access the variables. Golly, web.py, I’m kind of dissapointed on this one.
Web Based ERM Diagram Tool with SQL Export
Finally can I design databases online?
Finally can I design databases online?
Scripting Microsoft SQL Server Enterprise Manager Tasks with Python
Wow, you can control Enterprise Manager type things! Who knew!
Wow, you can control Enterprise Manager type things! Who knew!
Store Binary Files Right in a Python Script
Pretty Neat
Pretty Neat
Tags: Api, Database, Design, File, Javascript, Json, Keyboard, Lock, Mysql, Onehanededtyping, Python, Sql, Sqlserver, Ubuntu, Utilitymill, Web.Py, Webservices, Win32, Work, Xmlrpc
[...] Mini Searches with Answers [...]