Skip to content
Pythonista Planet Logo
Search
  • Home
  • About
    • About Pythonista Planet
    • About Ashwin Joy
  • Topics
    • Programming
    • Python
    • Data Science
    • Web Development
    • Soft Skills
  • Resources
  • Ebooks
  • Create Apps Course

Posts by Ashwin Joy

link to 5 Python Recursion Exercises and Examples

5 Python Recursion Exercises and Examples

In programming, recursion is a technique using a function or an algorithm that calls itself one or more times until a particular condition is met.  A recursive function is a...

Continue Reading
link to 18 Python while Loop Examples and Exercises

18 Python while Loop Examples and Exercises

In Python programming, we use while loops to do a task a certain number of times repeatedly. The while loop checks a condition and executes the task as long as that condition is satisfied. The loop...

Continue Reading
link to 15 Python Dictionary Exercises and Examples

15 Python Dictionary Exercises and Examples

In Python, we use dictionaries to store data in the form of key-value pairs. You can find the value from the dictionary by searching for the key. The syntax of dictionaries is as follows: {...

Continue Reading
link to 23 Python List Exercises and Examples

23 Python List Exercises and Examples

In Python, a list is a data structure that stores a list of items in an arranged order. We can create a list by using square brackets with items inside and use commas to separate each item. In...

Continue Reading
link to 16 Python Functions Exercises and Examples

16 Python Functions Exercises and Examples

Functions allow us to use a block of statements multiple times without writing the code again and again. Once you define a function, you can call the function name whenever you want to use it. In...

Continue Reading
link to 17 Python if-else Exercises and Examples

17 Python if-else Exercises and Examples

We use conditional statements or if-else statements in Python to check conditions and perform tasks accordingly. Conditional statements are pretty useful in building the logic of a Python...

Continue Reading
« PREV Page 1 … Page 14 Page 15 Page 16 Page 17 Page 18 … Page 41 NEXT »

About the Author

I'm the face behind Pythonista Planet. I learned my first programming language back in 2015. Ever since then, I've been learning programming and immersing myself in technology. On this site, I share everything that I've learned about computer programming.

Legal Information

Pythonista Planet is the place where you learn technical skills and soft skills to become a better programmer. This site is owned and operated by Ashwin Joy. Pythonista Planet is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com. This site also participates in affiliate programs of Udemy, Treehouse, Coursera, and Udacity, and is compensated for referring traffic and business to these companies.

  • LinkedIn
  • Pinterest
  • Instagram
  • Twitter
  • Podcast
  • Privacy Policy
  • Terms and Conditions
  • Sitemap
© 2025 Copyright Pythonista Planet