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://towardsdatascience.com/develop-a-nlp-model-in-python-deploy-it-with-flask-step-by-step-744f3bdd7776
Medium
Develop a NLP Model in Python & Deploy It with Flask, Step by Step
Flask API, Document Classification, Spam Filter
Python drawer
https://medium.com/swlh/building-a-smart-card-transit-ticketing-system-with-redis-and-raspberry-pi-820473c0b0c
Medium
Building a Smart Card Transit Ticketing System with Redis and Raspberry Pi
Recently I was looking for an excuse to try out the hosted Redis database service from Redis Labs. I co-incidentally found out that Monk…
Python drawer
https://anonbadger.wordpress.com/2018/12/15/python-signal-handlers-and-exceptions/
The Ramblings
Python, signal handlers, and exceptions
Never ever, ever raise a regular exception in a Python signal handler. This is probably the best advice that I had never heard. But after looking into an initial analysis of a timeout decorator bu…
Python drawer
https://github.com/facebookresearch/PyText
GitHub
GitHub - facebookresearch/pytext: A natural language modeling framework based on PyTorch
A natural language modeling framework based on PyTorch - facebookresearch/pytext
Python drawer
https://github.com/opsmop/opsmop
Python drawer
https://github.com/vaexio/vaex
GitHub
GitHub - vaexio/vaex: Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular…
Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second
🚀
- vaexio/vaex
Python drawer
https://github.com/mindsdb/mindsdb
GitHub
GitHub - mindsdb/mindshub: The unified workspace where open-source models get things done for you.
The unified workspace where open-source models get things done for you. - mindsdb/mindshub
Python drawer
https://github.com/twintproject/twint
GitHub
GitHub - twintproject/twint: An advanced Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API, allowing…
An advanced Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API, allowing you to scrape a user's followers, following, Tweets and more whi...
Python drawer
https://github.com/nsonaniya2010/SubDomainizer
GitHub
GitHub - nsonaniya2010/SubDomainizer: A tool to find subdomains and interesting things hidden inside, external Javascript files…
A tool to find subdomains and interesting things hidden inside, external Javascript files of page, folder, and Github. - nsonaniya2010/SubDomainizer
Python drawer
https://github.com/jonatasbaldin/python-community-map
GitHub
GitHub - jonatasbaldin/python-community-map: A map full of lovely Python communities
❤️
🐍
🌎
A map full of lovely Python communities
❤️
🐍
🌎
. Contribute to jonatasbaldin/python-community-map development by creating an account on GitHub.
Python drawer
https://github.com/ezaquarii/vpn-at-home
GitHub
GitHub - ezaquarii/vpn-at-home: 1-click, self-hosted deployment of OpenVPN with DNS ad blocking sinkhole
1-click, self-hosted deployment of OpenVPN with DNS ad blocking sinkhole - ezaquarii/vpn-at-home
Python drawer
https://blog.python.org/2018/12/python-372-and-368-are-now-available.html
blog.python.org
Python Insider: Python 3.7.2 and 3.6.8 are now available
Python drawer
https://realpython.com/python-pep8/
Realpython
How to Write Beautiful Python Code With PEP 8 – Real Python
Learn how to write high-quality, readable code by using the Python style guidelines laid out in PEP 8. Following these guidelines helps you make a great impression when sharing your work with potential employers and collaborators.
Python drawer
https://lwn.net/SubscriberLink/775105/5db16cfe82e78dc3/
lwn.net
Python gets a new governance model
Back in late October, when we looked in on
the Python
governance question, which came about due to the resignation of Guido van Rossum, things seemed
to be mostly set for a vote in late November. There were six Python
Enhancement Proposals (PEPs) under…
Python drawer
https://nedbatchelder.com/blog/201812/a_thing_i_learned_about_python_recursion.html
Python drawer
https://archive.fosdem.org/2018/schedule/event/python3/
archive.fosdem.org
FOSDEM 2018 - Python 3: 10 years later
Python drawer
https://developers.redhat.com/blog/2018/11/27/what-no-python-in-rhel-8-beta/
Red Hat Developer
What, No Python in RHEL 8 Beta? - Red Hat Developer
Of course RHEL 8 has Python, both Python 3 and 2. Changes in RHEL 8 such as platform python and application streams improve the Python experience in RHEL.
Python drawer
https://github.com/sshopov/pyconau2017/blob/master/final.ipynb
GitHub
sshopov/pyconau2017
Notebook and code for the PyCon Australia 2017 presentation on programming Lego Mindstorms robots with Python - sshopov/pyconau2017
Python drawer
https://www.podcastinit.com/aiortc-with-jeremy-laine-episode-191/
Podcast.__init__('The Python Podcast')
AIORTC: An Asynchronous WebRTC Framework with Jeremy Lainé - Episode 191
Real-time communication over the internet is an amazing feat of modern engineering. The protocol that powers a majority of video calling platforms is WebRTC. In this episode Jeremy Lainé explains why he wrote a Python implementation of this protocol in the…
Python drawer
https://www.dataschool.io/how-to-update-your-scikit-learn-code-for-2018/
Data School
How to update your scikit-learn code for 2018
In 2015, I created a 4-hour video series called Introduction to machine learning in Python with scikit-learn. In the years since, hundreds of thousands of students have watched these videos, and thousands continue to do so every month. At the time of the…
Python drawer
https://djangodeconstructed.com/2018/12/18/django-and-python-logging-in-plain-english/
Django Deconstructed
Python and Django Logging in Plain English
If you’ve ever written a program and printed out a value to see what’s going on during execution, then you understand at some level why logging is so valuable. Knowing what’s happening in your code…