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://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.
Python drawer
https://www.pyimagesearch.com/2019/07/29/cyclical-learning-rates-with-keras-and-deep-learning/
PyImageSearch
Cyclical Learning Rates with Keras and Deep Learning - PyImageSearch
In this tutorial, you will learn how to use Cyclical Learning Rates (CLR) and Keras to train your own neural networks. Using Cyclical Learning Rates you can dramatically reduce the number of experiments required to tune and find an optimal learning rate for…
Python drawer
https://yawpitchroll.com/posts/the-35-words-you-need-to-python/
yawpitchroll
The 35 Words You Need to Python
Let’s face it, learning to write computer programs is hard. Doing so involves picking up a lot of specialized skills and jargon, most of which is unfamiliar, and it also means cultivating a mental approach to the world that, at first, might seem downright…
Python drawer
https://pythonspeed.com/docker/
Python⇒Speed
Articles: Production-ready Docker packaging for Python developers
Your guide to creating production-ready Docker images.
Python drawer
https://victorzhou.com/series/neural-networks-from-scratch/
Victorzhou
Neural Networks From Scratch - victorzhou.com
A 4-post series that provides a fundamentals-oriented approach towards understanding Neural Networks. Covers classic Neural Networks, Recurrent Neural Networks (RNNs), and Convolutional Neural Networks (CNNs).
Python drawer
https://tryexceptpass.org/article/package-python-as-executable/
tryexceptpass.org
4 Attempts at Packaging Python as an Executable
Building single-file executable applications with Python.
Python drawer
https://discuss.python.org/t/python-3-8-0b3-available-for-testing/2058
Discussions on Python.org
Python 3.8.0b3 available for testing
This time without delays, I present you Python 3.8.0b3: This release is the third of four planned beta release previews. Beta release previews are intended to give the wider community the opportunity to test new features and bug fixes and to prepare their…
Python drawer
https://realpython.com/courses/dictionaries-python/
Realpython
Dictionaries in Python – Real Python
In this course on Python dictionaries, you'll cover the basic characteristics of dictionaries and learn how to access and manage dictionary data. Once you've finished this course, you'll have a good sense of when a dictionary is the appropriate data type…
Python drawer
https://testdriven.io/blog/django-vs-flask/?utm_source=realpython
testdriven.io
Django vs. Flask in 2024: Which Framework to Choose
In this article, we'll look at the best use cases for Django and Flask along with what makes them unique, from an educational and development standpoint.
Python drawer
https://realpython.com/python-traceback/
Realpython
Understanding the Python Traceback – Real Python
In this step-by-step tutorial, you'll learn how to read and understand the information you can get from a Python traceback. You'll walk through several examples of tracebacks and see some of the most common tracebacks in Python.
Python drawer
https://lukeplant.me.uk/blog/posts/pylint-false-positives/
Python drawer
https://stripe.com/it/blog/canonical-log-lines
Stripe
Fast and flexible observability with canonical log lines
Canonical log lines are a lightweight, flexible, and technology-agnostic technique for observability that are powerful and easy to implement.