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!

You can practice by working on some github issues on some repo like this random one: https://github.com/themotte/rDrama/issues

https://codecrafters.io/ is a bit pricey but fun. You should be able to burn through the "build your own http server" in python one pretty quickly.

I like to manage all of my language versions with asdf since it's one tool for versioning python/go/javascript/elixir/whatever.

Burning through a bunch of leetcode easy problems is a good way to get comfortable with a new language. Or if you've done a bunch of problems already try to translate those into python.