PYTHON — Boolean Evaluation In Python
https://medium.com/paulacy-pulse/python-boolean-evaluation-in-python-d27133a07299
https://medium.com/paulacy-pulse/python-boolean-evaluation-in-python-d27133a07299
Medium
PYTHON — Boolean Evaluation In Python
Boolean evaluation is a crucial aspect of any programming language. In Python, the any() function plays a vital role in evaluating Boolean values. This article will delve into the workings of the…
PYTHON — Simulating Simpy An Overview In Python
https://medium.com/paulacy-pulse/python-simulating-simpy-an-overview-in-python-857f523233f8
https://medium.com/paulacy-pulse/python-simulating-simpy-an-overview-in-python-857f523233f8
Medium
PYTHON — Simulating Simpy An Overview In Python
In this article, you will get an overview of simulating real-world processes in Python using SimPy. SimPy is a powerful library that allows you to simulate real-world processes and systems using…
PYTHON — Argparse Cli In Python
https://medium.com/paulacy-pulse/python-argparse-cli-in-python-ced8385520fe
https://medium.com/paulacy-pulse/python-argparse-cli-in-python-ced8385520fe
Medium
PYTHON — Argparse Cli In Python
In this tutorial, we’ll explore how to use the argparse module to build command line interfaces in Python. We'll be creating a simple version of the sha1sum utility, which calculates SHA1 hashes of…
PYTHON — Fastapi Post Requests In Python
https://medium.com/paulacy-pulse/python-fastapi-post-requests-in-python-8c3b365ca483
https://medium.com/paulacy-pulse/python-fastapi-post-requests-in-python-8c3b365ca483
Medium
PYTHON — Fastapi Post Requests In Python
FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.7+ based on standard Python type hints. In this tutorial, we’ll focus on creating POST requests using…
PYTHON — Introduction To Cryptography In Python
https://medium.com/paulacy-pulse/python-introduction-to-cryptography-in-python-0ac9d327f8b6
https://medium.com/paulacy-pulse/python-introduction-to-cryptography-in-python-0ac9d327f8b6
Medium
PYTHON — Introduction To Cryptography In Python
Cryptography is the act of using codes or ciphers to protect secrets. Code is a word or phrase substitution, while a cipher does letter substitution or substitution on groups of letters. In this…
PYTHON — Using Google Client In Python
https://medium.com/paulacy-pulse/python-using-google-client-in-python-d43ce3934090
https://medium.com/paulacy-pulse/python-using-google-client-in-python-d43ce3934090
Medium
PYTHON — Using Google Client In Python
To create a Google Client in Python, you’ll need to follow a series of steps to obtain the necessary credentials and setup your environment. Here’s a step-by-step guide on how to achieve this using…
PYTHON — Python Memory Mapping For Inputoutput Overview
https://medium.com/paulacy-pulse/python-python-memory-mapping-for-inputoutput-overview-b427dd545983
https://medium.com/paulacy-pulse/python-python-memory-mapping-for-inputoutput-overview-b427dd545983
Medium
PYTHON — Python Memory Mapping For Inputoutput Overview
Python provides a powerful module called mmap that allows memory-mapped file input and output (I/O). This module makes it possible to read files as if they were one large string or array, offering…
PYTHON — Python Execution Modes
https://medium.com/paulacy-pulse/python-python-execution-modes-5f7b07bc453b
https://medium.com/paulacy-pulse/python-python-execution-modes-5f7b07bc453b
Medium
PYTHON — Python Execution Modes
In Python, there are two primary ways to instruct the interpreter to execute code. These methods include running a Python file as a script using the command line and importing Python code from one…
Create your LLM API: ChatBOT as a service — part 3
https://generativeai.pub/create-your-llm-api-chatbot-as-a-service-part-3-ca336d56f0d3
https://generativeai.pub/create-your-llm-api-chatbot-as-a-service-part-3-ca336d56f0d3
Medium
Create your LLM API: ChatBOT as a service — part 3
Your NetworkGPT powered by openAI compatible API for your team.
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…