How to deploy apache on remote server using ansible playbook
https://medium.com/@lyk1719/how-to-deploy-apache-on-remote-server-using-ansible-playbook-3426bc3b0d71
https://medium.com/@lyk1719/how-to-deploy-apache-on-remote-server-using-ansible-playbook-3426bc3b0d71
Medium
How to deploy apache on remote server using ansible playbook
In this tutorial we will learn how to deploy an apache server on remote CentOS with docker and ansible.
Araucana XAI: Why Did AI Get This One Wrong?
https://towardsdatascience.com/araucana-xai-why-did-ai-get-this-one-wrong-8ee79dabdb1a
https://towardsdatascience.com/araucana-xai-why-did-ai-get-this-one-wrong-8ee79dabdb1a
Medium
Araucana XAI: Why Did AI Get This One Wrong?
A new approach to provide local explanations for machine learning model predictions through navigable trees and hiearchical rules
Python Best Practices: A Guide to Writing Clean and Readable Code
https://medium.com/@alexisbou16/python-best-practices-a-guide-to-writing-clean-and-readable-code-5f2aa1a194f5
https://medium.com/@alexisbou16/python-best-practices-a-guide-to-writing-clean-and-readable-code-5f2aa1a194f5
Medium
Python Best Practices: A Guide to Writing Clean and Readable Code
Introduction
Boost Your Python Code With Rust Extensions
https://towardsdatascience.com/boost-your-python-code-with-rust-extensions-108afdbd4e13
https://towardsdatascience.com/boost-your-python-code-with-rust-extensions-108afdbd4e13
Towards Data Science
Boost Your Python Code With Rust Extensions | Towards Data Science
As most of you already know, Python is a general-purpose programming language optimized for simplicity and ease of use. While it’s a great tool for light tasks, code execution speed can soon become a major bottleneck in your programs. In this article, we’ll…
Master the Power of Pattern: A Step-by-Step Guide
https://medium.com/@tushar_aggarwal/master-the-power-of-pattern-a-step-by-step-guide-d9cee6b8f6e7
https://medium.com/@tushar_aggarwal/master-the-power-of-pattern-a-step-by-step-guide-d9cee6b8f6e7
Medium
Master the Power of Pattern: A Step-by-Step Guide
{This article was written without the assistance or use of AI tools, providing an authentic and insightful exploration of Pattern}
How to Print Neat JSON / Dictionary Formats
https://dr-alvin-ang.medium.com/how-to-print-neat-json-dictionary-formats-d60f9e08a4cd
https://dr-alvin-ang.medium.com/how-to-print-neat-json-dictionary-formats-d60f9e08a4cd
Medium
How to Print Neat JSON / Dictionary Formats
in Python by Dr. Alvin Ang
Classes and Object-Oriented Programming (OOP) in Python Programming language (Part 6/6)
https://siddp6.medium.com/classes-and-object-oriented-programming-oop-in-python-programming-language-part-6-6-4e2fca5e1eb9
https://siddp6.medium.com/classes-and-object-oriented-programming-oop-in-python-programming-language-part-6-6-4e2fca5e1eb9
Medium
Classes and Object-Oriented Programming (OOP) in Python Programming language (Part 6/6)
Experience the Beauty of Python: The Easiest Language to Learn and Use
Titanic Survival or Death Game with using Python
https://medium.com/@ozzgur.sanli/titanic-survival-or-death-game-with-using-python-3484dff5820
https://medium.com/@ozzgur.sanli/titanic-survival-or-death-game-with-using-python-3484dff5820
Medium
Titanic Survival or Death Game with using Python
In this post, by using Python “random”, “pandas” libraries, we are looking a fun answer that, if we were alive in 1912 (the year of Titanic…
Python Operators Decoded: New to Old ⬇️
https://medium.com/@HeCanThink/python-operators-decoded-new-to-old-%EF%B8%8F-e8c078548ec2
https://medium.com/@HeCanThink/python-operators-decoded-new-to-old-%EF%B8%8F-e8c078548ec2
Medium
Python Operators Decoded: New to Old ⬇️
Discussing Python Operators.
Boosting Performance with Cython: Unleashing the Power of Python
https://aarababdellah.medium.com/boosting-performance-with-cython-unleashing-the-power-of-python-b9cb8d6654d9
https://aarababdellah.medium.com/boosting-performance-with-cython-unleashing-the-power-of-python-b9cb8d6654d9
Medium
Boosting Performance with Cython: Unleashing the Power of Python
Cython is a programming language and compiler that combines the ease of writing code in Python with the performance of C and C++. It is often used for writing high-performance Python extensions and…
Distributed Data Processing for Environmental Data Analysis: A Python Tutorial
https://medium.com/@rohanmuppa123/distributed-data-processing-for-environmental-data-analysis-a-python-tutorial-df9b56e9ded7
https://medium.com/@rohanmuppa123/distributed-data-processing-for-environmental-data-analysis-a-python-tutorial-df9b56e9ded7
Medium
Distributed Data Processing for Environmental Data Analysis: A Python Tutorial
This tutorial aims to demonstrate how distributed data processing frameworks, like Hadoop’s MapReduce and Apache Flink, can be leveraged…
Expanded Conda Environment Export Tool — Andres Berejnoi
https://medium.com/@andresberejnoi/expanded-conda-environment-export-tool-andres-berejnoi-2a5cf966fb3e
https://medium.com/@andresberejnoi/expanded-conda-environment-export-tool-andres-berejnoi-2a5cf966fb3e
Medium
Expanded Conda Environment Export Tool — Andres Berejnoi
Here is a short post about conda environments and a conda script that adds a bit of extra functionality to the “ conda env export " tool.
Build a base image for all your Dockerfiles
https://medium.com/@wllmszk/build-a-base-image-for-all-your-dockerfiles-45fb20db2dff
https://medium.com/@wllmszk/build-a-base-image-for-all-your-dockerfiles-45fb20db2dff
Medium
Build a base image for all your Dockerfiles
In my tests, I have to use different Dockerfiles for different types of tests and most of those Dockerfiles have the same beginning…
A Step-By-Step Guide on How to Build an AI
https://medium.com/@ivber52/a-step-by-step-guide-on-how-to-build-an-ai-35894c0816a6
https://medium.com/@ivber52/a-step-by-step-guide-on-how-to-build-an-ai-35894c0816a6
Medium
A Step-By-Step Guide on How to Build an AI
Since the 1940s, computers have been programmed to perform complex tasks, such as mathematical proofs and chess. Artificial intelligence, a form of computer-controlled robots, can perform tasks…