Eight Weeks of Immersion: A Software Engineering Internship with Python, Machine Learning, and AI
https://medium.com/@zhi1a/eight-weeks-of-immersion-a-software-engineering-internship-with-python-machine-learning-and-ai-e73f4f2e99d2
https://medium.com/@zhi1a/eight-weeks-of-immersion-a-software-engineering-internship-with-python-machine-learning-and-ai-e73f4f2e99d2
Medium
Eight Weeks of Immersion: A Software Engineering Internship with Python, Machine Learning, and AI
As the final days of my eight-week software engineering internship draw to a close, I find myself reflecting on the incredible journey I…
The beauty and diversity of the Oceans, visualized with Cartopy
https://medium.com/@caroline.arnold_63207/the-beauty-and-diversity-of-the-oceans-visualized-with-cartopy-db6586ee4954
https://medium.com/@caroline.arnold_63207/the-beauty-and-diversity-of-the-oceans-visualized-with-cartopy-db6586ee4954
Medium
The beauty and diversity of the Oceans, visualized with Cartopy
Part 1: The Baltic Sea
Unleashing the Power of Quantized Models: A New Era for Generative AI
https://medium.com/@seanbailey518/unleashing-the-power-of-quantized-models-a-new-era-for-generative-ai-2531c9584f6f
https://medium.com/@seanbailey518/unleashing-the-power-of-quantized-models-a-new-era-for-generative-ai-2531c9584f6f
Medium
Unleashing the Power of Quantized Models: A New Era for Generative AI
In the rapidly evolving world of AI, Large Language Models (LLMs) such as LLama 2 have been making waves, offering unprecedented…
How fast can you deploy code? Part 2
https://medium.com/@nathanbloom/how-fast-can-you-deploy-code-part-2-966dcc7a8608
https://medium.com/@nathanbloom/how-fast-can-you-deploy-code-part-2-966dcc7a8608
Medium
How fast can you deploy code? Part 2
The idea is as follows:
Custom Instructions: A New Feature You Must Enable to Improve ChatGPT Responses
https://artificialcorner.com/custom-instructions-a-new-feature-you-must-enable-to-improve-chatgpt-responses-15820678bc02
https://artificialcorner.com/custom-instructions-a-new-feature-you-must-enable-to-improve-chatgpt-responses-15820678bc02
How to use django-rest-passwordreset using CockroachDB
https://blog.mpj.io/how-to-use-django-rest-passwordreset-using-cockroachdb-4f90dc09581
https://blog.mpj.io/how-to-use-django-rest-passwordreset-using-cockroachdb-4f90dc09581
Medium
How to use django-rest-passwordreset using CockroachDB
I have a hobby project where I only have a little amount of money 💲 to spent. I shave my hosting cost as much as possible including my…
Extracting Google Cloud Groups and Its Members using Admin SDK: Directory API — Extension (Part 2)
https://aravind-ramaiahk.medium.com/extracting-google-cloud-groups-and-its-members-using-admin-sdk-directory-api-extension-part-2-d4ed5c343434
https://aravind-ramaiahk.medium.com/extracting-google-cloud-groups-and-its-members-using-admin-sdk-directory-api-extension-part-2-d4ed5c343434
Medium
Extracting Google Cloud Groups and Its Members using Admin SDK: Directory API — Extension (Part 2)
This article serves as a continuation of my prior work. If you haven’t yet read the preceding article, please do so to familiarize…
Django Starter Guide: Building Your First Web Application with Code
https://srivarshith-daladuli.medium.com/django-starter-guide-building-your-first-web-application-with-code-31237832ac89
https://srivarshith-daladuli.medium.com/django-starter-guide-building-your-first-web-application-with-code-31237832ac89
Medium
Django Starter Guide: Building Your First Web Application with Code
Django is a popular and powerful web framework for building web applications with Python. Whether you’re a beginner or an experienced…
Creating and Displaying an Image using NumPy and OpenCV in Python
https://medium.com/@sudhanshunamdev45/creating-and-displaying-an-image-using-numpy-and-opencv-in-python-a37e0cb503c7
https://medium.com/@sudhanshunamdev45/creating-and-displaying-an-image-using-numpy-and-opencv-in-python-a37e0cb503c7
Medium
Creating and Displaying an Image using NumPy and OpenCV in Python
Introduction In this tutorial, we will learn how to create a simple black image and display it using Python’s popular libraries, NumPy and…
Building Your Virtual Assistant GUI using Tkinter in Python
https://medium.com/@sudhanshunamdev45/building-your-virtual-assistant-gui-using-tkinter-in-python-6509c6605389
https://medium.com/@sudhanshunamdev45/building-your-virtual-assistant-gui-using-tkinter-in-python-6509c6605389
Medium
Building Your Virtual Assistant GUI using Tkinter in Python
Introduction
“Cache,” “Persist,” and “Unpersist” in Apache Spark with practical examples.
https://medium.com/@priyamjain3377/cache-persist-and-unpersist-in-apache-spark-with-practical-examples-ad6fd9349d1b
https://medium.com/@priyamjain3377/cache-persist-and-unpersist-in-apache-spark-with-practical-examples-ad6fd9349d1b
Medium
“Cache,” “Persist,” and “Unpersist” in Apache Spark with practical examples.
1️⃣ Cache:
🔹Caching is the process of storing intermediate data in memory.
🔹Use cache() to keep the data in memory for quick access in…
🔹Caching is the process of storing intermediate data in memory.
🔹Use cache() to keep the data in memory for quick access in…
Junior To Senior — ‘Continue’ VS ‘Break’ In Coding
https://medium.com/@iammanolov98/junior-to-senior-continue-vs-break-in-coding-35f75ef3b0fc
https://medium.com/@iammanolov98/junior-to-senior-continue-vs-break-in-coding-35f75ef3b0fc
Medium
Junior To Senior — ‘Continue’ VS ‘Break’ In Coding
Welcome to the Junior to Senior series, ladies and gents. Today we will explore something very key to programming. These are two keywords…
Upgrading the Frontend of my Previous Machine Learning Project
https://medium.com/@jjsham/upgrading-the-frontend-of-my-previous-machine-learning-project-da8d8005f20d
https://medium.com/@jjsham/upgrading-the-frontend-of-my-previous-machine-learning-project-da8d8005f20d
Medium
Upgrading the Frontend of my Previous Machine Learning Project
About 3 years ago, I worked on two projects on Whiskies — One was analyzing the sentimental score of Japanese whisky reviews and the…
Python: What Is Web Scraping? A Quick Introduction!
https://python.plainenglish.io/web-scraping-explained-in-5-minutes-an-introductory-series-8db3a61097ec
https://python.plainenglish.io/web-scraping-explained-in-5-minutes-an-introductory-series-8db3a61097ec
Medium
Python: What Is Web Scraping? A Quick Introduction!
Learn What Is Web Scraping Through Examples!!
Mixin: Mix Approach to Multiple Inheritance and Customizable OOP in Python Ⓜ️
https://medium.com/@HeCanThink/mixin-mix-approach-to-multiple-inheritance-and-customizable-oop-in-python-%EF%B8%8F-1fb31575e344
https://medium.com/@HeCanThink/mixin-mix-approach-to-multiple-inheritance-and-customizable-oop-in-python-%EF%B8%8F-1fb31575e344
Medium
Mixin: Mix Approach to Multiple Inheritance and Customizable OOP in Python Ⓜ️
What is Mixin? How to use Mixin concept in Python.