Python challenges with solutions and code

Vinci Sharma
Apr 21, 2021

--

Photo by Christopher Gower on Unsplash

Python is a popular programming language being used to create enterprise grade web applications, for data science, APIs and to let the computer play the dino game while you sip on your pina colada. On this page you will find a number of different challenges starting from the absolute beginner to advanced Python users.

This page will be frequently updated, so do keep coming back for more.

Absolute Beginner

Python functions and keywords such as print, input, different data types, arithmetic operations.

  1. Ask for name and print greeting.
  2. Ask for two numbers and print their sum.

Beginner

Intermediate Beginner

Binary search algorithm

Advanced Beginner

Intermediate Python

Advanced Python

If you like what you see and want to read more, please follow me on Medium or connect with me on LinkedIn.

--

--