Create an HTTP server in Python on port xxxx to access/download files from a folder April 4, 2026 | No Comments | command, configuration, http, information, internet, linux, Linux Ubuntu Server First you need to have Python or Python 3 installed, then you have the command ‘python3’ Setting up a fast HTTP server (The easiest way)Since […]
create a web page with Python 3 September 9, 2025 | No Comments | information, linux, port, public_ip, python, router, web located in the current directory where you have an .HTML file -m is to execute a python module http.server is a module for python3 51000 […]
display graphs of your CSV data March 15, 2025 | No Comments | information, python the code is: Obviously you should have a CSV with data called ‘housing.csv’ located in the same place where the Python code is. it looks […]
Machine learning model with a linear regression algorithm in Python March 14, 2025 | No Comments | machine-learning, python, regresion-linear There must be data and an algorithm that operates on that data In CSV the data is separated by commas, the first line is the […]