by Suf | Nov 25, 2021 | Data Science, Programming, Python, Tips
Understanding the similarity between two objects is a universal problem. In machine learning, you can use similarity measures for various issues. These include object detection, classification and segmentation tasks in computer vision and similarity between text...
by Suf | Nov 25, 2021 | Programming, Python, Tips
List indexing is a valuable tool for you as a Python developer. You can extract specific values or ranges of values using indices or slices. You may encounter the TypeError telling you that the index of the list must be integers or slices but not strings. In this part...
by Suf | Nov 23, 2021 | Programming, Python, Tips
In this Python Solutions post, you will learn the various ways to check if a string contains a substring. Checking for a substring is a common task in Python that you can use for conditional statements. We will explore with the use of the in Operator, the .index()...
by Suf | Jul 19, 2020 | Data Science, Experience, Research, Tips
You have developed a passion and now you want to embark on a new career, but you are unsure where to start to enter the space of data science. This post will provide you with clear, practical steps to get on the road to a rewarding and stimulating career path. The...
by Suf | Jul 7, 2020 | Experience, Research, Tips
Is the grass greener on the other side? As with all things in life, there are pros and cons to moving into industry after being in academia and vice versa. I discuss the differences between the two career paths and things to consider in preparation for the transition....