Blog

How to Concatenate Two Lists in Python

The built-in data type List stores multiple items in a single variable. You can create lists using square brackets []. If you have two lists and you want to concatenate them, there are several methods you can use to do so. This tutorial will go through six of the...

read more

How-to Guide for Python Uppercase

In Python, we can use built-in functions to manipulate strings. For example, we may want to capitalize the first characters in a name for form entry. The upper() function is helpful for converting all case-based characters in a string to uppercase. We can use the...

read more

How to Compare Strings In Python

This tutorial will go through how to compare strings in Python with the help of code examples. Python String Refresher A string is a Python data type. A string is a list of characters in Unicode representation. Python deals with a string as an array of characters....

read more
Profile Picture
Senior Advisor, Data Science | [email protected] | + posts

Suf is a senior advisor in data science with deep expertise in Natural Language Processing, Complex Networks, and Anomaly Detection. Formerly a postdoctoral research fellow, he applied advanced physics techniques to tackle real-world, data-heavy industry challenges. Before that, he was a particle physicist at the ATLAS Experiment of the Large Hadron Collider. Now, he’s focused on bringing more fun and curiosity to the world of science and research online.