Python

How To Create a Twitter App with Python — step-by-step Python tutorial on Progressive Robot

How To Create a Twitter App with Python

Having access to the Twitter API can help you manage your social media accounts, and allow you to mine social media for data. This can be useful for brand promotion if you represent a business or an organization, and it can be enjoyable and entertaining for individual users…

Read more
How To Set Up Python 2.7.6 and 3.3.3 on CentOS 6.4 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Python 2.7.6 and 3.3.3 on CentOS 6.4

In this the cloud provider article, we are going to talk about downloading and setting up Python (versions 2.7.6 and 3.3.3) without breaking the system’s default 2.6 (or 2.4 depending on CentOS distribution) and without breaking critical system tools such as YUM which depend on the system’s default. Furthermore, we continue with setting up two popular must-have Python tools: pip and virtualenv.

Read more
How To Write Comments in Python 3 — step-by-step Python tutorial on Progressive Robot

How To Write Comments in Python 3

Comments are lines in computer programs that are ignored by compilers and interpreters. This tutorial will go over how to use comments in your Python program, making your projects more readable for humans and thus more open to collaboration.

Read more
CHAT