Stop Hardcoding Values in Python Apps — Use JSON Configuration Files Instead
Hardcoding Python app configuration is never a good idea. Try this alternative insteadContinue ...
https://towardsdatascience.com/stop-hardcoding-values-in-python-apps-use-json-configuration-files-instead-cce8f15f647a
Hardcoding Python app configuration is never a good idea. Try this alternative insteadContinue ...
https://towardsdatascience.com/stop-hardcoding-values-in-python-apps-use-json-configuration-files-instead-cce8f15f647a
Medium
Stop Hardcoding Values in Python Apps — Use JSON Configuration Files Instead
Hardcoding Python app configuration is never a good idea. Try this alternative instead
Time Series Forecasting with Ploomber, Arima, Python, and Slurm
In this post you will see how the authors took a raw .ipynb notebook that does time series forecasting with Arima, modularized it into a Ploomber pipeline, and ran parallel jobs on Slurm.
https://www.kdnuggets.com/2022/03/time-series-forecasting-ploomber-arima-python-slurm.html
In this post you will see how the authors took a raw .ipynb notebook that does time series forecasting with Arima, modularized it into a Ploomber pipeline, and ran parallel jobs on Slurm.
https://www.kdnuggets.com/2022/03/time-series-forecasting-ploomber-arima-python-slurm.html
KDnuggets
Time Series Forecasting with Ploomber, Arima, Python, and Slurm - KDnuggets
In this blog you will see how the authors took a raw .ipynb notebook that does time series forecasting with Arima, modularized it into a Ploomber pipeline, and ran parallel jobs on Slurm.
Streamify
A data engineering project with Kafka, Spark Streaming, dbt, Docker, Airflow, Terraform, GCP and much more!
https://github.com/ankurchavda/streamify
A data engineering project with Kafka, Spark Streaming, dbt, Docker, Airflow, Terraform, GCP and much more!
https://github.com/ankurchavda/streamify
GitHub
GitHub - ankurchavda/streamify: A data engineering project with Kafka, Spark Streaming, dbt, Docker, Airflow, Terraform, GCP and…
A data engineering project with Kafka, Spark Streaming, dbt, Docker, Airflow, Terraform, GCP and much more! - ankurchavda/streamify
Hands On Signal Processing with Python
From theory to practice: here’s how to perform frequency analysis, noise filtering and ...
https://towardsdatascience.com/hands-on-signal-processing-with-python-9bda8aad39de
From theory to practice: here’s how to perform frequency analysis, noise filtering and ...
https://towardsdatascience.com/hands-on-signal-processing-with-python-9bda8aad39de
Blankly
Easily build, backtest and deploy your algo in just a few lines of code. Trade stocks, cryptos, and forex across exchanges w/ one package.
https://github.com/Blankly-Finance/Blankly
Easily build, backtest and deploy your algo in just a few lines of code. Trade stocks, cryptos, and forex across exchanges w/ one package.
https://github.com/Blankly-Finance/Blankly
GitHub
GitHub - blankly-finance/blankly: 🚀 💸 Easily build, backtest and deploy your algo in just a few lines of code. Trade stocks, cryptos…
🚀 💸 Easily build, backtest and deploy your algo in just a few lines of code. Trade stocks, cryptos, and forex across exchanges w/ one package. - blankly-finance/blankly
The best way to store data in python & pandas.. spoiler: it's not CSV
In this video we discuss the best way to save off data as files using python and pandas. When you are working with large datasets there comes a time when you need to store your data. Most people turn to CSV files because they are easy to share and universally used. But there are much better options out there!
https://www.youtube.com/watch?v=u4rsA5ZiTls
In this video we discuss the best way to save off data as files using python and pandas. When you are working with large datasets there comes a time when you need to store your data. Most people turn to CSV files because they are easy to share and universally used. But there are much better options out there!
https://www.youtube.com/watch?v=u4rsA5ZiTls
YouTube
This INCREDIBLE trick will speed up your data processes.
In this video we discuss the best way to save off data as files using python and pandas. When you are working with large datasets there comes a time when you need to store your data. Most people turn to CSV files because they are easy to share and universally…
Pyjion, a JIT compiler for Python using .NET Core with Anthony Shaw
https://www.hanselminutes.com/834/pyjion-a-jit-compiler-for-python-using-net-core-with-anthony-shaw
https://www.hanselminutes.com/834/pyjion-a-jit-compiler-for-python-using-net-core-with-anthony-shaw
Hanselminutes
Pyjion, a JIT compiler for Python using .NET Core with Anthony Shaw
In this episode Scott talks to developer Anthony Shaw about Pyjion (pronounced "Pidgeon" like the bird) a JIT compiler for Python that uses .NET Core technology for speed! We discuss the concept of JIT'ers in general, look at the Python JIT ecosystem, and…
Pathways Language Model (PaLM)
Scaling to 540 Billion Parameters for Breakthrough Performance.
https://ai.googleblog.com/2022/04/pathways-language-model-palm-scaling-to.html
Scaling to 540 Billion Parameters for Breakthrough Performance.
https://ai.googleblog.com/2022/04/pathways-language-model-palm-scaling-to.html
research.google
Pathways Language Model (PaLM): Scaling to 540 Billion Parameters for Breakthrou
Posted by Sharan Narang and Aakanksha Chowdhery, Software Engineers, Google Research In recent years, large neural networks trained for language un...
Python f-strings Are More Powerful Than You Might Think
Learn about the unknown features of Python’s f-strings — the formatted string literals — and up your text formatting knowledge and skills.
https://martinheinz.dev/blog/70
Learn about the unknown features of Python’s f-strings — the formatted string literals — and up your text formatting knowledge and skills.
https://martinheinz.dev/blog/70
martinheinz.dev
Python f-strings Are More Powerful Than You Might Think
<p>
Formatted string literals - also called <i>f-strings</i> - have been around since Python 3.6, so we all know what they are and how to use them. There a...
Formatted string literals - also called <i>f-strings</i> - have been around since Python 3.6, so we all know what they are and how to use them. There a...
What to Expect in Python 3.11
Exploring the new additions and updates in Python 3.11 and how to get early access to 3.11 ...
https://towardsdatascience.com/python-3-11-f62708eed569
Exploring the new additions and updates in Python 3.11 and how to get early access to 3.11 ...
https://towardsdatascience.com/python-3-11-f62708eed569
Introduction to Streamlit and Streamlit Components
This article will show you how to build Streamlit apps and custom Streamlit Components, with the end goal of implementing Auth0 authentication of Streamlit apps using Streamlit Components.
https://auth0.com/blog/introduction-to-streamlit-and-streamlit-components/
This article will show you how to build Streamlit apps and custom Streamlit Components, with the end goal of implementing Auth0 authentication of Streamlit apps using Streamlit Components.
https://auth0.com/blog/introduction-to-streamlit-and-streamlit-components/
Auth0 - Blog
Introduction to Streamlit and Streamlit Components
This article will show you how to build Streamlit apps and custom Streamlit Components, with the end goal of implementing Auth0 authentication of Streamlit apps using Streamlit Components
Paperless-ngx
A supercharged version of paperless: scan, index and archive all your physical documents.
https://github.com/paperless-ngx/paperless-ngx
A supercharged version of paperless: scan, index and archive all your physical documents.
https://github.com/paperless-ngx/paperless-ngx
GitHub
GitHub - paperless-ngx/paperless-ngx: A community-supported supercharged document management system: scan, index and archive all…
A community-supported supercharged document management system: scan, index and archive all your documents - paperless-ngx/paperless-ngx
Python List sort(): An In-Depth Guide to Sorting Lists
In this tutorial, you’ll learn how to use Python to sort a list using the sort() method. Being able to work with lists is an essential skill in Python, given their prevalence. Because lists are ordered and mutable data structures, we can modify their order. The list.sort() method allows you to do exactly this! The method is a valuable method that allows you to sort in many custom ways.
https://datagy.io/python-list-sort/
In this tutorial, you’ll learn how to use Python to sort a list using the sort() method. Being able to work with lists is an essential skill in Python, given their prevalence. Because lists are ordered and mutable data structures, we can modify their order. The list.sort() method allows you to do exactly this! The method is a valuable method that allows you to sort in many custom ways.
https://datagy.io/python-list-sort/
datagy
Python List sort(): An In-Depth Guide to Sorting Lists • datagy
In this tutorial, you’ll learn how to use Python to sort a list using the sort() method. Being able to work with lists is an essential skill in Python, given their prevalence. Because lists are ordered and mutable data structures, we can modify their order.…
lukas-blecher / LaTeX-OCR
pix2tex: Using a ViT to convert images of equations into LaTeX code.
https://github.com/lukas-blecher/LaTeX-OCR
pix2tex: Using a ViT to convert images of equations into LaTeX code.
https://github.com/lukas-blecher/LaTeX-OCR
GitHub
GitHub - lukas-blecher/LaTeX-OCR: pix2tex: Using a ViT to convert images of equations into LaTeX code.
pix2tex: Using a ViT to convert images of equations into LaTeX code. - lukas-blecher/LaTeX-OCR
nested-github-runners-action
Reduce GitHub Actions costs by running multiple runners inside of a single GitHub Action Runner.
https://github.com/dougcalobrisi/nested-github-runners-action
Reduce GitHub Actions costs by running multiple runners inside of a single GitHub Action Runner.
https://github.com/dougcalobrisi/nested-github-runners-action
GitHub
GitHub - dougcalobrisi/nested-github-runners-action: GitHub Action to run multiple self-hosted runners in a hosted GitHub Runner
GitHub Action to run multiple self-hosted runners in a hosted GitHub Runner - GitHub - dougcalobrisi/nested-github-runners-action: GitHub Action to run multiple self-hosted runners in a hosted GitH...
Decoupling producers and consumers of iterables with generators in Python
https://rednafi.github.io/reflections/decoupling-producers-and-consumers-of-iterables-with-generators-in-python.html
https://rednafi.github.io/reflections/decoupling-producers-and-consumers-of-iterables-with-generators-in-python.html
Redowan's Reflections
Decoupling producers and consumers of iterables with generators in Python
Find your redemption in lazy iterators. — Could be the untold 20th Zen of Python Generators can help you decouple the production and consumption of iterables—making your code more readable and maintainable. I learned this trick a few years back from David…
How is PyPy Tested?
This post gives an overview of how the PyPy project does and thinks about testing.
https://www.pypy.org/posts/2022/04/how-is-pypy-tested.html
This post gives an overview of how the PyPy project does and thinks about testing.
https://www.pypy.org/posts/2022/04/how-is-pypy-tested.html
PyPy
How is PyPy Tested?
How is PyPy Tested?
In this post I want to give an overview of how the PyPy project does and thinks
about testing. PyPy takes testing quite seriously and has done some from the
start of the project. H
In this post I want to give an overview of how the PyPy project does and thinks
about testing. PyPy takes testing quite seriously and has done some from the
start of the project. H
How to write a Python script to create dynamic Ansible inventories
Write a script in Python that fetches hosts using Nmap to generate dynamic inventories.
https://www.redhat.com/sysadmin/ansible-dynamic-inventory-python
Write a script in Python that fetches hosts using Nmap to generate dynamic inventories.
https://www.redhat.com/sysadmin/ansible-dynamic-inventory-python
Redhat
How to write a Python script to create dynamic Ansible inventories
In my previous article, I explained why using a static inventory to handle your Ansible playbooks is not very convenient. Here are the reasons:
Rentfree Media
RentFree Media is a media distribution framework built on Django and Wagtail. With it you can publish either public or premium / subscription-based content similar to the features provided in services such as Patreon, Apple Podcasts, and Substack.
https://github.com/rentfreemedia/rentfreemedia
RentFree Media is a media distribution framework built on Django and Wagtail. With it you can publish either public or premium / subscription-based content similar to the features provided in services such as Patreon, Apple Podcasts, and Substack.
https://github.com/rentfreemedia/rentfreemedia
GitHub
GitHub - RentFreeMedia/rentfreemedia: Media distribution without the platform markup. Home of the free/open source Rent Free Media…
Media distribution without the platform markup. Home of the free/open source Rent Free Media distribution of Django + Wagtail. - RentFreeMedia/rentfreemedia