#2articles1week
Read more stories on Hashnode
Articles with this tag
Introduction If you’re a software developer, you’ve probably heard of the terms “open-source software” and “closed-source software,” the two major...
There’s one tool you need for your software development career that Python doesn’t have. It's called None! Yes, the NoneType in Python. Seriously,...
Programming is about storing and utilizing data. We store data using primitive data types such as numbers and variables. We utilize that data (i.e.,...
Where real data may not be available, or user privacy is a concern, use Python's Faker to generate dummy data for application testing. It can be...