You are browsing the post archives

Articles related to ‘Python’

How To Install Beautiful Soup Scraping Library for Python?


Python Logo

Beautiful Soup is a Python library using which you can scrape data from various webpages online. Although Python has another vast and better framework called the Scrapy for web-data scraping purposes but Beautiful Soup is a very light-weight library and does the job quickly. You can install Beautiful Soup using following two commands: Some sample…

 How-To   Web  

By Debjit
Advertisement

How To Set, Get & Delete HTML Browser Cookies Using Python?


Python Logo

In this article we will show you how to set HTML browser cookies and then retrieve them and finally delete those cookies all using Python programming language.

 How-To   Programming   Web  

By Debjit

Easter eggs in Python


Easter eggs in Python

Easter eggs are always a sweet surprise. And Python also has some. Heres a list of Python’s easter eggs. Try them out and be surprised! # Fire up the Python console and type in ‘ import __hello__ ‘ or ‘ import __phello__ ‘ and this is what you will get. It happens only on the…

 Uncategorized  

By Debjit

bpython – spice up your Python interpreter


bpython – spice up your Python interpreter

Tired of iPython’s interactiveness ? Want something different and refreshing ? Get hold of bpython. bpython basically adds a fancy interface to the Python interpreter and jazzes up the old (not so inspiring) looks of it … and oh boy! I bet you will love the way it does so. If you don’t believe me…

 Articles   Programming   Tech  

By Debjit
Advertisement

Dive into Python 3 with Mark Pilgrim


Dive into Python 3 with Mark Pilgrim

Dive Into Python is one of the best free books available to learn this amazing programming language called Python. The book is now also available for the all new Python 3. Titled Dive into Python 3, this book is yet another masterpiece from Mark Pilgrim who has been authoring the earlier versions of this book….

 Articles   Programming   Reviews   Tech  

By Debjit

Setting custom label for ImageMenuItem widget with stock icon in pygtk


Setting custom label for ImageMenuItem widget with stock icon in pygtk

You may have wanted to change the label contents of the stock item which you attached into the ImageMenuItem widget, but couldn’t find an easy way out to do it. We here present to you in simple steps a way to achieve this and set the label contents to anything you desire.

 Programming   Tech  

By Debjit

Father of Python programming language says google is much better than Bing


Father of Python programming language says google is much better than Bing

Guido Van Rossum, better known as the creator of the famous programming language, Python has expressed his feeling that Google is still a better search engine than Bing. In a tweet from his twitter account he says: “Search Bing for python prettyprinting, and compare the result with Google. See for yourself which is better. :-)”….

 Articles   Google   News   Web  

By Debjit

Python Scripting on your Nokia N Series mobile phone


Python Scripting on your Nokia N Series mobile phone

Well, yes you can now write codes and scripts using python on your mobile phone too, provided it runs a Symbian 60 Operating System, all the Nokia N Series phones do. You need two SIS files (Standard symbian installer packages) namely: The Python Binaries PythonForS60_1_4_3_3rdEd.SIS The Python Shell PythonScriptShell_1_4_3_3rdEd.SIS

 Linux   Mobile   Pragmatism   Programming  

By Debjit

How to host a web server using Python ?


How to host a web server using Python ?

Hosting a web server using Python is very simple. Any default installation of Python includes a module called SimpleHTTPServer. We can make use of this module to start python and host a web server on any port as we wish. In this article we will show you how to do so.

 Articles   How-To   Networks   Tech   Web  

By Debjit

Latest Published Articles



Browse the Archives Section

Latest Video Tutorials



    See all available Video Tutorials Section

    Windows 7 Arsenal



    See all articles in our Windows 7 Arsenal

    How-To Guides



    See all articles in our How-To Guides Section

    Linux Arena



    See all our articles related to Linux

    Smart Tips & Tricks



    Find out about more such Tips & Tricks