PYTHON — Python Understanding Args And Kwargs
https://medium.com/paulacy-pulse/python-python-understanding-args-and-kwargs-55b8503175fd
https://medium.com/paulacy-pulse/python-python-understanding-args-and-kwargs-55b8503175fd
Medium
PYTHON — Python Understanding Args And Kwargs
In Python, there are two special symbols, * and **, which can be used to pass a variable number of arguments to a function. These are known as *args and **kwargs, respectively. They provide a great…
PYTHON — Exploring Dataframe Series In Python
https://medium.com/paulacy-pulse/python-exploring-dataframe-series-in-python-f126e1252b74
https://medium.com/paulacy-pulse/python-exploring-dataframe-series-in-python-f126e1252b74
Medium
PYTHON — Exploring Dataframe Series In Python
In this tutorial, we will explore DataFrame and Series objects in Python using the pandas library. If you have been working with DataFrames and Series, it is important to understand their internal…
PYTHON — Packaging With Pyproject.toml In Python
https://medium.com/paulacy-pulse/python-packaging-with-pyproject-toml-in-python-9de5e7103b3e
https://medium.com/paulacy-pulse/python-packaging-with-pyproject-toml-in-python-9de5e7103b3e
Medium
PYTHON — Packaging With Pyproject.toml In Python
Packaging a Python project is an important step in its development lifecycle. Using the pyproject.toml file to configure your project and installing your package with pip offers several benefits. In…
PYTHON — Django Admin Interface In Python
https://medium.com/paulacy-pulse/python-django-admin-interface-in-python-23f2c20c06e4
https://medium.com/paulacy-pulse/python-django-admin-interface-in-python-23f2c20c06e4
Medium
PYTHON — Django Admin Interface In Python
The Django admin interface is a powerful and convenient tool that allows you to easily interact with your database. In this tutorial, we’ll cover the basics of using the Django admin interface and…
PYTHON — Converting Between Strings And Lists In Python
https://medium.com/paulacy-pulse/python-converting-between-strings-and-lists-in-python-e778f780fd51
https://medium.com/paulacy-pulse/python-converting-between-strings-and-lists-in-python-e778f780fd51
Medium
PYTHON — Converting Between Strings And Lists In Python
In Python, there are several methods available to convert between strings and lists. These methods operate on or return iterables, which are sequential collections of objects. Many of these methods…
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…