Mastering Python: Day 06 — Improved Password Generator 🔐in Python [ Part 2]
https://medium.com/@sumayya.malik/mastering-python-day-06-improved-password-generator-in-python-part-2-702bc24fea54
https://medium.com/@sumayya.malik/mastering-python-day-06-improved-password-generator-in-python-part-2-702bc24fea54
Medium
Mastering Python: Day 06 — Improved Password Generator 🔐in Python [ Part 2]
This is part 2 of the password generator in Python. This article provides a detailed explanation of the improved version of the password…
Unlocking the Full Potential of Pandas: Code Optimization Tips
https://medium.com/@bahlil2001/unlocking-the-full-potential-of-pandas-code-optimization-tips-da6d1225097e
https://medium.com/@bahlil2001/unlocking-the-full-potential-of-pandas-code-optimization-tips-da6d1225097e
Medium
Unlocking the Full Potential of Pandas: Code Optimization Tips
Pandas is a powerful library for data manipulation in Python, but to harness its full potential, it's essential to write efficient and…
Lets Create a Virtual Friend with Python
https://medium.com/@jawahirqarafi.jq/lets-create-a-virtual-friend-with-python-313247527471
https://medium.com/@jawahirqarafi.jq/lets-create-a-virtual-friend-with-python-313247527471
Medium
Lets Create a Virtual Friend with Python
To create a virtual friend in Python using OpenAI’s GPT-3, you’ll need to use the OpenAI API. Here’s a simple example of how to do this:
Using the Right Design Pattern with Python and MongoDB
https://sumanta9090.medium.com/using-the-right-design-pattern-with-python-and-mongodb-9aebd81cd50c
https://sumanta9090.medium.com/using-the-right-design-pattern-with-python-and-mongodb-9aebd81cd50c
Medium
Using the Right Design Pattern with Python and MongoDB
Design patterns are tried and tested solutions to recurring software design challenges. When working with a versatile technology stack like…
Lets Build a Water Reminder App: A Step-by-Step Guide
https://medium.com/@jawahirqarafi.jq/lets-build-a-water-reminder-app-a-step-by-step-guide-de857da68382
https://medium.com/@jawahirqarafi.jq/lets-build-a-water-reminder-app-a-step-by-step-guide-de857da68382
Medium
Lets Build a Water Reminder App: A Step-by-Step Guide
In today’s fast-paced digital world, staying hydrated is often overlooked during busy work or study sessions. To address this common issue…
Building Resilient ETL Pipelines Using SOLID design pattern
https://thiago-desch.medium.com/building-resilient-etl-pipelines-using-solid-design-pattern-d3a9c03a9506
https://thiago-desch.medium.com/building-resilient-etl-pipelines-using-solid-design-pattern-d3a9c03a9506
Medium
Building Resilient ETL Pipelines Using SOLID design pattern
Building for Efficiency, Flexibility, and Future Growth
Unleashing Endless Possibilities: Mastering Python’s itertools for Cosmic Efficiency
https://jclewis1989.medium.com/unleashing-endless-possibilities-mastering-pythons-itertools-for-cosmic-efficiency-89a1a7b616ff
https://jclewis1989.medium.com/unleashing-endless-possibilities-mastering-pythons-itertools-for-cosmic-efficiency-89a1a7b616ff
Medium
Unleashing Endless Possibilities: Mastering Python’s itertools for Cosmic Efficiency
Hey there! Welcome to my blog where I post about my journey as a self-taught developer. You can find my GitHub by clicking HERE.
Titanic: Machine Learning from Disaster
https://medium.com/@keerthirajkv2/titanic-machine-learning-from-disaster-9474cda71c0d
https://medium.com/@keerthirajkv2/titanic-machine-learning-from-disaster-9474cda71c0d
Medium
INTRODUCTION
Unraveling insights from the Titanic Dataset
Experiment 14 — Biochem in python
https://medium.com/@hackerm0m/experiment-14-biochem-in-python-d5da3bf3a9ff
https://medium.com/@hackerm0m/experiment-14-biochem-in-python-d5da3bf3a9ff
Medium
Experiment 14 — Biochem in python
LLMs for Engineering
Developing an expense tracker app using Esmerald (part 2)
https://medium.com/@pcorreia25/developing-an-expense-tracker-app-using-esmerald-part-2-4b7dbb419f03
https://medium.com/@pcorreia25/developing-an-expense-tracker-app-using-esmerald-part-2-4b7dbb419f03
Medium
Developing an expense tracker app using Esmerald (part 2)
This post serves as a continuation of our python app for tracking expenses using Esmerald and Saffier frameworks.
10 Quick and Dirty Tips for Aggregating Data in Pandas
https://medium.com/@annettedolph/10-quick-and-dirty-tips-for-aggregating-data-in-pandas-9ed8c421accb
https://medium.com/@annettedolph/10-quick-and-dirty-tips-for-aggregating-data-in-pandas-9ed8c421accb
Medium
10 Quick and Dirty Tips for Aggregating Data in Pandas
A No-Frills Run-Down for Beginning Data Analysts
🌟 Python For Kids: Magical Journey with Variables & Data Types 🌟
https://medium.com/@marc.smith_92310/python-for-kids-magical-journey-with-variables-data-types-40a03ac58109
https://medium.com/@marc.smith_92310/python-for-kids-magical-journey-with-variables-data-types-40a03ac58109
Medium
🌟 Python For Kids: Magical Journey with Variables & Data Types 🌟
In today’s fast-paced digital age, coding is no longer just a skill; it’s a form of magic. 🎩✨ A magic that powers apps, websites, robots…
Streamlit Integration: Unleashing the Power of Google Generative AI PaLM API Bot — Quick View
https://medium.com/@rajeshmanikumarg/streamlit-integration-unleashing-the-power-of-google-generative-ai-palm-api-bot-quick-view-c4ee32ff9fb2
https://medium.com/@rajeshmanikumarg/streamlit-integration-unleashing-the-power-of-google-generative-ai-palm-api-bot-quick-view-c4ee32ff9fb2
Medium
Streamlit Integration: Unleashing the Power of Google Generative AI PaLM API Bot — Quick View
Google Generative AI PaLM API is a powerful tool that allows developers to create innovative applications using large language models…
PYTHON POWER’S UP;THE RISE OF THE PYTHON API FOR EARTH ENGINE.
https://medium.com/@aririguzofrankline/python-powers-up-the-rise-of-the-python-api-for-earth-engine-97e9b5b3b7c1
https://medium.com/@aririguzofrankline/python-powers-up-the-rise-of-the-python-api-for-earth-engine-97e9b5b3b7c1
Medium
PYTHON POWER’S UP;THE RISE OF THE PYTHON API FOR EARTH ENGINE.
In recent years, the Python API for Google Earth Engine has seen a remarkable surge in popularity, revolutionizing the way geospatial data and satellite imagery are harnessed and analyzed. This…
Python Code to Check if a given integer or string is Palindrome
https://kishorkafle.medium.com/python-code-to-check-if-a-given-integer-or-string-is-palindrome-6652f44a4972
https://kishorkafle.medium.com/python-code-to-check-if-a-given-integer-or-string-is-palindrome-6652f44a4972
Medium
Python Code to Check if a given integer or string is Palindrome
Let’s check:
Prims & Kruskals: When Graphs Throw a Swanky Soiree
https://medium.com/@shaliniduttaofficial/prims-kruskals-when-graphs-throw-a-swanky-soiree-a75999adef17
https://medium.com/@shaliniduttaofficial/prims-kruskals-when-graphs-throw-a-swanky-soiree-a75999adef17
Medium
Prims & Kruskals: When Graphs Throw a Swanky Soiree
Step right up! Today we’re entering the extravagant ballroom of graph algorithms. Imagine you’re hosting a party where guests (nodes) want…
How to Use Pyodide in Your Web Browser
https://medium.com/@parktwin2/how-to-use-pyodide-in-your-web-browser-c426d7de1c22
https://medium.com/@parktwin2/how-to-use-pyodide-in-your-web-browser-c426d7de1c22
Medium
How to Use Pyodide in Your Web Browser
Introduction