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

F-Strings in Python (3.6+)
Formatted string or F-string in Python 3.6+ makes it possible to insert variables into strings. For example: Output: Let’s compare this to the old-school approach

What is the Difference between Let and Var in Swift?
In Swift, there are two types of values: Constants. These are immutable variables. Variables. These are mutable variables. To declare constants/variables in Swift: let is

iOS Development Tips in 2022
Do you want to improve your iOS development skills? Then look no further. I’ve collected some must-know tips that are going to boost your efficiency,

Swift Typealias – Make Your Code Understandable
In Swift, a typealias is an alias for an existing type. Using type alias in a strategic way can make your code more readable and

Swift One-Line If-Else
Did you know that you can replace this simple if-else statement in Swift: With this neat one-liner expression? This is possible thanks to what is called a ternary

Destructuring Tuples in Swift
In Swift, destructuring means pulling a tuple apart into multiple variables with a single assignment. Here is what tuple destructuring syntax looks like: Where: val1,

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

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

8 Best Swift & iOS App Development Courses [in 2022]
Are you looking to become an iOS developer?