I have been part of the Toptal network since late 2020. In this post I will share with you my experience of interviewing, getting hired, finding a great client and working for Toptal.VIEW POST
In this article I collected a few interesting project ideas for you to improve your Python coding skills. All ideas come with a follow-along video and the full source code that you can copy.VIEW POST
Properties are one of the more advanced OOP techniques in Python. They can be used to encapsulate properties using object methods - the most common use cases include data sanitization and validation and dynamically generating values using different formatting.VIEW POST
Python lists are extremely powerful and very performant data structures, in this tutorial I will show you a few recipes that you can use when working with lists.VIEW POST