this post was submitted on 14 Oct 2024
40 points (100.0% liked)

Python

6366 readers
1 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

๐Ÿ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

๐Ÿ Python project:
๐Ÿ’“ Python Community:
โœจ Python Ecosystem:
๐ŸŒŒ Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] NostraDavid@programming.dev 8 points 1 month ago* (last edited 1 month ago)

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.

Alas, I don't know any articles or books on how to learn, because school didn't teach me either. I learned the theory from Uncle Bob, among some others, but had to learn the actual work from work...