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/master-python-through-building-real-world-applications-part-2-60d707955aa3
Python drawer
https://blog.dipasquale.fr/en/2018/12/17/incremental-scraping-with-scrapy-and-mongo/
Adrien Di Pasquale Blog
Incremental crawler with Scrapy and MongoDB
Tutorial for crawling a website incrementally. Each new scraping session will only scrape new items.
Python drawer
https://medium.com/build-smarter/blazing-fast-python-40a2b25b0495
Medium
Blazing fast Python
Profiling Python applications using Pyflame
Python drawer
https://medium.com/the-andela-way/creating-a-djangorest-api-using-djangorestframework-part-2-1231fe949795
Medium
Creating a DjangoRest API using DjangoRestFramework part 2.
This is the second part of a series. The first part can be found here. In this part, we will recreate the Blog API that we created in the…
Python drawer
https://blog.badsectorlabs.com/how-we-built-hamiltixnet-for-less-than-1-a-month-on-aws.html
Bad Sector Labs Blog
How we built Hamiltix.net for less than $1 a month on AWS
The details of running a complex ticket ranking site for under a dollar a month on AWS
Python drawer
https://matthewrocklin.com/blog//work/2018/12/17/gpu-python-challenges
Matthewrocklin
First Impressions of GPUs and PyData
Python drawer
https://jeffknupp.com/blog/2018/12/13/how-to-do-just-about-anything-with-python-lists/
Jeffknupp
How To Do Just About Anything With Python Lists
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…
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.