Deploying a Django + Nginx Application to a VPS With Ansible
https://vuyisile.com/deploying-a-django-nginx-application-to-a-vps-with-ansible/
https://vuyisile.com/deploying-a-django-nginx-application-to-a-vps-with-ansible/
Vuyisile's Blog
Deploying a Django + Nginx application to a VPS with ansible
The article explains the steps for deploying a Django + Nginx application on an AWS Lightsail Virtual Private Server (VPS) with Docker and Ansible automation. This article will guide you through se…
Developing an Asynchronous Task Queue in Python
https://testdriven.io/blog/developing-an-asynchronous-task-queue-in-python/
https://testdriven.io/blog/developing-an-asynchronous-task-queue-in-python/
testdriven.io
Developing an Asynchronous Task Queue in Python
This tutorial looks at how to implement several asynchronous task queues using the Python multiprocessing library and Redis.
A Curated List of Free Courses & Certifications
https://github.com/cloudcommunity/Free-Certifications
https://github.com/cloudcommunity/Free-Certifications
GitHub
GitHub - cloudcommunity/Free-Certifications: A curated list of free courses with certifications. Also available at https://free…
A curated list of free courses with certifications. Also available at https://free-certifications.com/ - cloudcommunity/Free-Certifications
Is A Python Expert necessary?
https://medium.com/@kimtalks/is-a-python-expert-necessary-ac2237d17412
https://medium.com/@kimtalks/is-a-python-expert-necessary-ac2237d17412
Medium
Is A Python Expert necessary?
Introduction
Simplify Docker Container Operations with DockerBot
https://medium.com/@tomer.klein/simplify-docker-container-operations-with-dockerbot-602db678aa45
https://medium.com/@tomer.klein/simplify-docker-container-operations-with-dockerbot-602db678aa45
Medium
Simplify Docker Container Operations with DockerBot
Introduction
Bayesian Optimization: Faster hyperparameter tuning in Python
https://medium.com/@pelletierhaden/bayesian-optimization-faster-hyperparameter-tuning-in-python-4b13c0a00454
https://medium.com/@pelletierhaden/bayesian-optimization-faster-hyperparameter-tuning-in-python-4b13c0a00454
Medium
Bayesian Optimization: Faster hyperparameter tuning in Python
If you’re like any data scientist who’s just starting out and get hit with a hyperparameter tuning problem, your first instinct is probably to go with something like GridSearchCV — a brute-force…
Boost Your ML Skills Using SciKit-Learn
https://medium.com/@dhruvkumar.rce21/boost-your-ml-skills-using-scikit-learn-b3ee3cab0b89
https://medium.com/@dhruvkumar.rce21/boost-your-ml-skills-using-scikit-learn-b3ee3cab0b89
Medium
Boost Your ML Skills Using SciKit-Learn
Blog Introduction
Spark UDFs: A Deep Dive into How They Work, Benefits, and Disadvantages
https://kumarisundaram.medium.com/spark-udfs-a-deep-dive-into-how-they-work-benefits-and-disadvantages-30a9751397cb
https://kumarisundaram.medium.com/spark-udfs-a-deep-dive-into-how-they-work-benefits-and-disadvantages-30a9751397cb
Medium
Spark UDFs: A Deep Dive into How They Work, Benefits, and Disadvantages
Apache Spark, a fast, in-memory data processing engine, offers robust support for data transformations on massive datasets. Among the…
Create Your Own Q&A Application with LangChain and Sreamlit
https://ferneutron.medium.com/create-your-own-q-a-application-with-langchain-and-sreamlit-11df18e332f4
https://ferneutron.medium.com/create-your-own-q-a-application-with-langchain-and-sreamlit-11df18e332f4
Medium
Create Your Own Q&A Application with LangChain and Sreamlit
A step-by-step guide on how to create an end-to-end Question-Answering application using Python.
Introduction to Apache Spark and PySpark
https://medium.com/@kylejones_47003/introduction-to-apache-spark-and-pyspark-3ae3fb4757fa
https://medium.com/@kylejones_47003/introduction-to-apache-spark-and-pyspark-3ae3fb4757fa
Medium
Introduction to Apache Spark and PySpark
Apache Spark is an open-source distributed computing framework designed for big data processing and analytics. It provides a unified…
Introduction to Deep Learning for computer vision with Python
https://medium.com/@kylejones_47003/introduction-to-deep-learning-for-computer-vision-with-python-85f94acc3a6b
https://medium.com/@kylejones_47003/introduction-to-deep-learning-for-computer-vision-with-python-85f94acc3a6b
Medium
Introduction to Deep Learning for computer vision with Python
Deep learning has achieved significant breakthroughs in a wide range of applications, including image and speech recognition, natural…
Exploring Python: Indexing in Pandas with Python.
https://medium.com/@fifehanadekunle/exploring-python-indexing-in-pandas-with-python-52a9cb83c1e3
https://medium.com/@fifehanadekunle/exploring-python-indexing-in-pandas-with-python-52a9cb83c1e3
Medium
Exploring Python: Indexing in Pandas with Python.
Indexing in pandas helps you select particular rows and columns of data from a data frame. When you use an index in pandas you access and…
Control theory, the backbone of modern engineering marvels, relies on a deep understanding of…
https://medium.com/@mbugraavci38/control-theory-the-backbone-of-modern-engineering-marvels-relies-on-a-deep-understanding-of-afe9e07efe11
https://medium.com/@mbugraavci38/control-theory-the-backbone-of-modern-engineering-marvels-relies-on-a-deep-understanding-of-afe9e07efe11
Medium
Control theory, the backbone of modern engineering marvels, relies on a deep understanding of…
Demystifying the Characteristic Equation