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://breeko.github.io/post/2019-08-19-python-case-classes/
breeko.github.io
Scala’s Case Class in Python with Case Matching
I’ve been doing a lot of Scala programming lately. Scala is a statically typed language that compiles to the JVM. Scala doesn’t break away from object oriented programming but has a lot of functional programming features.
One of my favorite features of Scala…
Python drawer
https://blog.qt.io/blog/2019/08/19/technical-vision-qt-python/
Qt Blog
Technical vision for Qt for Python - Qt Blog
After our previous post related to the vision of the next major release of Qt, we felt that a paragraph to describe the Qt for Python story was not enough to share all the features and changes we have been considering for future releases. Transition to Qt…
Python drawer
https://dev.libreneitor.com/expert-python-topics-you-should-know/
Python drawer
https://www.marsja.se/how-to-read-write-spss-files-in-python-pandas/
Erik Marsja
How to Read & Write SPSS Files in Python using Pandas
In this post we are going to learn 1) how to read SPSS (.sav) files in Python, and 2) how to write to SPSS (.sav) files using Python.
Python drawer
https://kanoki.org/2019/09/09/how-to-shift-a-column-in-pandas/
Python drawer
https://www.geodose.com/2019/09/3d-terrain-modelling-in-python.html?m=1
Geodose
3D Terrain Modelling in Python
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://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.