Effortlessly Scaling Data Handling with Polars: A Beginner’s Guide
https://medium.com/@saverio3107/effortlessly-scaling-data-handling-with-polars-a-beginners-guide-5c17d0887fc3
https://medium.com/@saverio3107/effortlessly-scaling-data-handling-with-polars-a-beginners-guide-5c17d0887fc3
Medium
Effortlessly Scaling Data Handling with Polars: A Beginner’s Guide
Polars is an open-source project developed by the Rensselaer Polytechnic Institute and was released in 2020. This relatively new library is…
Trends in AI in language education
https://medium.com/@saadnoorafridi/trends-in-ai-in-language-education-ae2c5e95db9b
https://medium.com/@saadnoorafridi/trends-in-ai-in-language-education-ae2c5e95db9b
Medium
Trends in AI in language education
In addition to the trends mentioned in the previous blog post, here are some other trends in AI in language education: The use of AI to develop more effective and engaging language learning…
Python and OpenCV how to read frames from a webcam or a video file
https://lovethepenguin.com/python-and-opencv-how-to-read-frames-from-a-webcam-or-a-video-file-5b9e6e832ff4
https://lovethepenguin.com/python-and-opencv-how-to-read-frames-from-a-webcam-or-a-video-file-5b9e6e832ff4
Medium
Python and OpenCV how to read frames from a webcam or a video file
OpenCV stands for Open Computer Vision and is an open source computer vision library made by intel! in this short example i will show you…
How to Correct Nonlinear Distortion in Images Captured by a Pin-Hole Camera Model
https://majianglin2003.medium.com/how-to-correct-nonlinear-distortion-in-images-captured-by-a-pin-hole-camera-model-5d9285e8cec8
https://majianglin2003.medium.com/how-to-correct-nonlinear-distortion-in-images-captured-by-a-pin-hole-camera-model-5d9285e8cec8
Medium
How to Correct Nonlinear Distortion in Images Captured by a Pin-Hole Camera Model
1. What are the causes of nonlinear distortion in images captured by pinhole cameras?
Build full data apps in <5 minutes in Python: Using Jupyter + Database + Streamlit, locally.
https://medium.com/@kurtosistech/build-full-data-apps-in-5-minutes-in-python-using-jupyter-database-streamlit-locally-263a1500e287
https://medium.com/@kurtosistech/build-full-data-apps-in-5-minutes-in-python-using-jupyter-database-streamlit-locally-263a1500e287
Medium
Build full data apps in <5 minutes in Python: Using Jupyter + Database + Streamlit, locally.
This tutorial covers the jupyer-notebook-package on Github here.
Time Series forecasting of natural gas prices with Python
https://medium.com/@kylejones_47003/time-series-forecasting-of-natural-gas-prices-with-python-b21c0d11019d
https://medium.com/@kylejones_47003/time-series-forecasting-of-natural-gas-prices-with-python-b21c0d11019d
Medium
Time Series forecasting of natural gas prices with Python
A common task in finance is forecasting values. There are several methods for creating forecasts such as ARIMA, Bayesian Structural Time…
TIL that datetime.utcnow() is faster than datetime.now()
https://www.dataroc.ca/blog/most-performant-timestamp-functions-python
https://www.dataroc.ca/blog/most-performant-timestamp-functions-python
www.dataroc.ca
The most performant timestamp functions in Python
We explore different ways of getting the current timestamp in Python and profile their respective execution times.
PEP 703 (Making the Global Interpreter Lock Optional in CPython) acceptance
https://discuss.python.org/t/pep-703-making-the-global-interpreter-lock-optional-in-cpython-acceptance
https://discuss.python.org/t/pep-703-making-the-global-interpreter-lock-optional-in-cpython-acceptance
Discussions on Python.org
PEP 703 (Making the Global Interpreter Lock Optional in CPython) acceptance
(Posted for the whole Steering Council.) As we’ve announced before, the Steering Council has decided to accept PEP 703 (Making the Global Interpreter Lock Optional in CPython) . We want to make it clear why, and under what expectations we’re doing so. It…
Flask, its ecosystem, and backwards compatibility
https://pgjones.dev/blog/flask-ecosystem-compatibility-2023
https://pgjones.dev/blog/flask-ecosystem-compatibility-2023
Python is a Compiled Language
https://eddieantonio.ca/blog/2023/10/25/python-is-a-compiled-language/
https://eddieantonio.ca/blog/2023/10/25/python-is-a-compiled-language/
eddieantonio/blog
Python is a Compiled Language
This blog post hopes to convince you that Python is a compiled language. And by “Python”, I don’t mean alternate versions of Python like PyPy, Mypyc, Numba, Cinder, or even Python-like programming languages like Cython, Codon, Mojo1—I mean the regular Python:…
How to reduce the size of your conda-based docker images
https://blog.neater-hut.com/how-to-deploy-conda-based-docker-images.html
https://blog.neater-hut.com/how-to-deploy-conda-based-docker-images.html
blog.neater-hut
How to deploy conda-based docker images
<p>The scientific python community has settled on conda and conda-forge as the easiest way to compile and install dependencies that have complicated build recipes:</p>
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">As long as the Python community…
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">As long as the Python community…
rip – Rust crate to quickly resolve and install Python wheels
https://prefix.dev/blog/introducing_rip
https://prefix.dev/blog/introducing_rip
prefix.dev
Introducing rip - the fast & barebones pip implementation
rip resolves and install packages from PyPI from pure Rust
How to orchestrate multiple AI agents to create a fully working app
https://blog.pythagora.ai/2023/08/23/430
https://blog.pythagora.ai/2023/08/23/430
Pythagora Blog
GPT Pilot – a dev tool that speeds up app development by 20x
An MVP for a scalable dev tool that writes production-ready apps from scratch as the developer oversees the implementation In this blog post, I will explain the tech behind GPT Pilot – a dev …