Python Program to Calculate the Perimeter of a Rectangle
https://medium.com/@estherbeck44/python-program-to-calculate-the-perimeter-of-a-rectangle-ed68e4486160
https://medium.com/@estherbeck44/python-program-to-calculate-the-perimeter-of-a-rectangle-ed68e4486160
Medium
Python Program to Calculate the Perimeter of a Rectangle
How to calculate the perimeter of a rectangle in Python
Guide to Scraping Static Websites Using Scrapy
https://medium.com/@mogheesahmad244/guide-to-scraping-static-websites-using-scrapy-c596c2f7f66e
https://medium.com/@mogheesahmad244/guide-to-scraping-static-websites-using-scrapy-c596c2f7f66e
Medium
Guide to Scraping Static Websites Using Scrapy
Web scraping, in essence, is the digital art of automatically extracting data from websites. Picture it as a virtual hand that sifts…
An Evening of Blender Scripting Results In Cool Spirals
https://medium.com/@spencercooley/an-evening-of-blender-scripting-results-in-cool-spirals-a3e83cd10677
https://medium.com/@spencercooley/an-evening-of-blender-scripting-results-in-cool-spirals-a3e83cd10677
Medium
An Evening of Blender Scripting Results In Cool Spirals
One of my goals this year is to get better at math. Being a typical web developer actually requires very little math, but to do anything…
A Complicated World with a Simple Understanding — Programming! Part I
https://er-anandprem.medium.com/a-complicated-world-with-a-simple-understanding-programming-part-i-e5a6b394d02c
https://er-anandprem.medium.com/a-complicated-world-with-a-simple-understanding-programming-part-i-e5a6b394d02c
Medium
A Complicated World with a Simple Understanding — Programming! Part I
Before getting into the core concept, let's go through the reality scenario in most of the colleges, I hope the below conversation is…
Sonatype Nexus: Creating Private PyPi Repository
https://medium.com/@omerucel/sonatype-nexus-creating-private-pypi-repository-6d3bc0ccb3ab
https://medium.com/@omerucel/sonatype-nexus-creating-private-pypi-repository-6d3bc0ccb3ab
Medium
Sonatype Nexus: Creating Private PyPi Repository
If you’re in need of a private PyPi repository, Sonatype Nexus is an excellent alternative solution. In this blog post, I’ll walk you…
Combining Two Machine Learning Models For Enhanced Predictions
https://kaabar-sofien.medium.com/combining-two-machine-learning-models-for-enhanced-predictions-06b5208517ef
https://kaabar-sofien.medium.com/combining-two-machine-learning-models-for-enhanced-predictions-06b5208517ef
Medium
Combining Two Machine Learning Models For Enhanced Predictions
Exploring the Benefits of Model Fusion in Machine Learning
An open-source tool to locate a public school district given a street address
https://medium.com/@steelcityamir/an-open-source-tool-to-locate-a-public-school-district-given-a-street-address-de2ee9210ce7
https://medium.com/@steelcityamir/an-open-source-tool-to-locate-a-public-school-district-given-a-street-address-de2ee9210ce7
Medium
An open-source tool to locate a public school district given a street address
I wrote an open-source tool in Python that finds the school district associated with any given street address in the United States.
YouTube Video Summary Using Ollama (MistralAI)
https://vishvaraj.medium.com/youtube-video-summary-using-ollama-mistralai-96fdeed738e6
https://vishvaraj.medium.com/youtube-video-summary-using-ollama-mistralai-96fdeed738e6
Medium
YouTube Video Summary Using Ollama (MistralAI)
Generate YouTube video summary using Ollama APIs with llm models like Mixtral 8x7b or Mistral AI. We will utilize open-source llm models to…
Python Exploratory Data Analysis, Data Manipulation, and Visualization with Real-World Data
https://medium.com/@data95/a-python-guide-to-eda-manipulation-and-visualization-d3d2876f8805
https://medium.com/@data95/a-python-guide-to-eda-manipulation-and-visualization-d3d2876f8805
Medium
Python Exploratory Data Analysis, Data Manipulation, and Visualization with Real-World Data
In the vast ocean of data that surrounds us, the ability to extract meaningful insights is a skill that stands out more than ever. Whether…
Introduction of Python Programing Language and DevOps Application
https://medium.com/@rohanborse7171/introduction-of-python-programing-language-and-devops-application-a378dc24c61b
https://medium.com/@rohanborse7171/introduction-of-python-programing-language-and-devops-application-a378dc24c61b
Medium
Introduction of Python Programing Language and DevOps Application
#day13 of #90daysofDEVOPS
Exploring the Impact of Randomization in Python Programming
https://medium.com/@danguti399/exploring-the-impact-of-randomization-in-python-programming-21db1ec8ed6f
https://medium.com/@danguti399/exploring-the-impact-of-randomization-in-python-programming-21db1ec8ed6f
Medium
Exploring the Impact of Randomization in Python Programming
Randomization stands as a cornerstone in programming, particularly in the creation of applications that offer diverse outcomes with each…
Python in DevOps: A Comprehensive Guide for DevOps Engineers
https://medium.com/@joshimahesh6366/python-in-devops-a-comprehensive-guide-for-devops-engineers-39ed4d017b94
https://medium.com/@joshimahesh6366/python-in-devops-a-comprehensive-guide-for-devops-engineers-39ed4d017b94
Medium
Python in DevOps: A Comprehensive Guide for DevOps Engineers
Introduction:
My GPT-4 Prompting Methods: The Why And How For Data Visualization
https://pub.towardsai.net/my-gpt-4-prompting-methods-the-why-and-how-for-data-visualization-0a6cfe26994e
https://pub.towardsai.net/my-gpt-4-prompting-methods-the-why-and-how-for-data-visualization-0a6cfe26994e
Medium
My GPT-4 Prompting Methods: The Why And How For Data Visualization
My methods of using GPT-4 to optimize my data visual workflow
__new__() method in Python: The Constructor Method You Might Not Be Aware Of
https://medium.com/@vinayakgupta3112/new-method-in-python-the-constructor-method-you-might-not-be-aware-of-72f72561afe4
https://medium.com/@vinayakgupta3112/new-method-in-python-the-constructor-method-you-might-not-be-aware-of-72f72561afe4
Medium
__new__() method in Python: The Constructor Method You Might Not Be Aware Of
If you’ve delved into object-oriented programming in Python, you’re likely familiar with the __init__() method. Commonly used to set…
Pandas Essential Concepts for Beginners
https://medium.com/mr-plan-publication/pandas-essential-concepts-for-beginners-174d3dc308b0
https://medium.com/mr-plan-publication/pandas-essential-concepts-for-beginners-174d3dc308b0
Medium
Pandas Essential Concepts for Beginners
Pandas is a popular Python library for data manipulation and analysis. Here are some essential concepts in Pandas that every data analyst…