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://www.python.org/doc/sunset-python-2/
Python.org
Sunsetting Python 2
The official home of the Python Programming Language
Python drawer
https://realpython.com/python-kwargs-and-args/
Realpython
Python args and kwargs: Demystified – Real Python
In this step-by-step tutorial, you'll learn how to use args and kwargs in Python to add more flexibility to your functions. You'll also take a closer look at the single and double-asterisk unpacking operators, which you can use to unpack any iterable object…
Python drawer
https://nlpprogress.com/
NLP-progress
Tracking Progress in Natural Language Processing
Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.
Python drawer
https://blogs.dropbox.com/tech/2019/09/our-journey-to-type-checking-4-million-lines-of-python/
Python drawer
https://realpython.com/matlab-vs-python/
Realpython
MATLAB vs Python: Why and How to Make the Switch – Real Python
In this step-by-step tutorial, you'll learn about MATLAB vs Python, why you should switch from MATLAB to Python, the packages you'll need to make a smooth transition, and the bumps you'll most likely encounter along the way.
Python drawer
https://spectrum.ieee.org/static/interactive-the-top-programming-languages-2019
Python drawer
https://apirobot.me/posts/django-elasticsearch-searching-for-awesome-ted-talks
apirobot
Django + Elasticsearch. Searching for awesome TED Talks
In the article we’re going to cover the basics of Elasticsearch: what it is, how to run it, how to communicate with it. Then, after we feel comfortable with Elasticsearch, we will start devel…
Python drawer
https://medium.com/@gvanrossum_83706/adding-actions-to-a-peg-grammar-d5e00fa1092f
Medium
Adding Actions to a PEG Grammar
Grammars are better if you also can add (some) semantics inline with the grammar rules. In particular, for the Python parser I’m building…
Python drawer
https://www.accordbox.com/blog/deploy-django-project-heroku-using-docker/
Saashammer
How to deploy Django project to Heroku using Docker
In this Django Heroku guide, I will talk about how to deploy Django project to Heroku using Docker.
Python drawer
https://medium.com/@cwillycs/committing-to-pytorch-by-someone-who-doesnt-know-a-ton-about-pytorch-fa222253cf2d
Medium
Contributing to PyTorch: by someone who doesn’t know a ton about PyTorch
Hello, friends. My name is Cami. Welcome to my mind dump.
Python drawer
https://julien.danjou.info/dependencies-handling-in-python-automatic-update/
Julien Danjou
Dependencies Handling in Python
Dependencies are a nightmare for many people. Some even argue they are technical debt. Managing the list of the libraries of your software is a horrible experience. Updating them — automatically? — sounds like a delirium. Stick with me here as I am going…
Python drawer
https://www.apptic.me/blog/how-to-train-a-neural-net-to-play-cards.php
www.apptic.me
How to train a neural net to play cards - Apptic
In this article, I use a modified version of Q-learning to train a bot to play the card game Literature. Specifically, I use a neural net to approximate the Q-values.
Python drawer
https://medium.com/analytics-vidhya/stock-market-trends-b24203484e0f
Medium
Stock Market Trends
Let’s get this money right
Python drawer
https://medium.com/@ZymergenTechBlog/building-a-parallel-task-api-with-celery-dbae5ced4e28
Medium
Building a Parallel Task API with Celery
An introduction to running parallel tasks with Celery, plus how and why we built an API on top of Celery’s Canvas task primitives
Python drawer
https://www.pyimagesearch.com/2019/09/02/opencv-stream-video-to-web-browser-html-page
PyImageSearch
OpenCV - Stream video to web browser/HTML page - PyImageSearch
Last updated on July 9, 2021. In this tutorial, you will learn how to use OpenCV to stream video from a webcam to a web browser/HTML page using Flask and Python. Ever have your car stolen? Mine was stolen over…
Python drawer
https://drewdevault.com/2019/09/02/Interactive-SSH-programs.html
Python drawer
https://m.youtube.com/watch?v=AsafkCAJpJ0
YouTube
Python 3's __init__(), self, Class and Instance Objects Explained Concisely
Looking for a concise but thorough explanation of what Python 3's self means? What __init__() in classes does? What Class Objects and Instance Objects are and how they're related? This 8 minute tutorial covers all of these topics and provides a succinct explanation…
Python drawer
https://towardsdatascience.com/sensing-the-air-quality-5ed5320f7a56
Medium
Sensing the Air Quality
A low-cost IoT Air Quality Monitor based on RaspberryPi 4
Python drawer
https://m.youtube.com/watch?v=e1IyzVyrLSU
YouTube
Python Django Crash Course
In this Django 2.x crash course we will build a polling app based off the one from the docs. We will look at apps, views, models, urls, the shell and more.
Code:
https://github.com/bradtraversy/pollster_django_crash
Gist With Commands:
https://gist.git…
Python drawer
https://medium.com/@alexgolec/introducing-google-interview-questions-deconstructed-a012e41ea631
Medium
Introducing: Google Interview Questions Deconstructed
This is the first of a series of posts on preparing for and understanding interviews at big tech companies, drawing from my experience…