Improve deployment pipeline using UV library
https://medium.com/@matbrizolla/improve-deployment-pipeline-using-uv-library-ffe2b4f4da68
https://medium.com/@matbrizolla/improve-deployment-pipeline-using-uv-library-ffe2b4f4da68
Medium
Improve deployment pipeline using UV library
In the last few days, I came across a library called UV, which aims to install dependencies in a faster way compared to regular pip install. The library is backed by Astral and is written in Rust…
Enhancing Numpy and Jax with Dimension Annotations
https://medium.com/@marsem.dev/enhancing-python-data-science-with-dimension-annotations-in-jax-and-numpy-42abc15cbd2d
https://medium.com/@marsem.dev/enhancing-python-data-science-with-dimension-annotations-in-jax-and-numpy-42abc15cbd2d
Medium
Enhancing Numpy and Jax with Dimension Annotations
In the rapidly evolving field of data science, the clarity and efficiency of code are paramount. With Python at the forefront, libraries…
Aggregating Files in your Data Lake: Part 2
https://medium.com/data-engineering-chariot/aggregating-files-in-your-data-lake-part-2-9d051f2f2bd7
https://medium.com/data-engineering-chariot/aggregating-files-in-your-data-lake-part-2-9d051f2f2bd7
Medium
Aggregating Files in your Data Lake: Part 2
In my last post, I developed a data pipeline to aggregate CloudTrail log files. When I ran this pipeline against Chariot’s CloudTrail…
Two different ways to handle GET and POST requests in Django Rest Framework
https://awstip.com/two-different-ways-to-handle-get-and-post-requests-in-django-rest-framework-226a025f4ee5
https://awstip.com/two-different-ways-to-handle-get-and-post-requests-in-django-rest-framework-226a025f4ee5
Medium
Two different ways to handle GET and POST requests in Django Rest Framework
CollectionList: A class-based view that inherits from ListCreateAPIView. It overrides get_queryset and get_serializer_class methods to…
Exploring the Power of Lambda Functions in Python: Simplifying Code with Anonymous Functions
https://medium.com/@maimoona.iqbal246/exploring-the-power-of-functins-and-lambda-functions-in-python-simplifying-code-with-anonymous-51c750aa86a1
https://medium.com/@maimoona.iqbal246/exploring-the-power-of-functins-and-lambda-functions-in-python-simplifying-code-with-anonymous-51c750aa86a1
Medium
Exploring the Power of Lambda Functions in Python: Simplifying Code with Anonymous Functions
In Python, a function is a block of reusable code that performs a specific task. Functions allow you to break down a program into smaller…
Run your own LLM — Ollama on AWS with Nvidia GPU
https://medium.com/@thomasjay200/run-your-own-llm-ollama-on-aws-with-nvidia-gpu-dab7dc008bfe
https://medium.com/@thomasjay200/run-your-own-llm-ollama-on-aws-with-nvidia-gpu-dab7dc008bfe
Medium
Run your own LLM — Ollama on AWS with Nvidia GPU
So you want your own LLM up and running, turns out Ollama is a great solution, private data, easy RAG setup, GPU support on AWS and only…
Causal Inference in python using mtcars
https://medium.com/@josef.waples/causal-inference-in-python-using-mtcars-87cc6dae0c95
https://medium.com/@josef.waples/causal-inference-in-python-using-mtcars-87cc6dae0c95
Medium
Causal Inference in python using mtcars
Regression techniques can be used for causal inference. Causal inference aims to understand the cause-and-effect relationships between…
Python Developers ... Learn DJANGO
https://medium.com/@kgeetanjaliii21/python-developers-learn-django-151c9cc16b29
https://medium.com/@kgeetanjaliii21/python-developers-learn-django-151c9cc16b29
Medium
Python Developers ... Learn DJANGO
Image source : Unsplash
Creating an Automated Prescreen Voice Agent with Twilio Voice API and Python/Flask
https://javariab17.medium.com/creating-an-automated-prescreen-voice-agent-with-twilio-voice-api-and-python-flask-f8d26eb66009
https://javariab17.medium.com/creating-an-automated-prescreen-voice-agent-with-twilio-voice-api-and-python-flask-f8d26eb66009
Medium
Creating an Automated Prescreen Voice Agent with Twilio Voice API and Python/Flask
By Javaria Brascom
Network Automation with Python and Ansible: Streamlining Configuration, Provisioning, and…
https://configr.medium.com/network-automation-with-python-and-ansible-streamlining-configuration-provisioning-and-adae19e2fad2
https://configr.medium.com/network-automation-with-python-and-ansible-streamlining-configuration-provisioning-and-adae19e2fad2
Medium
Network Automation with Python and Ansible: Streamlining Configuration, Provisioning, and Troubleshooting Tasks
Network engineers continually grapple with the complexities of managing sprawling network infrastructures.
A better alternative to .env files
https://thelearningfellow.medium.com/a-better-alternative-to-env-files-a9fa6c1cdd32
https://thelearningfellow.medium.com/a-better-alternative-to-env-files-a9fa6c1cdd32
Medium
A better alternative to .env files
As developers, we regularly use environment variables to set configuration parameters especially when running programs and scripts locally…
Apache Spark — How to Filter a DataFrame in Multiple Ways
https://medium.com/@m_vemuri/apache-spark-how-to-filter-a-dataframe-in-multiple-ways-43dd9aed1e2
https://medium.com/@m_vemuri/apache-spark-how-to-filter-a-dataframe-in-multiple-ways-43dd9aed1e2
Medium
Apache Spark — How to Filter a DataFrame in Multiple Ways
Filtering big data is an essential skill.