MySQL replication monitoring with Python (no replies)
MySQL replication monitoring with Python http://tech.tomgoren.com/archives/86
View Articleslow connection when starting database handler (no replies)
>06/15/2010 03:13:21 PM [D:\ABC\abcd\web\infoM\logconf.py] - [ 54] [INFO ] 20 Logs will be created with size 20000000 >06/15/2010 03:13:21 PM [MedDb.py] - [ 8] [INFO ] --- Loading DataBase...
View ArticleHow to execute SELECT command with WHERE clause (1 reply)
I am using Python 3.1 and MySQL 5.0. My python code is, cursor.execute("SELECT Gene_name FROM cneviewer WHERE CNE_ID = 'CNS' " ) cneviewer is my database name and I have assigned a value to the...
View ArticleMySQL Sandbox embraces Python and meets Cluster (no replies)
MySQL Sandbox embraces Python and meets Cluster http://datacharmer.blogspot.com/2010/06/mysql-sandbox-embraces-python-and-meets.html
View ArticleProgramming philosophy (no replies)
Rather than requiring all desired functionality to be built into the language's core, Python was designed to be highly extensible. New built-in modules can be easily written in C, C++ or Cython....
View Articleneologism (no replies)
A common neologism in the Python community is pythonic, which can have a wide range of meanings related to program style. To say that a piece of code is pythonic is to say that it uses Python idioms...
View ArticleTyping (no replies)
Python uses duck typing and has typed objects but untyped variable names. Type constraints are not checked at compile time; rather, operations on an object may fail, signifying that the given object...
View ArticleImport error (no replies)
I switched to Python 2.7 (am running Mac OS X 10.5.8) and found that I have to re-install MySQLdb. When I did this, and tried to import MySQLdb, I find that I get the following error: Traceback (most...
View ArticleCheck if a record exists (no replies)
Hello! I am writing a python function to check if a user exists in a database. This is the code: def searchUser(): print 'Which user are you looking for?' Username = raw_input('> ') sql = '''IF...
View ArticleFedora 13: Developer friendly debugging [GDB, SystemTap StaticProbes, C, C++,...
http://press.redhat.com/2010/04/27/fedora-13-spotlight-feature-exploring-new-frontiers-of-python-development/ In Fedora 13, we include SystemTap Static Probes, which application developers can use to...
View ArticleMySQL, Django, Python, html allllll in one! Help!!! (no replies)
Hi! ...not sure if this counts so much for being embedded... but figured it was worth a try... So I have a sort of complex question, I'll try to make it as clear as possible but please ask me to...
View ArticleMySQL, Django, Python (2 replies)
Hi! So I have a sort of complex question, I'll try to make it as clear as possible but please ask me to clarify if needed. The project that I'm working on requires me to take the data from a legacy...
View ArticleProblem installing MySQLdb on Linux (no replies)
I downloaded MySQL-python-1.2.3.tar.gz and when I do 'python setup.py build' I get the following traceback: 'import site' failed; use -v for traceback Traceback (most recent call last): File...
View ArticleMySQL Connector/Python: Database Pooling (no replies)
MySQL Connector/Python: Database Pooling http://geert.vanderkelen.org/2010/08/mysql-connectorpython-is-or-should-be.html
View ArticleMulti-threading MySQL queries in Python (no replies)
Multi-threading MySQL queries in Python http://themattreid.com/wordpress/2010/08/30/easy-python-threading-mysql-connections/
View Articlei want to calculate how much time each employee sending outside of the...
empcode emp_code_name time in_out date 0031 ASHWINI O 08:12:27 Entry 2010-09-14 0031 ASHWINI O 08:48:04 Exit 2010-09-14 0031 ASHWINI O 09:04:39 Entry 2010-09-14 0031 ASHWINI O 11:42:40 Exit 2010-09-14...
View ArticleMobile Contest for Application Developer at Mobile Developer Summit 2010 (no...
Contest Winners will Demo their Apps on the MODS Stage Mobile has become a hotebed for innovation. As the ecosystem pushes the pedal to transition to a mobile-centric computing world, developers find...
View ArticleShowcase your Mobile Application at Mobile Developer Summit (no replies)
Hi Guys, If you are Mobile App Developer, Here is a chance to showcase your App in front of 1000+ live audience only at Mobile Developer Summit 2010 which is going to take place on 10 November in...
View ArticleMySQL Connector/Python: 0.2-devel available (no replies)
MySQL Connector/Python: 0.2-devel available http://geert.vanderkelen.org/post/347/
View Article