- Favorites, Technology, Web development
- Data Science, Favorites, Programming, Python
- Favorites, iOS Development, Swift
Become a Python Guru
Subscribe to my newsletter.
Recent Posts

Reading a JSON File in Python
Reading a JSON file in Python is possible using json.load(): Example of Reading a JSON File in Python For example, suppose you have a JSON

Scatter Plots in Python
You can create scatter plots in Python by using the matplotlib as follows: Where x and y are lists of numbers or the data points

Mapping Python Lists, Dicts, and Tuples
Mapping in Python means applying an operation for each element of an iterable, such as a list. For example, let’s square a list of numbers

Python String in String
To check if a string contains another string in Python, use the in operator. For example: To also find the index at which the substring

Try Catch in Python
In Python, there is no such thing as try-catch. Instead, there is a try-except structure dedicated for error handling. This works similarly to the try-catch

Percentage Sign in Python
In Python, the % sign is commonly used in three cases: Modulo calculation. For example, 5 % 3 returns 2. Old-school string formatting. For example,

Artturi Jalli
Technical Writer
Hi, I’m Artturi! I’m an entrepreneur and a blogger from Finland. My goal is to make coding and tech easier for you.
artturi@codingem.com

How to Make an App — A Complete 10-Step Guide [in 2022]
Are you looking to create the next best-seller

9 Best Graphic Design Courses + Certification [in 2022]
Do you want to become a versatile and

8 Best Python Courses with Certifications [in 2022]
Are you looking to become a professional Python