New ask Hacker News story: Ask HN: How can I get better at writing production-level Python?
Ask HN: How can I get better at writing production-level Python?
10 by legobridge | 3 comments on Hacker News.
I'm looking for resources that could help me write better, more professional code in Python. I've worked extensively as a software developer in Java before, so I am aware of the many things that go into writing "real" code (as opposed to what one writes for Leetcode or even an academic project), from little things like using the right annotations, to bigger ones like dependency injection frameworks. I've used Python for Leetcode, scripting, isolated ML work, writing little games, etc., and I've read and practiced much of PEP8, so it's not that I write bad Python code. But I do feel that I could be doing so much better (since I've done better in Java) and I'd like to get to that level of proficiency as soon as I can. In that vein, I'm looking for any resources that have worked for any of you and you think would be suited for me. Thanks!
10 by legobridge | 3 comments on Hacker News.
I'm looking for resources that could help me write better, more professional code in Python. I've worked extensively as a software developer in Java before, so I am aware of the many things that go into writing "real" code (as opposed to what one writes for Leetcode or even an academic project), from little things like using the right annotations, to bigger ones like dependency injection frameworks. I've used Python for Leetcode, scripting, isolated ML work, writing little games, etc., and I've read and practiced much of PEP8, so it's not that I write bad Python code. But I do feel that I could be doing so much better (since I've done better in Java) and I'd like to get to that level of proficiency as soon as I can. In that vein, I'm looking for any resources that have worked for any of you and you think would be suited for me. Thanks!
Comments
Post a Comment