If you have been programming in Python for a while now, you must have noticed a special type of Python files appearing every now and then, the files with .pyc extension.
In this article let’s try to demystify these *.pyc files!
If you have been programming in Python for a while now, you must have noticed a special type of Python files appearing every now and then, the files with .pyc extension.
In this article let’s try to demystify these *.pyc files!
Note: This article has also featured on blog.codingblocks.com

Wit.ai is a NLP (natural language processing) interface for applications capable of turning sentences into structured data. And most importantly, it is free! So, there are no API call limits!
Read More »
Note: This article has also featured on geeksforgeeks.org .
This article demonstrates how to print formatted text in Linux terminal using Python programming language.
Formatted text(also called styled text or rich text) as opposed to plain text, has styling information like:
Read More »
Note: This article has also featured on geeksforgeeks.org .
This article demonstrates how to create a simple Desktop Notifier application using Python.
A desktop notifier is a simple application which produces a notification in form of a pop-up message on desktop.
Note: This article has also featured on geeksforgeeks.org
This article discusses a built-in function in Python, eval.
It is an interesting hack/utility in Python which lets a Python program run Python code within itself.
Read More »
Note: This article has also featured on geeksforgeeks.org .

scikit-learn is an open source Python library that implements a range of machine learning, pre-processing, cross-validation and visualization algorithms using a unified interface.Read More »