Building a Quantitative Analysis Platform for Fun - My Journey Starts Here
https://medium.com/@oliverelkheir/building-a-quantitative-analysis-platform-for-fun-my-journey-starts-here-9bf0397643d9
https://medium.com/@oliverelkheir/building-a-quantitative-analysis-platform-for-fun-my-journey-starts-here-9bf0397643d9
Medium
Building a Quantitative Analysis Platform for Fun - My Journey Starts Here
Really 😅
Beyond Limits: Exploring SharePoint to Azure Blob Storage File Transfer for Large Files
https://medium.com/@sgogate600/beyond-limits-exploring-sharepoint-to-azure-blob-storage-file-transfer-for-large-files-d55df2049b1e
https://medium.com/@sgogate600/beyond-limits-exploring-sharepoint-to-azure-blob-storage-file-transfer-for-large-files-d55df2049b1e
Medium
Beyond Limits: Exploring SharePoint to Azure Blob Storage File Transfer for Large Files
Continuously moving files from SharePoint to Blob storage, while incorporating functionalities like unzipping, flattening, and moving…
Integrating OCI AI Services with Django
https://medium.com/@francisjohnpicaso/integrating-oci-ai-services-with-django-317d13014f1d
https://medium.com/@francisjohnpicaso/integrating-oci-ai-services-with-django-317d13014f1d
Medium
Integrating OCI AI Services with Django
In this blog post, we will explore how to integrate Oracle Cloud Infrastructure (OCI) AI services with a Django application. We will not…
Building a Continuous Learning System for Cyber Threat Detection with Hugging Face and PyTorch CNNs
https://medium.com/@jadeygraham96/ybuilding-a-continuous-learning-system-for-cyber-threat-detection-with-hugging-face-and-pytorch-9074d80a94e9
https://medium.com/@jadeygraham96/ybuilding-a-continuous-learning-system-for-cyber-threat-detection-with-hugging-face-and-pytorch-9074d80a94e9
Medium
Building a Continuous Learning System for Cyber Threat Detection with Hugging Face and PyTorch CNNs
Introduction
Getting Started with Local LLMs using Ollama
https://medium.com/@akshayd02/getting-started-with-local-llms-using-ollama-53547bbad364
https://medium.com/@akshayd02/getting-started-with-local-llms-using-ollama-53547bbad364
Medium
Getting Started with Local LLMs using Ollama
Check Out my Starter Guide on Local LLMs on Github to setup and start working with local, open-source, free-of-cost and private Large…
Use Google BigQuery to Know the Top 100 Popular Python Packages in 2024
https://wenijinew.medium.com/use-google-bigquery-to-know-the-top-100-popular-python-packages-in-2024-52dfe8f40f21
https://wenijinew.medium.com/use-google-bigquery-to-know-the-top-100-popular-python-packages-in-2024-52dfe8f40f21
Medium
Use Google BigQuery to Know the Top 100 Popular Python Packages in 2024
Statistics data is charming.
Unraveling the mysteries of rain: Precipitation forecasting with ANNs
https://medium.com/@katygenuine/unraveling-the-mysteries-of-rain-precipitation-forecasting-with-anns-911c671d0b64
https://medium.com/@katygenuine/unraveling-the-mysteries-of-rain-precipitation-forecasting-with-anns-911c671d0b64
Medium
Unraveling the mysteries of rain: Precipitation forecasting with ANNs
Picture being able to know exactly when it’s going to rain, giving life to everything it touches. This isn’t just a fancy thought anymore…
Dillie-Hellman Key Exchange with Python or “How to exchange symmetric keys securely”
https://medium.com/@0x1770/dillie-hellman-key-exchange-with-python-or-how-to-exchange-symmetric-keys-securely-855688944116
https://medium.com/@0x1770/dillie-hellman-key-exchange-with-python-or-how-to-exchange-symmetric-keys-securely-855688944116
Medium
Dillie-Hellman Key Exchange with Python or “How to exchange symmetric keys securely”
Being able to exchange a symmetric key without sending it.
🎓 Day 91 of #100DaysOfCode in Python: Enhancing Skills with Data Visualization
https://elshad-karimov.medium.com/day-91-of-100daysofcode-in-python-enhancing-skills-with-data-visualization-0a5ffe59a62b
https://elshad-karimov.medium.com/day-91-of-100daysofcode-in-python-enhancing-skills-with-data-visualization-0a5ffe59a62b
Medium
🎓 Day 91 of #100DaysOfCode in Python: Enhancing Skills with Data Visualization
Welcome to Day 91! Today, we’re diving into data visualization, a crucial skill in data science and analytics. Python offers powerful…
🌌 Day 90 of #100DaysOfCode in Python: Diving into Natural Language Processing (NLP)
https://elshad-karimov.medium.com/day-90-of-100daysofcode-in-python-diving-into-natural-language-processing-nlp-85a3fa3bf12b
https://elshad-karimov.medium.com/day-90-of-100daysofcode-in-python-diving-into-natural-language-processing-nlp-85a3fa3bf12b
Medium
🌌 Day 90 of #100DaysOfCode in Python: Diving into Natural Language Processing (NLP)
Welcome to Day 90! Today, we embark on an intriguing journey into Natural Language Processing (NLP), an area of artificial intelligence…
🧠 Day 89 of #100DaysOfCode in Python: Venturing into Artificial Intelligence
https://elshad-karimov.medium.com/day-89-of-100daysofcode-in-python-venturing-into-artificial-intelligence-5bde05726155
https://elshad-karimov.medium.com/day-89-of-100daysofcode-in-python-venturing-into-artificial-intelligence-5bde05726155
Medium
🧠 Day 89 of #100DaysOfCode in Python: Venturing into Artificial Intelligence
Welcome to Day 89! Today, we embark on an exciting journey into the realm of artificial intelligence (AI) with Python. We’ll explore the…
Multithreading: Unleashing the Power of Parallel Processing
https://code.likeagirl.io/multithreading-unleashing-the-power-of-parallel-processing-0af3051a8869
https://code.likeagirl.io/multithreading-unleashing-the-power-of-parallel-processing-0af3051a8869
Medium
Multithreading: Unleashing the Power of Parallel Processing
In the fast-paced world of software development, speed and efficiency are paramount. But what happens when a single process isn’t enough to…
🔗 Day 88 of #100DaysOfCode in Python: Mastering Data Serialization
https://elshad-karimov.medium.com/day-88-of-100daysofcode-in-python-mastering-data-serialization-eca25c83656c
https://elshad-karimov.medium.com/day-88-of-100daysofcode-in-python-mastering-data-serialization-eca25c83656c
Medium
🔗 Day 88 of #100DaysOfCode in Python: Mastering Data Serialization
Welcome to Day 88! Today, we’re exploring data serialization in Python, a critical concept for data exchange and persistence. You’ll learn…
🚀 Day 87 of #100DaysOfCode in Python: Navigating the World of APIs
https://elshad-karimov.medium.com/day-87-of-100daysofcode-in-python-navigating-the-world-of-apis-21f6f6020944
https://elshad-karimov.medium.com/day-87-of-100daysofcode-in-python-navigating-the-world-of-apis-21f6f6020944
Medium
🚀 Day 87 of #100DaysOfCode in Python: Navigating the World of APIs
Welcome to Day 87! Today, we’re diving into the powerful world of Application Programming Interfaces (APIs) in Python. APIs are the…
🎉 Day 86 of #100DaysOfCode in Python: Celebrating Your Progress
https://elshad-karimov.medium.com/day-86-of-100daysofcode-in-python-celebrating-your-progress-ef7f184796e7
https://elshad-karimov.medium.com/day-86-of-100daysofcode-in-python-celebrating-your-progress-ef7f184796e7
Medium
🎉 Day 86 of #100DaysOfCode in Python: Celebrating Your Progress
Welcome to Day 86! Today isn’t just about coding; it’s about celebrating your incredible journey with Python. You’ve dedicated yourself to learning, growing, and expanding your skills. Let’s take a…
🔍 Day 85 of #100DaysOfCode in Python: Mastering Regular Expressions
https://elshad-karimov.medium.com/day-85-of-100daysofcode-in-python-mastering-regular-expressions-9836509aac66
https://elshad-karimov.medium.com/day-85-of-100daysofcode-in-python-mastering-regular-expressions-9836509aac66
Medium
🔍 Day 85 of #100DaysOfCode in Python: Mastering Regular Expressions
Welcome to Day 85! Today, we’ll explore the powerful world of regular expressions (regex) in Python, a crucial skill for text processing…
📚 Day 84 of #100DaysOfCode in Python: Mastering Documentation and Code Comments
https://elshad-karimov.medium.com/day-84-of-100daysofcode-in-python-mastering-documentation-and-code-comments-970d4ecf19af
https://elshad-karimov.medium.com/day-84-of-100daysofcode-in-python-mastering-documentation-and-code-comments-970d4ecf19af
Medium
📚 Day 84 of #100DaysOfCode in Python: Mastering Documentation and Code Comments
Welcome to Day 84! Today, we’re focusing on an essential but often overlooked aspect of programming: documentation and code comments…