Introduction
Due to the trend for data sciences and popularity on the use of Python to teach computer programming.
Due to the growing ...
For further actions, you may consider blocking this person and/or reporting abuse
Don't forget about
wemake-python-styleguide
: github.com/wemake-services/wemake-...It is the strictest Python linter out there!
wemake-services / wemake-python-styleguide
The strictest and most opinionated python linter ever!
wemake-python-styleguide
Welcome to the strictest and most opinionated python linter ever.
wemake-python-styleguide
is actually a flake8 plugin with some other plugins as dependencies.Quickstart
You will also need to create a
setup.cfg
file with the configuration.We highly recommend to also use:
Running
This app is still just good old
flake8
And it won't change your existing workflow.See "Usage" section in the docs for examples and integrations.
We also support Github Actions as first class-citizens Try it out!
What we are about
The ultimate goal of this project is to make all people write exactly the same
python
code.I'm going to give this a try! Thanks for sharing.
This looks really nice.
Great Post. I really loved it. I would add Masonite which is a great framework and can be an alternative to Django If you quickly need to develop a complex app. 😁
An article:
masonitecasts.com/articles/5-reaso...
Are missing a few libraries for testing in particular: freezegun (to travel in time), vcrpy (to fake the replay of "cassetes" = http requests), and factory_boy (to create tons of objects in setup of your tests) etc...
I heard of factory_boy but had not heard about others
Good post, maybe 1 more for the list... 😜
Faster Than Requests with MultiThread Web Scraper:
dev.to/juancarlospaco/faster-than-...
Hahahaha shall try it out
httpx is emerging as a solid alternative to requests with http2 and async support
Thanks for sharing this Max!
No problem I hope you like it.