Python drawer
@python101
36
subscribers
1
photo
2
files
3.7K
links
A collection of curated Python resources from trustworthy sources.
Download Telegram
Join
Python drawer
36 subscribers
Python drawer
https://github.com/michael-lazar/rtv
GitHub
GitHub - michael-lazar/rtv: Browse Reddit from your terminal
Browse Reddit from your terminal. Contribute to michael-lazar/rtv development by creating an account on GitHub.
Python drawer
https://testdriven.io/blog/production-django-deployments-on-heroku/?utm_source=realpython
testdriven.io
Production Django Deployments on Heroku
This article aims to simplify the process of deploying, maintaining, and scaling a production-grade Django app on Heroku.
Python drawer
https://towardsdatascience.com/an-overview-of-pythons-datatable-package-5d3a97394ee9
Medium
An Overview of Python’s Datatable package
Python library for efficient multi-threaded data processing, with the support for out-of-memory datasets.
Python drawer
https://www.ecalamia.com/blog/data-validation-robust-apis/
Ecalamia
Using Data Validation for Robust APIs
Using a proper data validation method for great software quality improvement.
Python drawer
https://www.revsys.com/tidbits/dataclasses-and-attrs-when-and-why/
REVSYS
Dataclasses and attrs: when and why
Python 3.7 introduced dataclasses, which design is based on the "attrs" library. This article will show the way I use dataclasses and attrs, why I think you should use both, and why I think attrs is still very relevant.
Python drawer
https://caisbalderas.com/blog/python-function-unpacking-args-and-kwargs/
Python drawer
https://smorbieu.gitlab.io/accuracy-from-classification-to-clustering-evaluation/
Stanislas Morbieu
Accuracy: from classification to clustering evaluation
Accuracy is often used to measure the quality of a classification. It is also used for clustering. However, the scikit-learn accuracy_score function only provides a lower bound of accuracy for clustering. This blog post explains how accuracy should be computed…
Python drawer
https://realpython.com/oop-in-python-vs-java/
Realpython
Object-Oriented Programming in Python vs Java – Real Python
In this step-by-step tutorial, you'll learn about the practical differences in Python vs Java for object-oriented programming. By the end, you'll be able to apply your knowledge to Python, understand how to reinterpret your understanding of Java objects to…
Python drawer
https://gieseanw.wordpress.com/2019/05/10/algorithms-as-objects/
Andy G's Blog
Algorithms as objects
We usually think of an algorithm as a single function with inputs and outputs. Our algorithms textbooks reinforce this notion. They present very concise denoscriptions that neatly fit in half of a pa…
Python drawer
https://www.python.org/psf/donations/2019-q2-drive/
Python.org
Building the PSF: the Q2 2019 Fundraiser
The official home of the Python Programming Language
Python drawer
https://pyfound.blogspot.com/2019/06/python-language-summit-lightning-talks.html?m=1
Blogspot
Python Language Summit Lightning Talks, Part 1
The Summit began with six pre-selected lightning talks, with little time for discussion of each. Five of them are summarized here. An upcomi...
Python drawer
https://pythoninsider.blogspot.com/2019/05/use-two-factor-auth-to-improve-your.html?m=1
Blogspot
Use two-factor auth to improve your PyPI account's security
To increase the security of Python package downloads, we're beginning to introduce two-factor authentication (2FA) as a login security optio...
Python drawer
https://vicki.substack.com/p/pythons-caduceus-syndrome
Substack
Python's Caduceus syndrome
What happens when a programming language grows up
Python drawer
https://slack.engineering/rewriting-the-slack-python-sdk-ea000f587de7
Medium
Rewriting the Slack Python SDK
Our Journey to Python 3
Python drawer
https://victorzhou.com/blog/intro-to-cnns-part-2/
Victorzhou
CNNs, Part 2: Training a Convolutional Neural Network - victorzhou.com
A simple walkthrough of deriving backpropagation for CNNs and implementing it from scratch in Python.
Python drawer
https://bytes.yingw787.com/posts/2019/02/09/concurrency_with_python_csp_and_coroutines/
Python drawer
https://realpython.com/pointers-in-python/
Realpython
Pointers in Python: What's the Point? – Real Python
In this step-by-step tutorial, you'll get a clearer understanding of Python's object model and learn why pointers don't really exist in Python. You'll also cover ways to simulate pointers in Python without the memory-management nightmare.
Python drawer
https://victorzhou.com/blog/intro-to-cnns-part-2/
Victorzhou
CNNs, Part 2: Training a Convolutional Neural Network - victorzhou.com
A simple walkthrough of deriving backpropagation for CNNs and implementing it from scratch in Python.
Python drawer
https://www.youtube.com/watch?v=9pxv6h7DU4w&feature=share
YouTube
Migrating to Python 3 - Sam Larson
Highlights of new Python 3 features and backward incompatibilities. Also, demonstrate how to migrate projects from Python 2 to Python 3. Blog post with more ...
Python drawer
https://hynek.me/articles/simple-python-azure-pipelines/
Hynek Schlawack
Python in Azure Pipelines, Step by Step
Since the acquisition of Travis CI, the future of their free offering is unclear. Azure Pipelines has a generous free tier, but the examples I found are discouragingly complex and take advantage of features like templating that most projects don’t need. To…
Python drawer
https://www.toptal.com/flask/flask-production-recipes
Toptal
Zero to Hero: Flask Production Recipes
How do you make robust #Python apps with Flask? Let’s explore recipes for building a complete #production-ready #Flask #application. toptal.com/url-pending
TWeb.init({scrollToPost:'python101/3113'});