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.dataschool.io/python-pandas-tips-and-tricks/
Data School
Master Python's pandas library with these 100 tricks
100 tricks that will save you time and energy every time you use pandas! Up-to-date with the latest version of pandas (0.25)
Python drawer
https://medium.com/@gvanrossum_83706/a-meta-grammar-for-peg-parsers-3d3d502ea332
Medium
A Meta-Grammar for PEG Parsers
This week we make the parser generator “self-hosted”, meaning the parser generator generates its own parser.
Python drawer
https://kite.com/blog/python/django-database-migrations-overview/
Code Faster with Kite
Django Database Migrations: A Comprehensive Overview
Learn how Django’s ORM manages Django database migrations in this comprehensive guide.
Python drawer
https://humberto.io/blog/exploring-pygame-5-movement-and-collision/
Humberto Rocha
Exploring pygame 5 - Movement and Collision
Learn how to move the objects on the screen and write you first collision detection with pygame
Python drawer
https://www.kdnuggets.com/2019/08/count-big-data-probabilistic-data-structures-algorithms.html
KDnuggets
How to count Big Data: Probabilistic data structures and algorithms - KDnuggets
Learn how probabilistic data structures and algorithms can be used for cardinality estimation in Big Data streams.
Python drawer
https://tryexceptpass.org/article/conveying-info-with-repository-badges/
tryexceptpass.org
Conveying Build and Test Information with Repository Badges
Use Python and the 'anybadge' package to generate your own badges and covey project health and status in your online repositories
Python drawer
https://blog.floydhub.com/multiprocessing-vs-threading-in-python-what-every-data-scientist-needs-to-know/
Python drawer
https://sobolevn.me/2019/08/testing-mypy-types
Python drawer
https://redislabs.com/blog/async-await-programming-basics-python-examples/
Redis Labs
Async/Await Programming Basics with Python Examples | Redis Labs
Basics of async/await, using Python as an example. The main reason to use async/await is to improve a program's throughput.
Python drawer
https://medium.com/@abulka/django-view-logging-is-back-the-front-7f9701d501de
Medium
Django View logging is back-the-front
Have you ever looked through your Django log files and console messages, felt something was out of order and didn’t make sense, but…
Python drawer
https://realpython.com/courses/absolute-vs-relative-imports-python/
Realpython
Absolute vs Relative Imports in Python – Real Python
If you've worked on a Python project that has more than one file, chances are you've had to use an import statement before. In this course, you'll not only cover the pros and cons of absolute and relative imports but also learn about the best practices for…
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.