site banner

Small-Scale Question Sunday for April 21, 2024

Do you have a dumb question that you're kind of embarrassed to ask in the main thread? Is there something you're just not sure about?

This is your opportunity to ask questions. No question too simple or too silly.

Culture war topics are accepted, and proposals for a better intro post are appreciated.

1
Jump in the discussion.

No email address required.

Does anybody like programming?

I have been hired as a sole and lead Python developer in a company. But my Python experience is mostly on Numpy, if anybody has some tips? It would be very appreciated!

Always freeze your dependencies to ensure your system is reproducible and won't randomly break when deployed.

Consider reading Effective Python 2nd edition for an overview of Python's features, though as other commenters have pointed out, you probably don't want to use every feature of Python at once.

Use @dataclass for simple data.