Let's talk!
Clients
Services
Blog
About us
Careers
Let's talk!
SOFTWARE
HOUSE
Clients
Services
MVP Development
Web Development
Staff Augmentation
Insights
Blog
Learnings
Careers
About us
Contact us
Learnings
Boost your knowledge with the insights from our expert team.
accessibility
accessibility
agile
agile
ai
ai
api
api
architecture
architecture
aws
aws
career
career
celery
celery
communication
communication
concurrency
concurrency
css
css
data
data
database
database
db
db
debug
debug
design
design
design system
design system
development
development
devops
devops
django
django
docker
docker
documentation
documentation
figma
figma
frontend
frontend
git
git
html
html
javascript
javascript
js
js
leadership
leadership
management
management
metrics
metrics
ml
ml
orm
orm
performance
performance
postgres
postgres
process
process
product
product
product design
product design
python
python
react
react
redux
redux
research
research
security
security
software
software
sql
sql
sre
sre
test
test
testing
testing
tests
tests
typescript
typescript
ui
ui
ux
ux
web
web
workflow
workflow
<p>Celery in production: Three more years of fixing bugs </p>
↗
https://medium.com/squad-engineering/celery-in-production-three-more-years-of-fixing-bugs-2ee462cef39f
Filipe Ximenes
Aug 12, 2021
Topics:
celery, python
<p>JFrog Detects Malicious PyPI Packages Stealing Credit Cards and Injecting Code: </p>
↗
https://jfrog.com/blog/malicious-pypi-packages-stealing-credit-cards-injecting-code/
Rebeca Sarai
Jul 30, 2021
Topics:
python
<p>In celery, when retrying tasks, nothing will run after a <code>raise (...)</code>, even if the are no more retries left.</p>
↗
https://docs.celeryq.dev/en/stable/userguide/tasks.html
João Lins
Jul 28, 2021
Topics:
celery, python
<p>Python has a context manager that suppresses any of the specified exceptions: </p>
↗
https://docs.python.org/3/library/contextlib.html#contextlib.suppress
Rebeca Sarai
Jul 23, 2021
Topics:
python
<p>How To Use ThreadPoolExecutor in Python 3: </p>
↗
https://www.digitalocean.com/community/tutorials/how-to-use-threadpoolexecutor-in-python-3
Flavio Juvenal
Jul 15, 2021
Topics:
api, concurrency, parallel, python, requests
<p>Python IPDB cheatsheet </p>
↗
https://wangchuan.github.io/coding/2017/07/12/ipdb-cheat-sheet.html
David Pierre
Jul 7, 2021
Topics:
debugging, python
<p>Practices for a new Python project local setup in 2021: </p>
↗
https://mitelman.engineering/blog/python-best-practice/automating-python-best-practices-for-a-new-project/
Flavio Juvenal
Jul 5, 2021
Topics:
python
<p>The Little Book of Python Anti-Patterns: </p>
↗
https://quantifiedcode.github.io/python-anti-patterns/
Flavio Juvenal
Jun 25, 2021
Topics:
patterns, python
<p>Render HTML from a string to browser straight from Python (useful for debugging broken template/view tests!) </p>
↗
https://stackoverflow.com/questions/21437386/launch-html-code-in-browser-that-is-generated-by-beautifulsoup-straight-from-p
Flavio Juvenal
Jun 23, 2021
Topics:
debug, django, python, test
<p>Boolean short-circuiting in Python: </p>
↗
https://mathspp.com/blog/pydonts/boolean-short-circuiting
Flavio Juvenal
Jun 14, 2021
Topics:
boolean, python
<p>7 Tips To Maximize PyTorch Performance: </p>
↗
https://www.pytorchlightning.ai/blog/7-tips-to-maximize-pytorch-performance
Flavio Juvenal
May 21, 2021
Topics:
deeplearning, python, pytorch
<p>Creating the Perfect Python Dockerfile: </p>
↗
https://luis-sena.medium.com/creating-the-perfect-python-dockerfile-51bdec41f1c8
Flavio Juvenal
May 20, 2021
Topics:
docker, python
<p>Django filter - filter(A).filter(B) vs filter(A, B) </p>
↗
https://www.hacksoft.io/blog/django-filter-chaining
Filipe Ximenes
May 20, 2021
Topics:
django, python
<p>Powering the Python Package Index in 2021: </p>
↗
https://dustingram.com/articles/2021/04/14/powering-the-python-package-index-in-2021/
Rebeca Sarai
May 18, 2021
Topics:
pypi, python
<p>Vulture - Find dead code Vulture - Find dead code</p>
↗
Filipe Ximenes
May 13, 2021
Topics:
python
<p>Using a fixed training-development-test split in sklearn: </p>
↗
https://www.wellformedness.com/blog/using-a-fixed-training-development-test-split-in-sklearn/
Flavio Juvenal
Apr 19, 2021
Topics:
ml, python, sklearn
<p>Nested Cross-Validation for Machine Learning with Python: </p>
↗
https://machinelearningmastery.com/nested-cross-validation-for-machine-learning-with-python/
Flavio Juvenal
Apr 19, 2021
Topics:
ml, python, sklearn
<p>Downloading files from S3 with multithreading and Boto3 </p>
↗
https://emasquil.github.io/posts/multithreading-boto3/
Rebeca Sarai
Apr 15, 2021
Topics:
python, s3
<p>We consider a good practice to convert a <code>defaultdict</code> to <code>dict</code> after done building it, because code down the stack probably expects dict-like objects to behave as a regular <code>dict</code> and throw <code>KeyError</code>.</p>
↗
Flavio Juvenal
Apr 14, 2021
Topics:
code-quality, python
<p>Python News: What's New From March 2021? </p>
↗
https://realpython.com/python-news-march-2021/
Gustavo Carvalho
Apr 8, 2021
Topics:
django, python
<p>Pyroscope: an open source continuous profiling platform </p>
↗
https://github.com/pyroscope-io/pyroscope
João Lins
Mar 17, 2021
Topics:
debug, performance, profiling, python
<p>Scalene: a high-performance, high-precision CPU, GPU, and memory profiler for Python </p>
↗
https://github.com/plasma-umass/scalene
Flavio Juvenal
Mar 15, 2021
Topics:
debug, performance, profiling, python
<p>Exceptions as control flow </p>
↗
https://blog.cerebralab.com/Exceptions_as_control_flow
Filipe Ximenes
Feb 22, 2021
Topics:
python
<p>If you're using pytest-xdist, you can define a watcher using the flag <code>-f</code> so that every time you update a file it runs the test suite initially defined.</p>
↗
Carlos Coelho
Feb 19, 2021
Topics:
pytest, python, tdd, testing
Previous
Next
Close Cookie Preference Manager
Cookie Settings
By clicking “Accept all”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage and assist in our marketing efforts.
Check our privacy policies.
Strictly Necessary (Always Active)
Cookies required to enable basic website functionality.
Analytics
Cookies helping understand how this website performs, how visitors interact with the site, and whether there may be technical issues.
Marketing
Cookies used to deliver advertising that is more relevant to you and your interests.
Personalization
Cookies allowing the website to remember choices you make (such as your user name, language, or the region you are in).
Save settings
Accept all
We use Cookies to promote our services.
Settings and Privacy.
Accept