Skip to main content
HomeCode-alongsData Analysis

Priceless Probability Puzzles in Python

Use Python to tackle some logic and probability puzzles
Feb 2023
Code along with us onCode Along

View Slides

To celebrate World Logic Day, we'll use Python to tackle some logic and probability puzzles. It's a fun way to practice getting from an abstract problem to a concrete solution using data and code.

We will be using DataCamp Workspace. All you need is a DataCamp account. If you need help, read the Getting Started with Workspace tutorial. Note that members of some enterprise groups do not yet have access to use DataCamp Workspace. Create a free DataCamp account with your personal email address to follow along.

We recommend that you have taken the following course before attending:

Additional resources

Key takeaways

  • How to approach different types of logic problems with coding.

  • Build functions to tacke challenges with different inputs.

  • Simulate random walks in Python.

Topics