Pontakorn Paesaeng
Pontakorn's Blog

Pontakorn's Blog

Follow
homebadges
Tag

Python

#python

More content

Read more stories on Hashnode


Articles with this tag

Why do we need unit test? And how to write it in Python?

Jan 4, 20223 min read

A good program must be correct. Try to imagine getting negative salary because of a bug. To verify how the program work, you must test it. But testing...

Why do we need unit test? And how to write it in Python?

4 things you can do to make your Python code better

Dec 25, 20213 min read

Imagine that you were working on a project yesterday and you cannot understand your code today. Or, someone wrote a long line of code and you need to...

4 things you can do to make your Python code better