LLM Filters: Simple Swiss knife lib for LLM application
https://sayfeddinehammemi.medium.com/llm-filters-simple-swiss-knife-lib-for-llm-application-7a95ef485f28
https://sayfeddinehammemi.medium.com/llm-filters-simple-swiss-knife-lib-for-llm-application-7a95ef485f28
Medium
LLM Filters: Simple Swiss knife lib for LLM application
Introduction:
ChatGPT Code Interpreter: How It Saved Me Hours of Work
https://towardsdatascience.com/chatgpt-code-interpreter-how-it-saved-me-hours-of-work-3c65a8dfa935
https://towardsdatascience.com/chatgpt-code-interpreter-how-it-saved-me-hours-of-work-3c65a8dfa935
Part 3: Harnessing the Power of Serializers and Views in Django REST Framework — Class-Based View
https://medium.com/@devsumitg/part-3-harnessing-the-power-of-serializers-and-views-in-django-rest-framework-class-based-view-617015761fed
https://medium.com/@devsumitg/part-3-harnessing-the-power-of-serializers-and-views-in-django-rest-framework-class-based-view-617015761fed
Medium
Part 3: Harnessing the Power of Serializers and Views in Django REST Framework — Class-Based View
Check out my previous blog about Part 2: Harnessing the Power of Serializers and Views in Django REST Framework.
A Short Checklist For Python Beginners
https://zlliu.medium.com/a-short-checklist-for-python-beginners-5b1c0b93645b
https://zlliu.medium.com/a-short-checklist-for-python-beginners-5b1c0b93645b
Medium
A Short Checklist For Python Beginners
# Do you check all of them?
Unleash the Power of Python Strings: 15 Essential Methods for Developers
https://medium.com/@devipul/unleash-the-power-of-python-strings-15-essential-methods-for-developers-aa9bcde2a7d9
https://medium.com/@devipul/unleash-the-power-of-python-strings-15-essential-methods-for-developers-aa9bcde2a7d9
Medium
Unleash the Power of Python Strings: 15 Essential Methods for Developers
Introduction to String Method: As developers, we often find ourselves wrangling with strings in our code. Whether it’s processing user…
Aggregations and Annotations in Django — Part 1
https://medium.com/@cenkarda241/aggregations-and-annotations-in-django-part-1-ba7767d31ca4
https://medium.com/@cenkarda241/aggregations-and-annotations-in-django-part-1-ba7767d31ca4
Medium
Aggregations and Annotations in Django — Part I
Hello everyone! As the title suggests, in this blog post we’ll take a brief look at the two heroes of Django ORM: annotations and…
But really, what is the Global Interpreter Lock (GIL) in Python?
https://medium.com/@dhingra.shubham38/but-really-what-is-the-global-interpreter-lock-gil-in-python-ec0d4e0eb833
https://medium.com/@dhingra.shubham38/but-really-what-is-the-global-interpreter-lock-gil-in-python-ec0d4e0eb833
Medium
But really, what is the Global Interpreter Lock (GIL) in Python?
We’ve all heard about it. Some of us might know something about it. You might have read that people are debating about removing it. But…
Read File Data from S3 using Python AWS Lambda
https://medium.com/@shreyas.ms99/read-file-data-from-s3-using-python-aws-lambda-4b3eb515285c
https://medium.com/@shreyas.ms99/read-file-data-from-s3-using-python-aws-lambda-4b3eb515285c
Medium
Read File Data from S3 using Python AWS Lambda
In this post we will see how to automatically trigger the AWS Lambda function which will read the files uploaded into S3 bucket and display…
Exploring Factors Affecting of Life Expectancy
https://medium.com/@radhityan/exploring-factors-affecting-of-life-expectancy-1065f15662a6
https://medium.com/@radhityan/exploring-factors-affecting-of-life-expectancy-1065f15662a6
Medium
Exploring Factors Affecting of Life Expectancy
Past studies on factors affecting life expectancy have primarily focused on demographic variables, income composition, and mortality rates…
Tableau: Data-driven Extract Refresh — Part-2
https://medium.com/@sharad.gupta1021/tableau-data-driven-extract-refresh-part-2-68dc53de4626
https://medium.com/@sharad.gupta1021/tableau-data-driven-extract-refresh-part-2-68dc53de4626
Medium
Tableau: Data-driven Extract Refresh — Part-2
Let’s make data analytics more real-time
NLP meets FOMC: Deciphering Sentiments in Financial Market Communications — Part 1 of 3
https://medium.com/@vincent.lim.ws/nlp-meets-fomc-deciphering-sentiments-in-financial-market-communications-part-1-of-3-52306899f065
https://medium.com/@vincent.lim.ws/nlp-meets-fomc-deciphering-sentiments-in-financial-market-communications-part-1-of-3-52306899f065
Medium
NLP meets FOMC: Deciphering Sentiments in Financial Market Communications — Part 1 of 3
What do the 1st of February, 22nd of March, 3rd of May, and 14th of June of 2023 all share? Regardless of their specific focus within…
Navigating Live Trading Risk: Mapping Sharpe Ratio to Essential Performance Measures for Strategy…
https://medium.com/@francesco.landolfi/navigating-live-trading-risk-mapping-sharpe-ratio-to-essential-performance-measures-for-strategy-e392b231c4f0
https://medium.com/@francesco.landolfi/navigating-live-trading-risk-mapping-sharpe-ratio-to-essential-performance-measures-for-strategy-e392b231c4f0
Medium
Navigating Live Trading Risk: Mapping Sharpe Ratio to Essential Performance Measures for Strategy…
Insights from Rej et al.’s Work: Enhancing Live Strategy Evaluation with Risk Metrics
Creating a Dashboard for MNIST Dataset Visualization and Analysis Using Taipy
https://medium.com/@visheshtaposthali/creating-a-dashboard-for-mnist-dataset-visualization-and-analysis-using-taipy-92530049c6d
https://medium.com/@visheshtaposthali/creating-a-dashboard-for-mnist-dataset-visualization-and-analysis-using-taipy-92530049c6d
Medium
Creating a Dashboard for MNIST Dataset Visualization and Analysis Using Taipy
The MNIST dataset is a widely used benchmark dataset in the field of machine learning and computer vision. It consists of a large…
JokeGPT and Beyond: Create a ChatGPT App with Streamlit and Databutton
https://medium.com/@alan-jones/jokegpt-and-beyond-create-a-chatgpt-app-with-streamlit-and-databutton-898defdb4d00
https://medium.com/@alan-jones/jokegpt-and-beyond-create-a-chatgpt-app-with-streamlit-and-databutton-898defdb4d00
Medium
JokeGPT and Beyond: Create a ChatGPT App with Streamlit and Databutton
The anatomy of a chatbot using the OpenAI API, Streamlit and Databutton and a solution for what to cook for dinner
Uploading Files to AWS S3 using Python and Boto3
https://medium.com/@financial_python/uploading-files-to-aws-s3-using-python-and-boto3-622efbe1af5c
https://medium.com/@financial_python/uploading-files-to-aws-s3-using-python-and-boto3-622efbe1af5c
Medium
Uploading Files to AWS S3 using Python and Boto3
Hey all. Today, I am going to walk you through uploading files to Amazon Web Services (AWS) Simple Storage Service (S3) using Python and…
Python for Reinforcement Learning: A Beginner’s Guide
https://medium.com/@nmnijilkhan/python-for-reinforcement-learning-a-beginners-guide-8d72935e77c8
https://medium.com/@nmnijilkhan/python-for-reinforcement-learning-a-beginners-guide-8d72935e77c8
Medium
Python for Reinforcement Learning: A Beginner’s Guide
Reinforcement learning is a type of machine learning that allows agents to learn how to behave in an environment by trial and error. Agents…
Python: Unleashing the Magic (1 — Decorators)
https://medium.com/@s.deluca/python-unleashing-the-magic-1-decorators-b70c1bc4dae7
https://medium.com/@s.deluca/python-unleashing-the-magic-1-decorators-b70c1bc4dae7
Medium
Decorators
A series dedicated to Python underrated and overlooked features