Hello, world!

Welcome to Datacrunch

June 29, 2010 · 1 min read

Hello, world!

Welcome to Datacrunch, a place to discuss programming, data science, and reverse engineering.

Python

Start by downloading and install Python from https://www.python.org/downloads and run IDLE:

print("Hello, world!")

Hello, world