Anaconda Announces Online Course Series on Python for Data Science

DataCamp partners with Anaconda powered by Continuum Analytics to bring Open Data Science education for Python to the masses…

Similar

Fun with Markov Chains, Python, and Twilio SMS

One of the many allures of Twitter is that you can tweet at your favorite celebrity and (maybe) get a response. Still though, tweeting isn’t quite as intimate as trading text messages. So we thought it’d be fun to use Markov Chains, Programmable SMS, and ... (more…)

Read more »

Python Keywords: An Introduction

Python keywords make up the fundamental building blocks of any Python program. In this tutorial, you'll learn the basic syntax and usage for each of Python's thirty-five keywords so you can write more efficient and readable code. (more…)

Read more »

Python Iterators Explained

If you have written some Python code and used the for loop, you have already used iterators behind the scene but you probably didn’t know about it. Iterators are objects that we can iterate over one by one. They are practically everywhere in a Python code... (more…)

Read more »