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://victorzhou.com/blog/intro-to-rnns/
Victorzhou
An Introduction to Recurrent Neural Networks for Beginners - victorzhou.com
A simple walkthrough of what RNNs are, how they work, and how to build one from scratch in Python.
Python drawer
https://lwn.net/Articles/793818/
lwn.net
What's coming in Python 3.8
The Python 3.8 beta cycle is already underway, with Python 3.8.0b1
released on June 4, followed by the second beta
on July 4. That means that Python 3.8 is feature complete at
this point, which makes it a good time to see what will be part of it when
the…
Python drawer
http://pyrasite.com/
Python drawer
https://github.com/ethereum/lahja
GitHub
GitHub - ethereum/lahja: Lahja is a generic multi process event bus implementation written in Python 3.6+ to enable lightweight…
Lahja is a generic multi process event bus implementation written in Python 3.6+ to enable lightweight inter-process communication, based on non-blocking asyncio - ethereum/lahja
Python drawer
https://pydist.com/
Pydist
PyDist — Your Own Private PyPI
Host your Python packages with all the convenience of PyPI, without making them public. PyDist combines a PyPI mirror with a private package index, so all of your Python dependencies are in the same place.
Python drawer
https://hackernoon.com/introducing-grid-studio-a-spreadsheet-app-with-python-to-make-data-science-easier-tdup38f7
Hackernoon
How I built a spreadsheet app with Python to make data science easier
Today I'm open sourcing "Grid studio", a web-based spreadsheet application with full integration of the Python programming language.
Python drawer
https://github.com/google/python-fire/releases/tag/v0.2.0
GitHub
google/python-fire
Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object. - google/python-fire
Python drawer
https://github.com/rambler-digital-solutions/scaraplate
GitHub
GitHub - rambler-digital-solutions/scaraplate: Scaraplate is a wrapper around cookiecutter which allows to repeatedly rollup project…
Scaraplate is a wrapper around cookiecutter which allows to repeatedly rollup project templates onto concrete projects. - rambler-digital-solutions/scaraplate
Python drawer
https://github.com/grapheneX/grapheneX
GitHub
GitHub - grapheneX/grapheneX: Automated System Hardening Framework
Automated System Hardening Framework. Contribute to grapheneX/grapheneX development by creating an account on GitHub.
Python drawer
https://github.com/aiortc/aioquic/
GitHub
GitHub - aiortc/aioquic: QUIC and HTTP/3 implementation in Python
QUIC and HTTP/3 implementation in Python. Contribute to aiortc/aioquic development by creating an account on GitHub.
Python drawer
https://blog.jetbrains.com/pycharm/2019/07/pycharm-2019-2-out-now/
PyCharm Blog
PyCharm 2019.2 Out Now
PyCharm 2019.2 is out now: improved Jupyter Notebook experience, syntax highlighting for many more languages out of the box, initial Python 3.8 support, and much more. Download now New in PyCharm J…
Python drawer
https://wwdt.me/
Python drawer
https://www.listendata.com/2019/07/python-list-comprehension-with-examples.html?m=1
ListenData
Python list comprehension : Learn by Examples
Learn how list comprehension works in Python. This tutorial includes many examples which would help you to familiarize the concept and you should be able to implement it in your live project at the end of this lesson.
Python drawer
https://www.markkeller.dev/2018-07-14-optimize_python/
www.markkeller.dev
Optimize Python
How to profile and optimize Python apps
Python drawer
https://danielcohen.dev/science/iss/2019/07/28/tracking-the-iss-part-0-prerequisites.html
Python drawer
https://techblog.appnexus.com/beyond-hello-world-modern-asynchronous-python-in-kubernetes-f2c4ecd4a38d
Medium
Beyond “Hello World”: Modern, Asynchronous Python in Kubernetes
Deploying Scale-able, Production-Ready Web-Services in Python 3 on Kubernetes
Python drawer
https://www.teachingpython.fm/25
Teaching Python
Teaching Python Episode 25: The Best Editors and IDEs for Teaching Python
In this episode, Sean and Kelly discuss their top 5 favorite editors for teaching (and learning) Python.
Python drawer
https://www.leeholmes.com/blog/2019/07/23/efficiently-generating-python-hash-collisions/
Leeholmes
Efficiently Generating Python Hash Collisions | Precision Computing
Python drawer
https://alexioannides.com/2019/07/28/best-practices-for-pyspark-etl-projects/
Dr Alex Ioannides
Best Practices for PySpark ETL Projects
I have often lent heavily on Apache Spark and the SparkSQL APIs for operationalising any type of batch data-processing ‘job’, within a production environment where handling fluctuating volumes of data reliably and consistently are on-going business concerns.…
Python drawer
https://realpython.com/digging-deeper-into-migrations/
Realpython
Digging Deeper Into Django Migrations – Real Python
In this step-by-step Python tutorial, you'll not only take a closer look at the new Django migrations system that is integrated into Django but also walk through the migration files themselves.