Building Fast and Fun Games with Flask: Exploring Python for Game Development
https://medium.com/aimonks/building-fast-and-fun-games-with-flask-exploring-python-for-game-development-fa2bb0c22a3f
https://medium.com/aimonks/building-fast-and-fun-games-with-flask-exploring-python-for-game-development-fa2bb0c22a3f
Medium
Building Fast and Fun Games with Flask: Exploring Python for Game Development
Introduction:
Python, known for its simplicity and versatility, has become a popular choice for game development. Among Python’s…
Python, known for its simplicity and versatility, has become a popular choice for game development. Among Python’s…
Building a Telegram Bot to Share Book Information
https://medium.com/@rtsdbe5/building-a-telegram-bot-to-share-book-information-05a020b90732
https://medium.com/@rtsdbe5/building-a-telegram-bot-to-share-book-information-05a020b90732
Medium
Building a Telegram Bot to Share Book Information
In this article, we’ll explore how to create a Telegram bot that scrapes book recommendations from a website and shares them with users…
Best Python packages in 2024 for civil and structural engineers.
https://medium.com/@bencebalogh_33809/best-python-packages-in-2024-for-civil-and-structural-engineers-0d719cc61b7f
https://medium.com/@bencebalogh_33809/best-python-packages-in-2024-for-civil-and-structural-engineers-0d719cc61b7f
Medium
Best Python packages in 2024 for civil and structural engineers.
This is the first of a series of articles about Python packages related to civil and structural engineering audiences. The series is…
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.