Monte Carlo Tree Search: Improving the rollouts using the Rapid Action Value Estimation (RAVE)…
https://m-m-moghadam.medium.com/monte-carlo-tree-search-improving-the-rollouts-using-the-rapid-action-value-estimation-rave-be2a23c1b72b
https://m-m-moghadam.medium.com/monte-carlo-tree-search-improving-the-rollouts-using-the-rapid-action-value-estimation-rave-be2a23c1b72b
Medium
Monte Carlo Tree Search: Improving the rollouts using the Rapid Action Value Estimation (RAVE)…
Let’s Implement Rapid Action Value Estimation (RAVE) and All Moves As First (AMAF) algorithms to enhance the quality of simulations in the…
Building a 🚀📰 News Web App with Flask and News API
https://medium.com/@HardikKawale/building-a-news-web-app-with-flask-and-news-api-789cd58c9590
https://medium.com/@HardikKawale/building-a-news-web-app-with-flask-and-news-api-789cd58c9590
Medium
Building a 🚀📰 News Web App with Flask and News API
In today’s fast-paced world, staying updated with the latest news and information is crucial. With the power of web development and…
Part 1: Getting Data from Excel and Website, Data Cleaning and Compiling using Python
https://medium.com/@lfting/part-1-getting-data-from-excel-and-website-data-cleaning-and-compiling-using-python-a755522893f3
https://medium.com/@lfting/part-1-getting-data-from-excel-and-website-data-cleaning-and-compiling-using-python-a755522893f3
Medium
Part 1: Getting Data from Excel and Website, Data Cleaning, and Compiling using Python
This series of articles will talk about an example of a data analysis job in the manufacturing industry. The end goal is to create an…
Django Templates Unveiled: Delving into the Alchemy of Advanced Templating
https://medium.com/@joloiuy/mastering-django-templates-dive-deep-into-advanced-usage-649de122cf8c
https://medium.com/@joloiuy/mastering-django-templates-dive-deep-into-advanced-usage-649de122cf8c
Medium
Django Templates Unveiled: Delving into the Alchemy of Advanced Templating
Django, as a high-level Python web framework, has been designed for rapid development and clean, pragmatic design. One of its core…
Building a Data Engineering Pipeline with Python, Prefect, dbt, Terraform, Google Cloud Storage…
https://medium.com/@rahulsoni2225/building-a-data-engineering-pipeline-with-python-prefect-dbt-terraform-google-cloud-storage-2b3bb8114b3e
https://medium.com/@rahulsoni2225/building-a-data-engineering-pipeline-with-python-prefect-dbt-terraform-google-cloud-storage-2b3bb8114b3e
Medium
Building a Data Engineering Pipeline with Python, Prefect, dbt, Terraform, Google Cloud Storage, and Looker
Overview
SOLID Principles with Examples in Python
https://medium.com/@pavel.loginov.dev/solid-principles-with-examples-in-python-e907c2291d8
https://medium.com/@pavel.loginov.dev/solid-principles-with-examples-in-python-e907c2291d8
Medium
SOLID Principles with Examples in Python
The SOLID principles are designed to encourage the creation of code that is simpler, more dependable, and easier to enhance…
Introducing Tidi, a small dependency injection Python library
https://medium.com/@pattersam/introducing-tidi-a-small-dependency-injection-python-library-c6fd17a26ab
https://medium.com/@pattersam/introducing-tidi-a-small-dependency-injection-python-library-c6fd17a26ab
Medium
Introducing Tidi, a small dependency injection Python library
Built for those learning how DI can work in type-hinted Python, like me 😁 and for those that want try out a new DI library
Unveiling the Secrets of Temporal Data: Mastering Time-Based Queries in PostgreSQL
https://ashimabha-bose328.medium.com/unveiling-the-secrets-of-temporal-data-mastering-time-based-queries-in-postgresql-f69027356c38
https://ashimabha-bose328.medium.com/unveiling-the-secrets-of-temporal-data-mastering-time-based-queries-in-postgresql-f69027356c38
Medium
Unveiling the Secrets of Temporal Data: Mastering Time-Based Queries in PostgreSQL
Discover the world of temporal data handling in PostgreSQL! Master time-based queries, from historical analysis to future projections
Streamlit 1.26.0 brings Status to show process of your app
https://medium.com/@andy456333/streamlit-1-26-0-brings-status-to-show-process-of-your-app-e6c3d449cc05
https://medium.com/@andy456333/streamlit-1-26-0-brings-status-to-show-process-of-your-app-e6c3d449cc05
Medium
Streamlit 1.26.0 brings Status to show process of your app
What’s new in streamlit 1.26.0?
Optimizing Parseq OCR: Adding Quantization Support for Enhanced Efficiency
https://vikasojha894.medium.com/optimizing-parseq-ocr-adding-quantization-support-for-enhanced-efficiency-9dcb702cebf1
https://vikasojha894.medium.com/optimizing-parseq-ocr-adding-quantization-support-for-enhanced-efficiency-9dcb702cebf1
Medium
Optimizing Parseq OCR: Adding Quantization Support for Enhanced Efficiency
I recently added the quantization support for OCR Parseq. This blog explains how you can use the same to optimize your own model.
Illuminating Brilliance: A Comprehensive Guide to Mastering Gleam
https://medium.com/@tushar_aggarwal/illuminating-brilliance-a-comprehensive-guide-to-mastering-gleam-52c3bd496e14
https://medium.com/@tushar_aggarwal/illuminating-brilliance-a-comprehensive-guide-to-mastering-gleam-52c3bd496e14
Medium
Illuminating Brilliance: A Comprehensive Guide to Mastering Gleam
{This article was written without the assistance or use of AI tools, providing an authentic and insightful exploration of Gleam}
Boost Server Performance: How to Use NGINX Cache with Django Views
https://arash-moshirnia.medium.com/boost-server-performance-how-to-use-nginx-cache-with-django-views-2f87a1eaa03
https://arash-moshirnia.medium.com/boost-server-performance-how-to-use-nginx-cache-with-django-views-2f87a1eaa03
Medium
Boost Server Performance: How to Use NGINX Cache with Django Views
Increase your Django application’s performance and handled RPS in a way you can’t imagine.
Python Iterators: Your Guide to Navigating Data
https://medium.com/cloudnloud/python-iterators-your-guide-to-navigating-data-6eeaf697eb88
https://medium.com/cloudnloud/python-iterators-your-guide-to-navigating-data-6eeaf697eb88
Medium
Python Iterators: Your Guide to Navigating Data
Iterators are a key concept in Python for working with sequences in an efficient manner. In this blog, I’ll cover how iterators work under…
Weather data web scraping with Python
https://medium.com/@garimamehta574/weather-data-web-scraping-with-python-7e1d51d3a0d
https://medium.com/@garimamehta574/weather-data-web-scraping-with-python-7e1d51d3a0d
Medium
Weather data web scraping with Python
Web scraping is also known as web harvesting. This is a process of extracting information from websites. It is not possible to access all…
Shaping People in Tech: Far Beyond the Old Spreadsheet Guru
https://medium.com/@nathanjose.lara/shaping-people-in-tech-far-beyond-the-old-spreadsheet-guru-aa9847c4cffa
https://medium.com/@nathanjose.lara/shaping-people-in-tech-far-beyond-the-old-spreadsheet-guru-aa9847c4cffa
Medium
Shaping People in Tech: Far Beyond the Old Spreadsheet Guru
Introduction
Mastering Data Visualization: Unleashing the Power of Data Storytelling with Time Series Plots in…
https://medium.com/@stephanhausberg/mastering-data-visualization-unleashing-the-power-of-data-storytelling-with-time-series-plots-in-aaefdcf2f1a1
https://medium.com/@stephanhausberg/mastering-data-visualization-unleashing-the-power-of-data-storytelling-with-time-series-plots-in-aaefdcf2f1a1
Medium
Mastering Data Visualization: Unleashing the Power of Data Storytelling with Time Series Plots in…
How to apply different visualization approaches to Time Series Data to support a certain message.