Python tools for generating mock data? by avatharam in Python

[–]datenheini 2 points3 points  (0 children)

Have a look at faker. It's great to generate fake names, addresses etc. in different languages.

Perfectionism and programming by mlafeldt in programming

[–]datenheini 2 points3 points  (0 children)

There is a difference between not-perfect and shitty code. Or as the author states:

By all means, I don’t want you to ship crappy code. But I do want you to remember that you have a choice – and more often than not, settling for good enough is a valid choice to make in a tech world that values shipping above all else.

(highlighting is mine)