Python drawer
@python101
33
subscribers
1
photo
2
files
3.7K
links
A collection of curated Python resources from trustworthy sources.
Download Telegram
Join
Python drawer
33 subscribers
Python drawer
https://medium.com/homeaway-tech-blog/simplify-your-python-developer-environment-aba90f32dddb
Medium
Simplify Your Python Developer Environment
Three tools (pyenv, pipx, pipenv) make for smooth, isolated, reproducible Python developer and production environments.
Python drawer
https://pythonspeed.com/articles/python-c-extension-crashes/
Python⇒Speed
When C extensions crash: easier debugging for your Python application
If your Python test suite segfaults in C code, debugging is difficult. But an easy configuration tweak can help you pinpoint the responsible code.
Python drawer
https://neopythonic.blogspot.com/2019/03/why-operators-are-useful.html
Blogspot
Why operators are useful
This is something I posted on python-ideas, but I think it's interesting to a wider audience. There's been a lot of discussion recently ab...
Python drawer
https://realpython.com/courses/python-decorators-101/
Realpython
Python Decorators 101 – Real Python
In this course on Python decorators, you'll learn what they are and how to create and use them. Decorators provide a simple syntax for calling higher-order functions in Python. By definition, a decorator is a function that takes another function and extends…
Python drawer
https://treyhunner.com/2019/03/python-deep-comparisons-and-code-readability/
Treyhunner
Tuple ordering and deep comparisons in Python
Comparing things in Python.
That sounds like something that almost doesn’t even need to be taught.
But I’ve found that Python’s …
Python drawer
https://bugs.python.org/issue36276
Python drawer
http://www.craigkerstiens.com/2019/03/13/give-me-back-my-monolith/
Craigkerstiens
Give me back my monolith - CRAIG KERSTIENS
It feels like we’re starting to pass the peak of the hype cycle of microservices. It’s no longer multiple times a week we now see a blog post of “How I migrated my monolith to 150 services”. Now I often hear a bit more of the counter: “I don’t hate my monolith…
Python drawer
https://realpython.com/python-mock-library/
Realpython
Understanding the Python Mock Object Library – Real Python
In this tutorial, you'll learn how to use the Python mock object library, unittest.mock, to create and use mock objects to improve your tests. Obstacles like complex logic and unpredictable dependencies make writing valuable tests difficult, but unittest.mock…
Python drawer
http://www.silkehenderickx.be/posts/internship/algorithmtocode/
Python drawer
https://opensource.com/article/19/3/python-image-manipulation-tools
Opensource.com
10 Python image manipulation tools
These Python libraries provide an easy and intuitive way to transform images and make sense of the underlying data.
Python drawer
https://github.com/Wookai/paper-tips-and-tricks
GitHub
GitHub - Wookai/paper-tips-and-tricks: Best practice and tips & tricks to write scientific papers in LaTeX, with figures generated…
Best practice and tips & tricks to write scientific papers in LaTeX, with figures generated in Python or Matlab. - Wookai/paper-tips-and-tricks
Python drawer
https://saralgyaan.com/posts/make-python-your-ps/
Saralgyaan
Create your Own Customizable Email Spam Filter using Python-SaralGyaan
None
Python drawer
https://pydist.com/blog/python-except
Python drawer
https://www.blog.pythonlibrary.org/2019/03/19/distributing-a-wxpython-application/
Python drawer
https://blog.doismellburning.co.uk/django-an-unofficial-opinionated-faq/
blog.doismellburning.co.uk
Django: An Unofficial Opinionated FAQ - Kristian Glass - Do I Smell Burning?
I really like Django. Django is fast, featureful, secure, scalable, and versatile. It works well with a variety of workflows, approaches, tools, pl...
Python drawer
http://softwaremaniacs.org/blog/2019/03/09/collections-counter/en/
Python drawer
https://hakibenita.com/how-to-use-grouping-sets-in-django
Hakibenita
How to Use Grouping Sets in Django
How We Cut Response Time In Half Using Advanced SQL In Django
Python drawer
https://github.com/OWASP/CheatSheetSeries
GitHub
GitHub - OWASP/CheatSheetSeries: The OWASP Cheat Sheet Series was created to provide a concise collection of high value information…
The OWASP Cheat Sheet Series was created to provide a concise collection of high value information on specific application security topics. - OWASP/CheatSheetSeries
Python drawer
https://github.com/encode/orm
GitHub
GitHub - encode/orm: An async ORM.
🗃
An async ORM.
🗃
. Contribute to encode/orm development by creating an account on GitHub.
Python drawer
https://github.com/erberlin/namedzip
GitHub
erberlin/namedzip
Extends zip() and itertools.zip_longest() to generate named tuples. - erberlin/namedzip