News

This post explains how to use if statements in Python. This will form the backbone of much of your code going forward! Else statements, nesting, + more.
The simplest form of regression in Python is, well, simple linear regression. With simple linear regression, you're trying to ...
Want to start a large project? Keep away from Python. On a large scale it isn’t as awesome as you think — here's what to use instead.
Python in Excel a Smarter Way to Use External Data Watch this video on YouTube. Stay informed about the latest in Python in Excel by exploring our other resources and articles.
This post explains how to use loops in Python. You'll learn FOR loops, WHILE loops, BREAK, CONTINUE and more. A crucial skill for coding!