8 things most data science programs don’t teach (but you should know) — Part 1
https://towardsdatascience.com/8-things-most-data-science-programs-dont-teach-but-you-should-know-part-1-812e691c9430
https://towardsdatascience.com/8-things-most-data-science-programs-dont-teach-but-you-should-know-part-1-812e691c9430
Medium
8 Things Most Data Science Programs Don’t Teach (But You Should Know) — Part 1
MIT Calls this “the missing semester of your CS education”
Extracting Yahoo Finance Stock Data: Building a Simple ETL Script
https://medium.com/plumbersofdatascience/extracting-yahoo-finance-stock-data-building-a-simple-etl-script-82bf645cff3c
https://medium.com/plumbersofdatascience/extracting-yahoo-finance-stock-data-building-a-simple-etl-script-82bf645cff3c
Medium
Extracting Yahoo Finance Stock Data: Building a Simple ETL Script
In today’s fast-paced financial landscape, data plays a pivotal role in driving informed decision-making and delivering timely insights.
Understanding Permissions With Django REST Framework(DRF)
https://medium.com/@elijahobara/understanding-permissions-with-django-rest-framework-drf-9bc50c9acc80
https://medium.com/@elijahobara/understanding-permissions-with-django-rest-framework-drf-9bc50c9acc80
Medium
Understanding Permissions With Django REST Framework(DRF)
In DRF, permissions, along with authentication and throttling, are used to grant or deny access for different classes of users to different…
Using Tuples and Frozensets as dictionary keys in Python
https://anuragchatterjee92.medium.com/using-tuples-and-frozensets-as-dictionary-keys-in-python-100b3e82d880
https://anuragchatterjee92.medium.com/using-tuples-and-frozensets-as-dictionary-keys-in-python-100b3e82d880
Medium
Using Tuples and Frozensets as dictionary keys in Python
Tuples and frozensets are the immutable i.e. unchangeable versions of lists and sets respectively. One of the benefits of the immutability…
How I Developed the Scout Flight Controller, Part 1: Quadcopter Flight Dynamics
https://timhanewich.medium.com/how-i-developed-the-scout-flight-controller-part-1-quadcopter-flight-dynamics-400af73d21db
https://timhanewich.medium.com/how-i-developed-the-scout-flight-controller-part-1-quadcopter-flight-dynamics-400af73d21db
Medium
How I Developed the Scout Flight Controller, Part 1: Quadcopter Flight Dynamics
This article is part of a series documenting the development of a custom quadcopter flight controller from scratch. For a list of the other…
Python: Uncovering the Overlooked Core Functionalities
https://erikvandeven.medium.com/python-uncovering-the-overlooked-core-functionalities-54590420c225
https://erikvandeven.medium.com/python-uncovering-the-overlooked-core-functionalities-54590420c225
Medium
Python: Uncovering the Overlooked Core Functionalities
Photo by Stefan Steinbauer on Unsplash
Building a Simple CRUD Application with Elasticsearch and Python
https://medium.com/@giovani.angelo/building-a-simple-crud-application-with-elasticsearch-and-python-ce1716dac19d
https://medium.com/@giovani.angelo/building-a-simple-crud-application-with-elasticsearch-and-python-ce1716dac19d
Medium
Building a Simple CRUD Application with Elasticsearch and Python
Elasticsearch is a powerful and popular search engine that excels at indexing and querying large volumes of data. In this blog post, we’ll…
NEAT: The Evolutionary Path to Smarter AI Solutions
https://medium.com/@pouyahallaj/neat-the-evolutionary-path-to-smarter-ai-solutions-a74354d1c7ed
https://medium.com/@pouyahallaj/neat-the-evolutionary-path-to-smarter-ai-solutions-a74354d1c7ed
Medium
NEAT: The Evolutionary Path to Smarter AI Solutions
Discover the power of NEAT algorithm in AI evolution. Learn core concepts, Python implementation with neat-python, and join the discussion!
Pythonic Serpent Saga: Crafting a Classic Snake Game with Pygame
https://medium.com/@soukaina./pythonic-serpent-saga-crafting-a-classic-snake-game-with-pygame-3448446650dd
https://medium.com/@soukaina./pythonic-serpent-saga-crafting-a-classic-snake-game-with-pygame-3448446650dd
Medium
Pythonic Serpent Saga: Crafting a Classic Snake Game with Pygame
Pygame is a popular library in Python used for developing 2D games. In this article, we will walk you through the process of creating a…
Python’s functools.reduce() Demystified
https://zlliu.medium.com/pythons-functools-reduce-demystified-c934c728ce5a
https://zlliu.medium.com/pythons-functools-reduce-demystified-c934c728ce5a
Medium
Python’s functools.reduce() Demystified
When do we use functools.reduce()
Object-Oriented Problem-Solving in Python: 12 Best Practices
https://medium.com/@alains/object-oriented-problem-solving-in-python-12-best-practices-64ddd4b657bf
https://medium.com/@alains/object-oriented-problem-solving-in-python-12-best-practices-64ddd4b657bf
Medium
Object-Oriented Problem-Solving in Python: 12 Best Practices
Python’s object-oriented programming capabilities make it easy to build modular and reusable code. Here are 12 key best practices to…
Getting Started with Web Scraping Amazon Reviews with BeautifulSoup
https://medium.com/@gabya06/getting-started-with-web-scrapping-amazon-reviews-with-beautifulsoup-55671a97b85b
https://medium.com/@gabya06/getting-started-with-web-scrapping-amazon-reviews-with-beautifulsoup-55671a97b85b
Medium
Getting Started with Web Scraping Amazon Reviews with BeautifulSoup
Python web scraping introduction: How to extract Amazon Reviews using Python?
Introduction to Python and Understanding the Workflow of Python
https://medium.com/@hussainpurmallikarjun/introduction-to-python-and-understanding-the-workflow-of-python-58590beac987
https://medium.com/@hussainpurmallikarjun/introduction-to-python-and-understanding-the-workflow-of-python-58590beac987
Medium
Introduction to Python and Understanding the Workflow of Python
Python is the most sought-after programming language in the 21st century. It will continue to have the lion’s share as a high-level…
Unraveling the Mysteries of Python: The Tale of Object and Class Attributes
https://medium.com/@m.bonyu/unraveling-the-mysteries-of-python-the-tale-of-object-and-class-attributes-9b14ea0bee63
https://medium.com/@m.bonyu/unraveling-the-mysteries-of-python-the-tale-of-object-and-class-attributes-9b14ea0bee63
Medium
Unraveling the Mysteries of Python: The Tale of Object and Class Attributes
Gather around, fellow Python enthusiasts, for today we embark on an epic journey into the enchanting world of object-oriented programming…
Improve Your Programming Skills and Become a Better Developer: The Winning Strategy of Pattern…
https://medium.com/@richardmontalvo074/improve-your-programming-skills-and-become-a-better-developer-the-winning-strategy-of-pattern-16ff409e544e
https://medium.com/@richardmontalvo074/improve-your-programming-skills-and-become-a-better-developer-the-winning-strategy-of-pattern-16ff409e544e
Medium
Improve Your Programming Skills and Become a Better Developer: The Winning Strategy of Pattern…
Programming is a constantly evolving field. It’s almost impossible to keep up with the new and even master the old programming languages…
An introduction to evaluation of ML models
https://medium.com/@dhanushpamulapatimlw/an-introduction-to-evaluation-of-ml-models-c70ea5a71801
https://medium.com/@dhanushpamulapatimlw/an-introduction-to-evaluation-of-ml-models-c70ea5a71801
Medium
An introduction to evaluation of ML models
In this blog, we’ll embark on an insightful journey into the world of model evaluation, exploring various metrics, techniques to evaluate…
Image resolution enhancing WebApp using GANs [2/2] — Front End and Deployement
https://gregory-scafarto.medium.com/image-resolution-enhancing-webapp-using-gans-2-2-front-end-and-deployement-ba06f06f087
https://gregory-scafarto.medium.com/image-resolution-enhancing-webapp-using-gans-2-2-front-end-and-deployement-ba06f06f087
Medium
Image resolution enhancing WebApp using GANs [2/2] — Front End and Deployement
In the previous article, we learned about training GANs to improve image resolution. In this article, we will deploy our model using a…