I would suggest you check another project "flake8-bugbear". I am not affiliated with this project but the extra tests/checks it performs helps you to develop with better coding skills and code readability. Every dev should be using a linter configured minimally so as a new dev can get up to speed as quickly as possible and not straying from industry standards as little as possible. Using pre-commit can help safeguard against "bad" code being committed to version control (git, hg, etc) or a full CI.
I don't really comment on TH-cam videos but to be this is the best python tutorial channel on TH-cam
Good to see you after long time
Thank you - just warming up with a few simple tutorials then get back to where I think we left off.
Great as always!
Thank you for this new video! Hope you're feeling better. Regards from Colombia.
welcome back siirrr, let's go
More examples would be more useful than a long history lesson.
Thank you for the honest feedback - this is excatly what I need to hear.
any plan on making tutorial about Django async orm and async drivers in general?
Nice to see you after a long time
Is it possible to set CORS for a particular mobile app
Have you tried ruff? It's an extremely fast Python linter, written in Rust.
Will take a look thank you!
I would suggest you check another project "flake8-bugbear". I am not affiliated with this project but the extra tests/checks it performs helps you to develop with better coding skills and code readability.
Every dev should be using a linter configured minimally so as a new dev can get up to speed as quickly as possible and not straying from industry standards as little as possible.
Using pre-commit can help safeguard against "bad" code being committed to version control (git, hg, etc) or a full CI.