Using Magic Methods to control attributes in Python
https://medium.com/@stephenfordham/using-magic-methods-to-control-attributes-in-python-6038dde5ad71
https://medium.com/@stephenfordham/using-magic-methods-to-control-attributes-in-python-6038dde5ad71
Medium
Using Magic Methods to control attributes in Python
Unusual method implementations to control attributes
My logging file gets too big! — Python logging to multiple files
https://mikehuls.medium.com/my-logging-file-gets-too-big-python-logging-to-multiple-files-c7fccf97d3a4
https://mikehuls.medium.com/my-logging-file-gets-too-big-python-logging-to-multiple-files-c7fccf97d3a4
Medium
My log file gets too large! — Python logging to multiple files
Implementing rotating file handlers
Python logging — saving logs to a file & sending logs to an API
https://mikehuls.medium.com/python-logging-saving-logs-to-a-file-sending-logs-to-an-api-75ec5964943f
https://mikehuls.medium.com/python-logging-saving-logs-to-a-file-sending-logs-to-an-api-75ec5964943f
Medium
Python logging — saving logs to a file & sending logs to an API
Get your logs to where they are needed to debug your code
Tutorial: Data-Oriented-Python in 15 minutes — Less Complexity through Data/Logic Separation
https://towardsdatascience.com/tutorial-data-oriented-python-in-15-minutes-less-complexity-through-data-logic-separation-b5ee00518772
https://towardsdatascience.com/tutorial-data-oriented-python-in-15-minutes-less-complexity-through-data-logic-separation-b5ee00518772
Medium
Tutorial: Data-Oriented-Python in 15 minutes — Less Complexity through Data/Logic Separation
A 3 step tutorial teaching you the three main concepts of the data-oriented approach to Python.
Python 3.11 Performance Benchmarks Are Looking Fantastic
https://www.phoronix.com/scan.php?item=python-311-benchmarks&num=1&page=article
https://www.phoronix.com/scan.php?item=python-311-benchmarks&num=1&page=article
Phoronix
Python 3.11 Performance Benchmarks Are Looking Fantastic
Last month Python 3.11 Beta 1 was released as their first preview of this major update to the Python programming language.
A First Look at PyScript: Python in the Web Browser – Real Python
https://realpython.com/pyscript-python-in-browser
https://realpython.com/pyscript-python-in-browser
Realpython
A First Look at PyScript: Python in the Web Browser – Real Python
In this tutorial, you'll learn about PyScript, a new framework that allows for running Python in the web browser with few or no code modifications and excellent performance. You'll leverage browser APIs and JavaScript libraries to build rich, highly interactive…
"To remove 90% of painful meetings from devs' calendars, you just need a system to find out what people are working on and when it'll be done." Funny conversation with the head of engineering at a unicorn startup on stupid things companies need to stop doing to developers.
https://devinterrupted.substack.com/p/the-2-things-you-ask-your-team-when?s=r
https://devinterrupted.substack.com/p/the-2-things-you-ask-your-team-when?s=r
Substack
The 2 Things You Ask Your Team When You Pass $1B w/ Hippo’s VP of Engineering
When you think of a billion-dollar tech company, you probably imagine rooms full of monitors with dashboards and non-stop data streams. Well, after talking to Hippo - a certified unicorn and newly minted giant in the insurance industry - we realized this…
Super-Resolution Generative Adversarial Networks (SRGAN)
https://pyimagesearch.com/2022/06/06/super-resolution-generative-adversarial-networks-srgan
https://pyimagesearch.com/2022/06/06/super-resolution-generative-adversarial-networks-srgan
PyImageSearch
Super-Resolution Generative Adversarial Networks (SRGAN) - PyImageSearch
Learn the intuition behind SRGAN, a novel approach toward perfecting super-resolution.
Python QR algorithm without Numpy for finding eigenvalues
https://dev.to/sergeysmalkov/python-qr-algorithm-without-numpy-for-finding-eigenvalues-him
https://dev.to/sergeysmalkov/python-qr-algorithm-without-numpy-for-finding-eigenvalues-him
DEV Community
Python QR algorithm without Numpy for finding eigenvalues
The practically important problem in computational mathematics is computing the eigenvalues of a...
Announcing Pyston-lite: our Python JIT as an extension module
https://blog.pyston.org/2022/06/08/announcing-pyston-lite-our-python-jit-as-an-extension-module
https://blog.pyston.org/2022/06/08/announcing-pyston-lite-our-python-jit-as-an-extension-module
The Pyston Blog
Announcing Pyston-lite: our Python JIT as an extension module
Today we’re very excited to announce Pyston-lite, a JIT for Python that is easily installable as an extension module. We’ve taken the core technology of Pyston and repackaged it so that…
Winning the MIT Sloan Sports Analytics 2022 Hackathon
https://bayesianops.medium.com/winning-the-mit-sloan-sports-analytics-2022-hackathon-2df76667be73
https://bayesianops.medium.com/winning-the-mit-sloan-sports-analytics-2022-hackathon-2df76667be73
Medium
Winning the MIT Sloan Sports Analytics 2022 Hackathon
March 2022. I participated in the SSAC22 hackathon. I showed up, found a teammate, and won. Here’s a writeup about our project, our…
3 Challenges for ML Models in Production
https://sonery.medium.com/3-challenges-for-ml-models-in-production-6cf8870f2fd1
https://sonery.medium.com/3-challenges-for-ml-models-in-production-6cf8870f2fd1
Medium
3 Challenges for ML Models in Production
that should not be overlooked.
Container With Most Water (LeetCode #11)
https://nwthomas.medium.com/container-with-most-water-leetcode-11-64dd4c95762
https://nwthomas.medium.com/container-with-most-water-leetcode-11-64dd4c95762
Medium
Container With Most Water (LeetCode #11)
This article is part of a series from Nathan Thomas, a full stack software engineer working in San Francisco, CA. Other recent articles…