#python
Read more stories on Hashnode
Articles with this tag
As developers, we are all too familiar with code reviews. Having another pair of eyes take a look at our code can be wonderful; it shows us so many...
Right off the bat, let’s clarify an important distinction. Writing code that works and writing good code are two very different things. The former is...
Python is undoubtedly a popular language. It consistently ranks among the most popular and most loved languages year after year. That’s not hard to...
Python has been the go to language for building web services, right from quick-and-dirty RESTful APIs to full-fledged web applications that serve...
If you write code that other developers review or contribute to, chances are you’re already adhering to a style guide for writing code. In this post,...