Let’s dig deep into pypihosted malware | Part 1
https://medium.com/@demonia/lets-dig-deep-into-pypihosted-malware-part-1-94ada4737442
https://medium.com/@demonia/lets-dig-deep-into-pypihosted-malware-part-1-94ada4737442
Medium
Let’s dig deep into pypihosted malware | Part 1
I hope this article catches you well, Last article I talked about how I discovered a malware on my system, a custom pypi package was…
What is the purpose of using virtual environments in Python development?
https://medium.com/@infomegatechnoida/what-is-the-purpose-of-using-virtual-environments-in-python-development-8b0b1d05d771
https://medium.com/@infomegatechnoida/what-is-the-purpose-of-using-virtual-environments-in-python-development-8b0b1d05d771
Medium
What is the purpose of using virtual environments in Python development?
The reason for using virtual environments in Python improvement is to create isolated environments for Python tasks. This isolation lets in…
Flawless Authentication with FastAPI and JSON Web Tokens
https://medium.com/@kedardhoble2001/flawless-authentication-with-fastapi-and-json-web-tokens-45dde7223d9c
https://medium.com/@kedardhoble2001/flawless-authentication-with-fastapi-and-json-web-tokens-45dde7223d9c
Medium
Flawless Authentication with FastAPI and JSON Web Tokens
User authentication is necessary to safeguard sensitive data and functionalities by ensuring only authorized users have access. It also…
Finding the Coefficients of a Quadratic with SymPy
https://python.plainenglish.io/finding-the-coefficients-of-a-quadratic-with-sympy-777cd9479ea1
https://python.plainenglish.io/finding-the-coefficients-of-a-quadratic-with-sympy-777cd9479ea1
Medium
Finding the Coefficients of a Quadratic with SymPy
Let me start by saying: my math-fu is not strong! I haven’t done any proper maths since school. However I was recently trying to solve an…
How To Make Your Own Google Translator App With Python Tkinter & Googletrans
https://medium.com/@codingmadeeasy92/how-to-make-your-own-google-translator-app-with-python-tkinter-googletrans-070f54ff9d96
https://medium.com/@codingmadeeasy92/how-to-make-your-own-google-translator-app-with-python-tkinter-googletrans-070f54ff9d96
Medium
How To Make Your Own Google Translator App With Python Tkinter & Googletrans
Have you ever wondered why we rely on translators? Hiring a human translator who can be available 24/7 for all our translation needs seems…
Python Certification Guide: How To Get the Best Certificates
https://medium.com/@crawsecurity/python-certification-guide-how-to-get-the-best-certificates-0b9ade5d819e
https://medium.com/@crawsecurity/python-certification-guide-how-to-get-the-best-certificates-0b9ade5d819e
Medium
Python Certification Guide: How To Get the Best Certificates
Introduction
Web Scraping SNIIM data using Python and Beautiful Soup: This is the way
https://medium.com/mcd-unison/web-scraping-sniim-data-using-python-and-beautiful-soup-this-is-the-way-a72beeec993e
https://medium.com/mcd-unison/web-scraping-sniim-data-using-python-and-beautiful-soup-this-is-the-way-a72beeec993e
Medium
Web Scraping SNIIM data using Python and Beautiful Soup: This is the way
Overview
Comparing Linear Regression in Scikit-learn and Statsmodels for Python Machine Learning
https://blog.mirkopeters.com/comparing-linear-regression-in-scikit-learn-and-statsmodels-for-python-machine-learning-0b7760924bab
https://blog.mirkopeters.com/comparing-linear-regression-in-scikit-learn-and-statsmodels-for-python-machine-learning-0b7760924bab
Medium
Comparing Linear Regression in Scikit-learn and Statsmodels for Python Machine Learning
Linear regression stands as a cornerstone in the vast realm of machine learning, offering a straightforward yet powerful approach to…
Building a Home Robot Platform with Off-the-Shelf Components
https://medium.com/technology-hits/building-a-home-robot-platform-with-off-the-shelf-components-90854f8fd3fb
https://medium.com/technology-hits/building-a-home-robot-platform-with-off-the-shelf-components-90854f8fd3fb
Medium
Building a Home Robot Platform with Off-the-Shelf Components
an affordable robot that anyone can build
Your own private PyPi repository on K8s
https://jkrajniak.medium.com/your-own-private-pypi-repository-on-k8s-563b0810acb0
https://jkrajniak.medium.com/your-own-private-pypi-repository-on-k8s-563b0810acb0
Medium
Your Own Private PyPi Repository on K8s
Imagine your ML team struggling with a sprawling Python codebase — snippets, internal libraries, notebooks, and even production code in…
Establishing a Secure Communication Channel: Integrating MetaMask and Diffie-Hellman Key Exchange
https://rabmcmenemy.medium.com/establishing-a-secure-communication-channel-integrating-metamask-and-diffie-hellman-key-exchange-a71f6ad8692d
https://rabmcmenemy.medium.com/establishing-a-secure-communication-channel-integrating-metamask-and-diffie-hellman-key-exchange-a71f6ad8692d
Medium
Establishing a Secure Communication Channel: Integrating MetaMask and Diffie-Hellman Key Exchange
Introduction