learnbyexample@programming.dev to Python@programming.devEnglish · 21 days agoI know Python basics, what next?learnbyexample.github.ioexternal-linkmessage-square4fedilinkarrow-up140arrow-down10
arrow-up140arrow-down1external-linkI know Python basics, what next?learnbyexample.github.iolearnbyexample@programming.dev to Python@programming.devEnglish · 21 days agomessage-square4fedilink
minus-squareNostraDavid@programming.devlinkfedilinkarrow-up8·21 days agoLearn how to test (which is also what the article recommends). Write unit tests. Write property-based tests. I don’t care which ones, but automate the SHIT out of your tests. Also curse at your school for not teaching you this from day one.
Learn how to test (which is also what the article recommends).
Write unit tests. Write property-based tests. I don’t care which ones, but automate the SHIT out of your tests.
Also curse at your school for not teaching you this from day one.