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 15 Python String Manipulation Exercises and Examples

15 Python String Manipulation Exercises and Examples

In Python programming, a string is a sequence of characters enclosed within single or double quotes. Strings are immutable, meaning they cannot be changed once created. Python provides a lot of...

Continue Reading
link to 10 Python Set Exercises and Examples

10 Python Set Exercises and Examples

In Python programming, a set is an unordered collection of unique elements. Sets are mutable, but the elements inside a set must be immutable and hashable. We use sets for operations like membership...

Continue Reading
link to 12 Python Tuple Exercises and Examples

12 Python Tuple Exercises and Examples

In Python programming, tuples are immutable ordered sequences of elements, similar to lists but with the key difference that they cannot be changed once defined. Tuples are immutable, whereas lists...

Continue Reading
link to Food Detection Using Python and LogMeal API

Food Detection Using Python and LogMeal API

Image recognition is now being used in plenty of real-world applications. In the food industry, artificial intelligence (AI) and image recognition can be used to detect food to automatically remove...

Continue Reading
link to How to Use ChatGPT With Python – An Easy Guide

How to Use ChatGPT With Python – An Easy Guide

We all know ChatGPT is powerful and can do many things. You might have probably used ChatGPT at least a few times before coming to this article. But have you ever tried to integrate ChatGPT with...

Continue Reading
link to How to Use Python with MongoDB – Tutorial

How to Use Python with MongoDB – Tutorial

Python's versatility makes it compatible with a wide range of applications. I highlighted in my post '10 Exciting Advantages of Python' that it accommodates a variety of libraries and...

Continue Reading
« PREV Page 1 Page 2 Page 3 Page 4 Page 5 … 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