Este repositorio contiene el material de un curso de programación básica e introductoria en español, diseñado para personas sin conocimientos previos en programación.
This repository contains the material for a basic and introductory programming course in Spanish, designed for people with little or no prior knowledge of programming.
-
Introduction to Programming Logic
- Basic programming concepts
- The importance of logic in software development
- Additional content
-
Boolean Logic
- Fundamentals of Boolean logic
- Truth tables
- Exercises section
- Additional content
-
Most Common Data Types in Programming
- Integer (int)
- Floating point (float, double)
- Characters (char)
- Boolean (bool)
- Exercises section
- Additional content
-
Control Structures
- Conditionals
- if
- elif (else if)
- else
- Exercises section
- Additional content
- Conditionals
-
Arithmetic Operators
- Addition (+)
- Subtraction (-)
- Multiplication (*)
- Exponentiation (**)
- Decimal division (/)
- Integer division (//)
- Modulo (%)
- Exercises section
- Additional content
-
Comparison Operators
- Equal to (==)
- Greater than (>)
- Greater than or equal to (>=)
- Less than (<)
- Less than or equal to (<=)
- Not equal to (!=)
- Exercises section
- Additional content
-
Loops and Iterations
- While loop
- For loop
- Exercises section
- Additional content
-
Structured Programming
-
Helpful Tools
-
Answers Section
-
Bibliography
- Clone this repository using the following command:
git clone https://github.com/your_username/basic-programming-course.git