All for Joomla All for Webmasters
Browsing Tag

python

Python

Daemonize: running a Python script as a daemon

A daemon is a program that runs in background in your operational system. They’re usually processes that runs for an undefined amount of time executing tasks that don’t depend on the user. On a UNIX system, you may have…

Data Mining Python

Tweepy: Tweet Collector in Python

Twitter is a social network widely used for research (for both market and academy), mostly because its API is really robust and allows to emulate any user action. It also has the listening feature for the Streaming API, which…