nomenclatures in programming languages October 14, 2025 | No Comments | C, information, java, python Java uses case in its abcDef functions (camelcase) Camel Case (or Camel Notation) is the standard and mandatory naming convention in Java syntax for naming […]
programming language, assembly language, and machine language | No Comments | C, information, java, python Machine language is a sequence of binary numbers (bits), that is, zeros and ones (0s and 1s) Each set of zeros and ones represents a […]
directory structure in c (an idea) October 10, 2025 | No Comments | C, directory-structure, information, linux, macos, python, spring-boot, structure As you can see in the image, an example of how to organize: in the root of the directory (unless you have multiple projects, in […]
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 […]