Game of Thrones ⚔️ 🐉 Part 1: Visualising networks using Networkx, Pyvis and Community detection
https://medium.com/@rubentak/game-of-thrones-%EF%B8%8F-part-1-visualising-networks-using-networkx-pyvis-and-community-detection-a4f8fb37571b
https://medium.com/@rubentak/game-of-thrones-%EF%B8%8F-part-1-visualising-networks-using-networkx-pyvis-and-community-detection-a4f8fb37571b
Medium
Game of Thrones ⚔️ 🐉 Part 1: Visualising networks using Networkx, Pyvis and Community detection
In this article, we delve into the application of network analysis theory, a branch of mathematics and computer science, and apply this to…
Exploring Network Analysis with NetworkX: A Comprehensive Example
https://code.likeagirl.io/exploring-network-analysis-with-networkx-a-comprehensive-example-28ecae6bb2be
https://code.likeagirl.io/exploring-network-analysis-with-networkx-a-comprehensive-example-28ecae6bb2be
Medium
Exploring Network Analysis with NetworkX: A Comprehensive Example
NetworkX is a powerful Python library that facilitates the creation, manipulation, and analysis of complex networks. In this article, we…
Good Bye Data Analysts! Code Interpreter is here to slay.
https://rmalikinuk.medium.com/good-bye-data-analysts-code-interpreter-is-here-to-slay-71e44fc9ce29
https://rmalikinuk.medium.com/good-bye-data-analysts-code-interpreter-is-here-to-slay-71e44fc9ce29
Medium
Good Bye Data Analysts! Code Interpreter is here to slay.
Have you heard about the latest game-changer in our field? It’s called the ChatGPT Plugin Code Interpreter, and let me tell you, it’s a…
Building a Theme Analysis App with Streamlit and OpenAI API
https://medium.com/@jacobcmatthews/building-a-theme-analysis-app-with-streamlit-and-openai-api-f70cf1700a73
https://medium.com/@jacobcmatthews/building-a-theme-analysis-app-with-streamlit-and-openai-api-f70cf1700a73
Medium
Building a Theme Analysis App with Streamlit and OpenAI API
In the world of data analysis and AI-powered insights, combining interactive app development and natural language processing can unlock…
Integrating SMTP Server with Azure Databricks for Email Automation
https://medium.com/@lorenagongang/integrating-smtp-server-with-azure-databricks-for-email-automation-862f77695e1e
https://medium.com/@lorenagongang/integrating-smtp-server-with-azure-databricks-for-email-automation-862f77695e1e
Medium
Integrating SMTP Server with Azure Databricks for Email Automation
SMTP stand for Simple Mail Transfert Protocol(SMTP). It is an application mail servers use to send, receive and forward email messages. It…
Top 6 Algorithms Every Software Engineer Should Know💲
https://medium.com/@abbilaashat/top-6-algorithms-every-software-engineer-should-know-719ff4fe60ee
https://medium.com/@abbilaashat/top-6-algorithms-every-software-engineer-should-know-719ff4fe60ee
Medium
Top 6 Algorithms Every Software Engineer Should Know💲
Introduction
How to Build a Business Intelligence App with 10 Lines of Python Code
https://medium.com/@lbayer10/how-to-build-a-business-intelligence-app-with-10-lines-of-python-code-7b9b024b2b81
https://medium.com/@lbayer10/how-to-build-a-business-intelligence-app-with-10-lines-of-python-code-7b9b024b2b81
Medium
How to Build a Business Intelligence App with 10 Lines of Python Code
In this post, I’d like to show how to quickly build a Tableau-like BI application on top of your data in a Jupyter Notebook using the Atoti…
The Series — Shaping the Future of Cybersecurity: AI/ML-Driven Projects Lead the Way — Part 5
https://medium.com/@aybala.sevinc/the-series-shaping-the-future-of-cybersecurity-ai-ml-driven-projects-lead-the-way-part-5-55a41104a430
https://medium.com/@aybala.sevinc/the-series-shaping-the-future-of-cybersecurity-ai-ml-driven-projects-lead-the-way-part-5-55a41104a430
Medium
The Series — Shaping the Future of Cybersecurity: AI/ML-Driven Projects Lead the Way — Part 5
As you remember, I mentioned about AI/ML driven Cybersecurity solutions and provide some sample machine learning algorithms to train. In…
How I enable my CUDA capable Graphics Card for Machine Learning (Windows 10 & 11)
https://medium.com/@lucsiecker/how-i-enable-my-cuda-capable-graphics-card-for-machine-learning-windows-10-11-b27a4beee326
https://medium.com/@lucsiecker/how-i-enable-my-cuda-capable-graphics-card-for-machine-learning-windows-10-11-b27a4beee326
Medium
How I enable my CUDA capable Graphics Card for Machine Learning (Windows 10 & 11)
In the last few months, I tried multiple times to get my Nvidia Quadro M1200 working with Torch. It would have saved me a lot of time during my deep learning course at the university. After multiple…
Want to Learn How To Program? Here's How.
https://medium.com/@ishaaqofficial0311/want-to-learn-how-to-program-heres-how-50e052e7b7d8
https://medium.com/@ishaaqofficial0311/want-to-learn-how-to-program-heres-how-50e052e7b7d8
Medium
Want to Learn How To Program? Here's How.
For the past three years, since the beginning of the pandemic, I have been learning how to program. So far I have learned Python…
PyNest: Empowering Scalable Python API’s with NestJS-inspired Architecture
https://medium.com/@itay2803/pynest-empowering-scalable-python-apis-with-nestjs-inspired-architecture-285e0cf70977
https://medium.com/@itay2803/pynest-empowering-scalable-python-apis-with-nestjs-inspired-architecture-285e0cf70977
Medium
PyNest: Empowering Scalable Python APIs with NestJS-inspired Architecture
The Need for NestJS and the Rise of Generative AI
Efficient API Endpoint Organization with Burp Collector
https://medium.com/@sagiv132/burp-collector-8691d9191047
https://medium.com/@sagiv132/burp-collector-8691d9191047
Medium
Efficient API Endpoint Organization with Burp Collector
Why should you use Burp Collector?
Bypassing File Upload Mechanism with Upload_Bypass
https://medium.com/@sagiv132/bypassing-file-upload-mechanism-with-upload-bypass-6251cae6cbc7
https://medium.com/@sagiv132/bypassing-file-upload-mechanism-with-upload-bypass-6251cae6cbc7
Medium
Bypassing File Upload Mechanism with Upload_Bypass
Why should you use Upload_Bypass?
Build your first API with Python and FastAPI
https://medium.com/@grosso379/build-your-first-api-with-python-and-fastapi-93d0f795319c
https://medium.com/@grosso379/build-your-first-api-with-python-and-fastapi-93d0f795319c
Medium
Build your first API with Python and FastAPI
Introduction
Convolutional Neural Networks (CNN) in Computer Vision — Step by Step Guide with PyTorch
https://medium.com/@chuntcdj/convolutional-neural-networks-cnn-in-computer-vision-step-by-step-guide-with-pytorch-9fdad468079e
https://medium.com/@chuntcdj/convolutional-neural-networks-cnn-in-computer-vision-step-by-step-guide-with-pytorch-9fdad468079e
Medium
Convolutional Neural Networks (CNN) in Computer Vision — Step by Step Guide with PyTorch
Remember my article on Artificial Neural Networks (ANN)? If not, check them out here: ANN Article.
My PowerShell Terminal Could Not Run Scripts; Here Is How I Fixed It.
https://medium.com/@charleschimezirim/my-powershell-terminal-could-not-run-scripts-here-is-how-i-fixed-it-3c980f2f6ed9
https://medium.com/@charleschimezirim/my-powershell-terminal-could-not-run-scripts-here-is-how-i-fixed-it-3c980f2f6ed9
Medium
My PowerShell Terminal Could Not Run Scripts; Here Is How I Fixed It.
Learn how to configure your PowerShell terminal to run scripts successfully.