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://pbpython.com/currency-cleanup.html
Pbpython
Cleaning Up Currency Data with Pandas
This article includes tips on how to clean up messy currency data in pandas so that you may convert the data to numeric formats for further analysis.
Python drawer
https://nedbatchelder.com/blog/201910/debugging_tensorflow_coverage.html
Python drawer
https://realpython.com/interview-al-sweigart/
Realpython
Python Community Interview With Al Sweigart – Real Python
Al Sweigart is an accomplished developer, conference speaker, teacher, and origamist. But some may know him best for his numerous Python programming books, such as Automate the Boring Stuff with Python.
Python drawer
https://www.pyimagesearch.com/2019/10/28/3-ways-to-create-a-keras-model-with-tensorflow-2-0-sequential-functional-and-model-subclassing/
PyImageSearch
3 ways to create a Keras model with TensorFlow 2.0 (Sequential, Functional, and Model Subclassing) - PyImageSearch
Keras and TensorFlow 2.0 provide you with three methods to implement your own neural network architectures:, Sequential API, Functional API, and Model subclassing. Inside of this tutorial you’ll learn how to utilize each of these methods, including how to…
Python drawer
https://realpython.com/courses/python-type-checking/
Realpython
Python Type Checking – Real Python
In this course, you'll look at Python type checking. Traditionally, types have been handled by the Python interpreter in a flexible but implicit way. Recent versions of Python allow you to specify explicit type hints that can be used by different tools to…
Python drawer
https://readevalprint.com/Schmelvetica.html
Python drawer
https://effectivepython.com/2019/10/22/memoryview-bytearray-zero-copy-interactions
Effectivepython
Effective Python › Item 74: Consider memoryview and bytearray for Zero-Copy Interactions with bytes
Though Python isn’t able to parallelize CPU-bound computation without extra effort (see Item 64: “Consider concurrent.futures for True Parallelism”), it is able to support high-throughput, parallel I/O in a variety of ways (see Item 53: “Use Threads for Blocking…
Python drawer
https://pythonspeed.com/articles/major-python-release/
Python⇒Speed
When to switch to Python 3.9
Python 3.9 is now available–but should you switch to it immediately? And if not now, when? The short answer is, no, you probably don’t want to switch immediately; quite possibly you can’t switch immediately. To understand why, we need to consider Python packaging…
Python drawer
https://medium.com/@rvprasad/performance-of-system-v-style-shared-memory-support-in-python-3-8-d7a7d1b1fb96
Medium
Performance of System V Style Shared Memory Support in Python 3.8
In version 3.8, Python supports System V style shared memory. This support allows creation of memory segments that can be shared between…
Python drawer
https://realpython.com/python-pyqt-gui-calculator/
Realpython
Python and PyQt: Building a GUI Desktop Calculator – Real Python
In this tutorial, you'll learn how to create graphical user interface (GUI) applications with Python and PyQt. Once you've covered the basics, you'll build a fully functional desktop calculator that can respond to user events with concrete actions.
Python drawer
https://www.dataquest.io/blog/python-range-tutorial/
Dataquest
Python Range Tutorial: Learn to Use This Helpful Built-In Function
Python's range function is a great way to quickly generate a count of numbers within a range. Master this simple but powerful function in this tutorial.
Python drawer
https://www.digitalocean.com/community/tutorials/how-to-build-a-django-and-gunicorn-application-with-docker
Digitalocean
How to Build a Django and Gunicorn Application with Docker | DigitalOcean
Interested in Django but not sure where to start with Docker? This tutorial will walk you through first steps: modifying a sample Django application to work …
Python drawer
https://siujoeng-lau.com/2019/09/dns-over-https/#more-1016
Siujoeng Lau's Life
DNS-over-HTTPS Introduction and Implementation
Introduction I’ve introduced the potential flaws of regular DNS queries and responses protocol and a practical solution to address it, which is called ‘DNS-over-TLS protocol’, in …
Python drawer
https://hodovi.ch/blog/adding-charts-django-admin/
Python drawer
https://towardsdatascience.com/planning-to-travel-around-the-world-with-python-42fac1d21a6e
Medium
Planning to Travel Around the World, with Python?
S1: Drawing a Map with Basemap
Python drawer
https://dotweak.com/2019/10/20/how-to-create-a-keylogger-for-linux-using-python-WmtRYVJ3Wm9xZmlwRkE1eWRCY05YZz09
Python drawer
https://blog.soshace.com/en/python/python-array-explained-and-visualized/
Soshace
Python Array Explained and Visualized
In this tutorial, we’ll delve into how Python arrays work, what their limitations are, and how you can use them to maximize their efficiency.
Python drawer
https://switowski.com/blog/you-dont-have-to-migrate-to-python3
Sebastian Witowski
You Don’t Have to Migrate to Python 3
Python 3 is great! But not every Python 2 project has to be migrated. There are different ways how you can prepare for the upcoming Python 2 End of Life.
Python drawer
https://medium.com/@vmsp/less-known-bits-of-the-python-standard-library-46dc88490115
Medium
Less known bits of the Python Standard Library
Taking a brief look at some less known modules from the Standard Library.
Python drawer
https://blog.redash.io/how-we-spotted-and-fixed-a-performance-degradation-in-our-python-code/
Inside Redash
How We Spotted and Fixed a Performance Degradation in Our Python Code
Recently we’ve started transitioning from using Celery to using RQ for background jobs. After deploying this we noticed our RQ workers required significantly more CPU to perform the same amount of tasks as our Celery workers did. In this post I share how…
Python drawer
https://snarky.ca/why-you-should-use-python-m-pip/
Tall, Snarky Canadian
Why you should use `python -m pip`
Fellow core developer and Canadian, Mariatta, asked on Twitter about python -m pip and who told her about that idiom along with asking for a reference explaining it:
I learned sometime ago that we should be doing
`python -m pip install ...` instead of simply…
TWeb.init({scrollToPost:'python101/3673'});