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…
What can you do with Python? 5 real-world Python applications
https://learningdaily.dev/what-can-you-do-with-python-5-real-world-python-applications-3f9607eb2dcd
https://learningdaily.dev/what-can-you-do-with-python-5-real-world-python-applications-3f9607eb2dcd
Medium
What can you do with Python? 5 real-world Python applications
The word is out on Python. The simplicity, limitless range of external libraries, and committed community of Pythonistas are fundamentals…
3D renders and JSON data for NFTs straight from Blender by using Python.
https://ocularmagic.medium.com/3d-renders-and-json-data-for-nfts-straight-from-blender-by-using-python-a508530f969d
https://ocularmagic.medium.com/3d-renders-and-json-data-for-nfts-straight-from-blender-by-using-python-a508530f969d
Medium
3D renders and JSON data for NFTs straight from Blender by using Python.
Blender allows you to run Python scripts directly inside the program, changing pretty much anything in your scene using code. I wanted to…
Simple CRUD REST API with Blacksheep and Piccolo ORM
https://medium.com/@carlosmarcano2704/simple-crud-rest-api-with-blacksheep-and-piccolo-orm-698e6e85ae80
https://medium.com/@carlosmarcano2704/simple-crud-rest-api-with-blacksheep-and-piccolo-orm-698e6e85ae80
Medium
Simple CRUD REST API with Blacksheep and Piccolo ORM
Usually, I use Django for building apps in Python, but weeks ago, scrolling on Reddit I found out about Blacksheep.