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....
by Suf | Jun 27, 2020 | Experience, Remote Working, Tips
More people than ever are working from home. The global pandemic of 2020 has transformed many of our work routines, environments, and means of communicating. Chances are if you are employed in the technology sector, you are working remotely for at least a part of your...