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://fridgerator.github.io/2019/06/14/nodejs-and-python-interoperability.html
Python drawer
https://pythonspeed.com/articles/pipenv-docker/
Python⇒Speed
Faster Docker builds with pipenv, poetry, or pip-tools
Installing Python dependencies separately from your code speed ups Docker builds. Here’s how to do it with pipenv, poetry, or pip-tools.
Python drawer
https://opendatagroup.github.io/development/2019/06/13/go-ffi.html
Open Data Group
Communicating between Go and Python or R
Data science and engineering teams at Open Data Group are polyglot by design: we like to choose the best tool for the task at hand. Most of the time, this means our services and components communicate through things like client libraries and RESTful APIs.…
Python drawer
https://towardsdatascience.com/python-vs-r-choosing-the-best-programming-languages-for-data-science-b1327f01f6bf
Medium
Python vs. R — Choosing the Best Programming Language for Data Science
A wrestling match unlike any other.
Python drawer
https://realpython.com/command-line-interfaces-python-argparse/
Realpython
Build Command-Line Interfaces With Python's argparse – Real Python
In this step-by-step Python tutorial, you'll learn how to take your command-line Python scripts to the next level by adding a convenient command-line interface (CLI) that you can write with the argparse module from the standard library.
Python drawer
https://treyhunner.com/2019/06/loop-better-a-deeper-look-at-iteration-in-python/
Treyhunner
Loop Better: a deeper look at iteration in Python
Python’s for loops don’t work the way for loops do in other languages. In this article we’re going to dive into Python’s for …
Python drawer
https://medium.com/@Captain_Joannah/so-you-want-to-contribute-to-cpython-gather-here-5a2694148ca4
Medium
So, You want to Contribute to Cpython : Gather here !!
Cpython is the open source project that gives us Python releases. In this post, I give tips on how to start contributing to Cpython.
Python drawer
https://ngoldbaum.github.io/posts/dynamic-programming/
ngoldbaum.github.io
Dynamic Programming | Nathan Goldbaum
An introduction to the concept of dynamic programming.
Python drawer
https://pyfound.blogspot.com/2019/06/pypi-now-supports-two-factor-login-via.html
Blogspot
PyPI Now Supports Two-Factor Login via WebAuthn
To further increase the security of Python package downloads, we're adding a new beta feature to the Python Package Index: WebAuthn support ...
Python drawer
https://shaneoneill.io/2019/06/12/use-__main__-py/
zeevo.io
Use __main__.py
This is an underutilized way to bootstrap Python apps. Learn it. See if it fits your requirements.
Python drawer
http://thume.ca/2019/04/29/comparing-compilers-in-rust-haskell-c-and-python/
thume.ca
Comparing the Same Project in Rust, Haskell, C++, Python, Scala and OCaml - Tristan Hume
Python drawer
https://www.youtube.com/playlist?list=PL-osiE80TeTvipOqomVEeZ1HRrcEvtZB_
Python drawer
https://medium.com/sipios/automatic-login-django-ldap-authentication-tutorial-91cbb9d5bf71
Medium
Automatic Login in a Django Application Using External Authentication
Along with LDAP and Kerberos
Python drawer
https://nveenverma93.github.io/scraping_so_blog.html
Python drawer
https://behind.pretix.eu/2019/06/17/scopes/
behind.pretix.eu
Bringing more security to multi-tenant Django applications with django-scopes - pretix – behind the scenes - Behind the scenes…
Behind the scenes blog of pretix, your friendly ticketing system from next door.
Python drawer
https://harrymoreno.com/2019/06/12/Overriding-Django-Rest-Framework-viewsets.html
Harrymoreno
Overriding Django Rest Framework Viewsets
Website and Phone App Strategy for Tech Companies | Harry Moreno
Python drawer
https://www.pyimagesearch.com/2019/06/17/online-incremental-learning-with-keras-and-creme/
PyImageSearch
Online/Incremental Learning with Keras and Creme - PyImageSearch
Learn how to perform online/incremental learning with Keras and Creme using deep learning-based image feature extraction and Logistic Regression.
Python drawer
https://towardsdatascience.com/statistics-for-dynamic-pricing-of-theatre-87df073a0848
Medium
Statistics for Dynamic Pricing of Theatre
How do you price a Broadway show?
Python drawer
https://blog.floydhub.com/long-short-term-memory-from-zero-to-hero-with-pytorch/
Python drawer
https://treyhunner.com/2019/06/loop-better-a-deeper-look-at-iteration-in-python/
Treyhunner
Loop Better: a deeper look at iteration in Python
Python’s for loops don’t work the way for loops do in other languages. In this article we’re going to dive into Python’s for …