PinnedInDjango UnleashedbyMahesh Jadhav·Jun 2, 2024Django QuerySet Field Lookups: Unlocking Advanced Data Filtering Techniques for Your Django…Field lookups are how you specify the meat of an SQL WHERE clause. They’re specified as keyword arguments to the QuerySet methods filter()…
PinnedMahesh Jadhav·Dec 23, 2022How Docker Works: A Comprehensive Guide to Understanding the What? Why? and How?Docker has been a buzzword in the software industry for a while, growing in popularity daily. In this article, we’ll get a basic…
Mahesh Jadhav·Jul 4DOSE Chemicals in the Brain: How They Affect You and How to Control ThemThe human brain is a miracle of biology, coordinating everything from heartbeat to happiness. At the center of this complex system are…
Mahesh Jadhav·Apr 22, 2025MongoDB| NoSQL database with 25 basic commandsMongoDB is a powerful, flexible, and scalable NoSQL database that has revolutionized the way developers handle data. Unlike traditional…A response icon1A response icon1
Mahesh Jadhav·Feb 1, 2025Internet and cookiesTo understand it in an effective way Assume you don’t know anything about internet, cookies and how websites work.
Mahesh Jadhav·Jan 29, 2025How to extract logs from AWS CloudWatch using python and Boto3AWS is a popular cloud service that offers CloudWatch, a powerful tool for monitoring, storing, and accessing log files from various…A response icon1A response icon1
Mahesh Jadhav·Jun 23, 2023Exploring the Most Popular Regression Metrics for Data ScientistWhile applying regression on real-world data it is necessary to make sure our model is optimized to predict correct output and make fewer…
Mahesh Jadhav·Jun 5, 2023Handling Missing Data | Data science | Machine learningHandling Missing Data
Mahesh Jadhav·May 13, 2023Create Your Own Dataset: A Step-by-Step Guide to Web Scraping using Selenium and PythonWeb scraping is a technique that extracts information from websites or web pages. This process uses automated software tools to scan thr…
Mahesh Jadhav·Apr 23, 2023Why do we need DATA? Types of Data in statisticsAs technology continues to advance machine learning is becoming incredibly popular and effective. But, without data, machine learning is…