Automate shutdown of an EC2 with AWS EventBridge & AWS Lambda
https://medium.com/@bbarrientes/automate-shutdown-of-an-ec2-aws-eventbridge-aws-lambda-3f57bb8ac60c
https://medium.com/@bbarrientes/automate-shutdown-of-an-ec2-aws-eventbridge-aws-lambda-3f57bb8ac60c
Medium
Automate shutdown of an EC2 with AWS EventBridge & AWS Lambda
Currently, there is a startup named ‘Cloud City Tech’. Cloud City Tech provided cost-saving solutions to other startups and small…
[SOLVED] POST request Parameters from Class based views — Pagination
https://medium.com/@fixitblog/solved-post-request-parameters-from-class-based-views-pagination-7a1024315b51
https://medium.com/@fixitblog/solved-post-request-parameters-from-class-based-views-pagination-7a1024315b51
Medium
[SOLVED] POST request Parameters from Class based views — Pagination
My Queryset will contain 1000+ objects, which I need to display one by one and based on the content displayed. I don’t need to show previous pages, I just need to Accept/Reject and on both the…
Building an Email Assistant Application with Burr
https://towardsdatascience.com/building-an-email-assistant-application-with-burr-324bc34c547d
https://towardsdatascience.com/building-an-email-assistant-application-with-burr-324bc34c547d
Medium
Building an Email Assistant Application with Burr
A tutorial to demonstrate how to use Burr, using simple OpenAI client calls to GPT4, and FastAPI to create a custom email assistant agent.
"Dynamic Chess: Building a Graphical Chess Game with Special Effects Using Python and Pygame”
https://medium.com/@sauxer/dynamic-chess-building-a-graphical-chess-game-with-special-effects-using-python-and-pygame-c3e0181cae65
https://medium.com/@sauxer/dynamic-chess-building-a-graphical-chess-game-with-special-effects-using-python-and-pygame-c3e0181cae65
Medium
"Dynamic Chess: Building a Graphical Chess Game with Special Effects Using Python and Pygame”
"Experience the Thrill of Animated Chess: Developing a Customizable Chess Game with Interactive Visual Effects in Python and Pygame"
Generators in Python
https://medium.com/@syedyasir441/in-the-realm-of-python-programming-one-of-the-most-powerful-and-yet-often-underutilized-features-25874d31ce0e
https://medium.com/@syedyasir441/in-the-realm-of-python-programming-one-of-the-most-powerful-and-yet-often-underutilized-features-25874d31ce0e
Medium
Understanding Iterators and Iterables:0:
In the realm of Python programming, one of the most powerful and yet often underutilized features is the concept of generators. Generators…
Writing Your First Forensic Tool-1: Extracting Google Chrome Browser Data with Python and LLM
https://medium.com/@foysol60s/writing-your-first-forensic-tool-1-extracting-google-chrome-browser-data-with-python-and-llm-5c7f68aa5ab7
https://medium.com/@foysol60s/writing-your-first-forensic-tool-1-extracting-google-chrome-browser-data-with-python-and-llm-5c7f68aa5ab7
Medium
Writing Your First Forensic Tool-1: Extracting Google Chrome Browser Data with Python and LLM
A Note for the Readers
Visualizing Feature Selection in Breast Cancer Diagnosis using NetworkX and Pandas
https://terracoil.com/visualizing-feature-selection-in-breast-cancer-diagnosis-using-networkx-and-pandas-9fbee5436e8c
https://terracoil.com/visualizing-feature-selection-in-breast-cancer-diagnosis-using-networkx-and-pandas-9fbee5436e8c
Medium
Visualizing Feature Selection in Breast Cancer Diagnosis using NetworkX and Pandas
Using pandas, scikit-learn, and NetworkX to explore data, extract features, and visualize data.
DuckDB and AWS — How to Aggregate 100 Million Rows in 1 Minute
https://towardsdatascience.com/duckdb-and-aws-how-to-aggregate-100-million-rows-in-1-minute-3634eef06b79
https://towardsdatascience.com/duckdb-and-aws-how-to-aggregate-100-million-rows-in-1-minute-3634eef06b79
Towards Data Science
DuckDB and AWS - How to Aggregate 100 Million Rows in 1 Minute | Towards Data Science
Process huge volumes of data with Python and DuckDB - An AWS S3 example.
Temporal Dynamics Unleashed: Optimizing Liquid State Machines for Next-Generation Neural Computing
https://medium.com/@evertongomede/temporal-dynamics-unleashed-optimizing-liquid-state-machines-for-next-generation-neural-computing-fa14271420b1
https://medium.com/@evertongomede/temporal-dynamics-unleashed-optimizing-liquid-state-machines-for-next-generation-neural-computing-fa14271420b1
Medium
Temporal Dynamics Unleashed: Optimizing Liquid State Machines for Next-Generation Neural Computing
Abstract
Building a python 2D library from scratch in pure python.
https://medium.com/@mulindwabenit/building-a-python-2d-library-from-scratch-in-pure-python-4827d3c90202
https://medium.com/@mulindwabenit/building-a-python-2d-library-from-scratch-in-pure-python-4827d3c90202
Medium
Building a python 2D library from scratch in pure python.
How do graphical libraries works under the hood? How can I build mine from scratch without using any existing libraries?
Mastering Market Signals: Implementing Ichimoku Cloud in Python
https://medium.com/@albertoglvz25/mastering-market-signals-implementing-ichimoku-cloud-in-python-ade9df854a86
https://medium.com/@albertoglvz25/mastering-market-signals-implementing-ichimoku-cloud-in-python-ade9df854a86
Medium
Mastering Market Signals: Implementing Ichimoku Cloud in Python
Ichimoku Cloud, also known as Ichimoku Kinko Hyo, is a popular technical analysis tool used to identify trend direction, support and…
Hyperparameters Tuning with MLflow and Hydra Sweeps
https://towardsdatascience.com/hyperparameters-tuning-with-mlflow-and-hydra-sweeps-7253d97d7897
https://towardsdatascience.com/hyperparameters-tuning-with-mlflow-and-hydra-sweeps-7253d97d7897
Towards Data Science
MLOps - Hyperparameters Tuning with MLflow and Hydra Sweeps | Towards Data Science
Learn how to build an efficient pipeline with Hydra and MLflow
Why I am getting “Not Implemented Error: Database objects do not implement truth value testing or…
https://medium.com/@fixitblog/why-i-am-getting-not-implemented-error-database-objects-do-not-implement-truth-value-testing-or-af941a9bcb9e
https://medium.com/@fixitblog/why-i-am-getting-not-implemented-error-database-objects-do-not-implement-truth-value-testing-or-af941a9bcb9e
Medium
Why I am getting “Not Implemented Error: Database objects do not implement truth value testing or…
I am trying to connect Django with MongoDB using Djongo. I have changed the Database parameter but I am getting this error
[SOLVED] Django. TemplateDoesNotExist in case of a custom widget
https://medium.com/@fixitblog/solved-django-templatedoesnotexist-in-case-of-a-custom-widget-4d241d3bbba1
https://medium.com/@fixitblog/solved-django-templatedoesnotexist-in-case-of-a-custom-widget-4d241d3bbba1
Medium
[SOLVED] Django. TemplateDoesNotExist in case of a custom widget
Usualy everything works fine and Django can find templates in my /templates/ directory but in case of this widget I have a 500 Error: I debugged django.filesystem.loader and found out that usually…