↧
Installing mysql for python throws mysql_config not found
I am just re-inventing the wheel here. I had this article on this site but the previous hosting was expired and my database file was corrupted, so I had to do this again. And I also know at least one...
View ArticleInterview questions for pyton and php programmers
I have been using this format for my interviews previously and it greatly helped me. Since I am trying to create a new blog, I was thinking of publishing something that will have some use for...
View ArticleSimple email validation in python
Email validation is lot more complicated than it seems. A real validation will take this pretty looking regex to implement. So here is a very very basic email validation to your rescue, import re def...
View Article