The Popularity of Data Science Languages: Python and R (October 2023 Update)
https://medium.com/@the_lord_of_the_R/the-popularity-of-data-science-languages-python-and-r-october-2023-update-24b1a8f20628
https://medium.com/@the_lord_of_the_R/the-popularity-of-data-science-languages-python-and-r-october-2023-update-24b1a8f20628
Medium
The Popularity of Data Science Languages: Python and R (October 2023 Update)
In today’s digital age, where data is literally ubiquitous, programming languages serve as the backbone of many groundbreaking…
Creating Python Virtual Environments with PyEnv: A Succinct Guide
https://medium.com/@smayorgac/creating-python-virtual-environments-with-pyenv-a-succinct-guide-360a3e75efdb
https://medium.com/@smayorgac/creating-python-virtual-environments-with-pyenv-a-succinct-guide-360a3e75efdb
Medium
Creating Python Virtual Environments with PyEnv: A Succinct Guide
Python Virtual Environments provides an isolated workspace for your projects, allowing you to work with specific Python versions and…
How to deploy a ML Model as an API with AWS.
https://medium.com/@rv-fcamara/how-to-deploy-a-ml-model-as-an-api-with-aws-77ba5a4bb441
https://medium.com/@rv-fcamara/how-to-deploy-a-ml-model-as-an-api-with-aws-77ba5a4bb441
Medium
How to deploy a ML Model as an API with AWS.
How to deploy a machine learning model trained in Auto ML (Databricks) into AWS as an API to be able to make predictions according to n…
Mocking Nested Object and Functions in Python
https://medium.com/@eugenepark3/mocking-nested-object-and-functions-in-python-23e639db3584
https://medium.com/@eugenepark3/mocking-nested-object-and-functions-in-python-23e639db3584
Medium
Mocking Nested Object and Functions in Python
I have been writing tests a lot lately and came across a situation where I had to mock a function call. The problem was that this function…
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…