Python drawer
@python101
36
subscribers
1
photo
2
files
3.7K
links
A collection of curated Python resources from trustworthy sources.
Download Telegram
Join
Python drawer
36 subscribers
Python drawer
https://pythonbytes.fm/episodes/show/128/will-the-gil-be-obsolete-with-pep-554
pythonbytes.fm
Will the GIL be obsolete with PEP 554?
News and announcements from the Python community for the week of May 2nd, 2019
Python drawer
https://datawhatnow.com/things-you-are-probably-not-using-in-python-3-but-should/
Data, what now?
Things you're probably not using in Python 3 - but should - Data, what now? turns
Many people started switching to Python 3, unfrotunetly most people still write their code like it is Python 2. Below are useful Python 3 features.
Python drawer
Python drawer
pinned «
https://hackernoon.com/has-the-python-gil-been-slain-9440d28fa93d
»
Python drawer
https://nvbn.github.io/2019/05/13/summer-trip/
nvbn.github.io
Finding the cheapest flights for a multi-leg trip with Amadeus API and Python
This summer I’m planning to have a trip that will include Moscow, Irkutsk, Beijing, Shanghai, and Tokyo.
As I’m flexible on dates I’ve decided to try to find the cheapest flights with the shortes...
Python drawer
https://tirkarthi.github.io/programming/2019/05/08/f-string-debugging.html
tirkarthi.github.io
f-string debugging in Python 3.8
print style debugging is a form of debugging where print statements are inserted to print values of expressions or variables that we need to track. loggers a...
Python drawer
https://hakibenita.com/django-multi-language-site-hreflang
Hakibenita
How to Let Google Know of Other Languages in Your Django Site
Using hreflang to link to other languages
Python drawer
https://pbpython.com/styling-pandas.html
Pbpython
Stylin’ with Pandas
Pandas has a relatively new API for styling output. This article shows examples of using the style API in pandas.
Python drawer
https://wsvincent.com/django-search/
Wsvincent
Django Search Tutorial - William Vincent
Add basic search functionality to any Django website.
Python drawer
https://lerner.co.il/2019/05/12/python-dicts-and-memory-usage/
Reuven Lerner
Python dicts and memory usage
Let's say that we create a new, empty Python dictionary: >>> d = {} How much memory does this new, empty dict consume? We can find out with "sys.getsizeof": >>> import sys>>> sys.getsizeof(d)240 In other
Python drawer
http://fernandoi.cl/blog/posts/altair/
fernandoi.cl
The reason I am using Altair for most of my visualization in Python
Visualizing data in Python.
Python drawer
https://datawhatnow.com/things-you-are-probably-not-using-in-python-3-but-should/
Data, what now?
Things you're probably not using in Python 3 - but should - Data, what now? turns
Many people started switching to Python 3, unfrotunetly most people still write their code like it is Python 2. Below are useful Python 3 features.
Python drawer
https://medium.com/homeaway-tech-blog/simplifying-python-builds-74e76802444f
Medium
Simplifying Python Builds
A Single Source of Truth for install_requires
Python drawer
https://gieseanw.wordpress.com/2019/05/10/algorithms-as-objects/
Andy G's Blog
Algorithms as objects
We usually think of an algorithm as a single function with inputs and outputs. Our algorithms textbooks reinforce this notion. They present very concise denoscriptions that neatly fit in half of a pa…
Python drawer
https://wsvincent.com/django-search/
Wsvincent
Django Search Tutorial - William Vincent
Add basic search functionality to any Django website.
Python drawer
https://www.azavea.com/blog/2019/05/02/analyzing-life-expectancy-in-python/
Azavea - Beyond Dots on a Map
Analyzing Spatial Patterns in Life Expectancy with Python
All around the country boundaries separate neighborhoods with high and low life expectancy. We used python to find the most extreme examples.
Python drawer
https://anvilventures.com/blog/looking-inside-the-box.html
Python drawer
https://developer.here.com/blog/how-to-render-a-map-of-san-diegos-smart-city-initiative-with-here-xyz-and-tangram
HERE Developer Blog
How to Render a Map of San Diego's Smart City Streetlights with HERE XYZ, Python and Tangram - HERE Developer
It can be hard to get your head around how immense an IoT network deployment is without a map, especially for Smart Cities. Using HERE XYZ to visualize infrastructure at a city level makes a world of difference. Let's look at how to do that, first fetching…
Python drawer
https://towardsdatascience.com/practical-statistics-visualization-with-python-plotly-770e96e35067
Python drawer
https://medium.com/@steven_wang/exploring-stock-price-movements-after-major-events-8b35c318ba76
Medium
Exploring Stock Price Movements After Major Events
FDA drug approvals, legal verdicts, mergers, share buybacks, and the occasional CEO podcast appearance, are all examples of events that…
Python drawer
https://medium.com/@1522933668924/extracting-whatsapp-messages-from-backups-with-code-examples-49186de94ab4
Medium
Adventures in WhatsApp DB — extracting messages from backups (with code examples)
Getting your messages without giving a third party your credentials and data
Python drawer
https://github.com/healthchecks/healthchecks
GitHub
GitHub - healthchecks/healthchecks: Open-source cron job and background task monitoring service, written in Python & Django
Open-source cron job and background task monitoring service, written in Python & Django - healthchecks/healthchecks
TWeb.init({scrollToPost:'python101/3050'});