Python Programming for Beginners, Chapter 4: Functions
https://medium.com/@ahmetmas91/python-programming-for-beginners-chapter-4-functions-cdfc5f94ff23
https://medium.com/@ahmetmas91/python-programming-for-beginners-chapter-4-functions-cdfc5f94ff23
Medium
Python Programming for Beginners, Chapter 4: Functions
Functions allow us to break our code into smaller, reusable blocks, making our programs more organized, modular, and easier to maintain.
The Add Digits Problem: A Challenge for the Curious
https://medium.com/@kebishpius/the-add-digits-problem-a-challenge-for-the-curious-2396fe3dc148
https://medium.com/@kebishpius/the-add-digits-problem-a-challenge-for-the-curious-2396fe3dc148
Medium
The Add Digits Problem: A Challenge for the Curious
Introduction
Python Plotly: Combining Dropdowns and Range Sliders For User Interaction
https://levelup.gitconnected.com/python-plotly-combining-dropdowns-and-range-sliders-for-user-interaction-658dc6fd9c71
https://levelup.gitconnected.com/python-plotly-combining-dropdowns-and-range-sliders-for-user-interaction-658dc6fd9c71
Medium
Python Plotly: Combining Dropdowns and Range Sliders For User Interaction
Combining data visualization tools for a richer user experience
Financial Analysis of Meta, Google and Amazon in Python (Part 1)
https://medium.com/@pavpatel26/financial-analysis-of-meta-google-and-amazon-in-python-part-1-2b82304e32c5
https://medium.com/@pavpatel26/financial-analysis-of-meta-google-and-amazon-in-python-part-1-2b82304e32c5
Medium
Financial Analysis of Meta, Google and Amazon in Python (Part 1)
To enhance my skills with python, I have decided to compare the performance of Meta, Google and Amazon YTD in 2023.
Create Your Own Artificial Neural Network for Multi-class Classification (With Python)
https://philip-mocz.medium.com/create-your-own-artificial-neural-network-for-multi-class-classification-with-python-7011946af722
https://philip-mocz.medium.com/create-your-own-artificial-neural-network-for-multi-class-classification-with-python-7011946af722
Medium
Create Your Own Artificial Neural Network for Multi-class Classification (With Python)
In today’s recreational coding exercise, we will build an Artificial Neural Network from scratch and train it to classify galaxies. In…
Mastering Tuples in Python: A Quick 2-Minute Guide
https://pythonvoyage.medium.com/mastering-tuples-in-python-a-quick-2-minute-guide-c32531478915
https://pythonvoyage.medium.com/mastering-tuples-in-python-a-quick-2-minute-guide-c32531478915
Medium
Mastering Tuples in Python: A Quick 2-Minute Guide
A tuple is an immutable, ordered collection in Python. Here’s a list of really important things you should know about the tuple data…
How to compare the performance of different sorting algorithms on different types of data
https://medium.com/@rapidhunter250/how-to-compare-the-performance-of-different-sorting-algorithms-on-different-types-of-data-c2d3c3a77ef9
https://medium.com/@rapidhunter250/how-to-compare-the-performance-of-different-sorting-algorithms-on-different-types-of-data-c2d3c3a77ef9
Medium
How to compare the performance of different sorting algorithms on different types of data
Sorting algorithms are methods of arranging data in a specific order, such as ascending or descending. Sorting is a common and important…
How to Use Canny Edge Detector to Find Sunspots
https://dzdata.medium.com/how-to-use-canny-edge-detector-to-find-sunspots-b82047bab051
https://dzdata.medium.com/how-to-use-canny-edge-detector-to-find-sunspots-b82047bab051
Medium
How to Use Canny Edge Detector to Find Sunspots
Sunspots are phenomena on the sun's surface that appear as temporary dark spots. In the region of the spots, the temperature is lower than the surface around, which makes the spot region look darker…
Day 8: Data Visualization with Matplotlib (Part 1)
https://muhammaddawoodaslam.medium.com/day-8-data-visualization-with-matplotlib-part-1-c4f421dd522f
https://muhammaddawoodaslam.medium.com/day-8-data-visualization-with-matplotlib-part-1-c4f421dd522f
Medium
Day 8: Data Visualization with Matplotlib (Part 1)
Data visualization is vital to data analysis, allowing us to communicate insights and patterns effectively.
Dashboarding Possibilities using Python or Other Solutions
https://medium.com/@lukas.forst/dashboarding-possibilities-using-python-or-other-solutions-e806f939d5d7
https://medium.com/@lukas.forst/dashboarding-possibilities-using-python-or-other-solutions-e806f939d5d7
Medium
Dashboarding Possibilities using Python or Other Solutions
In our previous blog post, we discussed how to clean and store Brazilian Jiu-Jitsu (BJJ) data in MongoDB. Now, we’ll take a look at some…
Saying Goodbye to “yolo”, “oops”, and “fix” with AI-powered Commit Messages
https://michael-scherding.medium.com/saying-goodbye-to-yolo-oops-and-fix-with-ai-powered-commit-messages-69389b5917d4
https://michael-scherding.medium.com/saying-goodbye-to-yolo-oops-and-fix-with-ai-powered-commit-messages-69389b5917d4
Medium
Saying Goodbye to “yolo”, “oops”, and “fix” with AI-powered Commit Messages
Ever used “updated” or “yolo” as a commit message? Discover how we can harness OpenAI to craft insightful and engaging commit messages…
Exploring Gnome: Mastering Linux with User-Friendly Magic
https://medium.com/@himanshu.developer01/exploring-gnome-mastering-linux-with-user-friendly-magic-ca46e7f58ee5
https://medium.com/@himanshu.developer01/exploring-gnome-mastering-linux-with-user-friendly-magic-ca46e7f58ee5
Medium
Exploring Gnome: Mastering Linux with User-Friendly Magic
We’re back for day two of our examination of Linux commands, Linux fans! The user-friendly desktop environment Gnome can elevate your Linux…
The Return of Dynamic Typing: Is it Possible?
https://gr33ndata.medium.com/the-return-of-dynamic-typing-is-it-possible-106154b0295
https://gr33ndata.medium.com/the-return-of-dynamic-typing-is-it-possible-106154b0295
Medium
The Return of Dynamic Typing: Is it Possible?
Or was Static Typing the right paradigm all along?
Machine Learning 101: Five Algorithms You Should Know
https://medium.com/@rohitsaroj29/machine-learning-101-five-algorithms-you-should-know-d33d4635bbaf
https://medium.com/@rohitsaroj29/machine-learning-101-five-algorithms-you-should-know-d33d4635bbaf
Medium
Machine Learning 101: Five Algorithms You Should Know
Learn machine learning by understanding and implementing these five essential algorithms that cover different topics, tools, and…
Moore’s Voting Algorithm: A Powerful Technique for Majority Element Detection in O(1) space/ O(n)…
https://medium.com/@surajbahuguna1/moores-voting-algorithm-a-powerful-technique-for-majority-element-detection-in-o-1-space-o-n-7480e45f881
https://medium.com/@surajbahuguna1/moores-voting-algorithm-a-powerful-technique-for-majority-element-detection-in-o-1-space-o-n-7480e45f881
Medium
Moore’s Voting Algorithm: A Powerful Technique for Majority Element Detection in O(1) space/ O(n)…
Introduction
Quasi-metaclass programming in Python for everybody!
https://medium.com/@__jimchng__/quasi-metaclass-programming-in-python-for-everybody-d15f4d5b0fb1
https://medium.com/@__jimchng__/quasi-metaclass-programming-in-python-for-everybody-d15f4d5b0fb1
Medium
Quasi-metaclass programming in Python for everybody!
Both JavaScript and Python are scripting languages. JavaScript has a concept known as ‘immediately invoked functions’, which are functions…
That’s why you shouldn’t learn Python
https://medium.com/@danielequellovero/thats-why-you-shouldn-t-learn-python-ab48a0f61663
https://medium.com/@danielequellovero/thats-why-you-shouldn-t-learn-python-ab48a0f61663
Medium
That’s why you shouldn’t learn Python
In the last two years, I have heard many people say, “Learn Python, it’s easy!” And it’s not a coincidence. Python is a versatile and…
🚀 Mastering Algorithmic Complexity: Unleashing the Power of Efficient Code! 💻🧙♂️
https://shariqhameed127.medium.com/mastering-algorithmic-complexity-unleashing-the-power-of-efficient-code-%EF%B8%8F-c3980595396a
https://shariqhameed127.medium.com/mastering-algorithmic-complexity-unleashing-the-power-of-efficient-code-%EF%B8%8F-c3980595396a
Medium
🚀 Mastering Algorithmic Complexity: Unleashing the Power of Efficient Code! 💻🧙♂️
Time is money. It’s so much better you learn it today before you learn it the hard way. In the world of software development, optimizing…