Skip to content

marcoleon10/Programming-Course-for-Beginners-in-Python-Spanish-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Programming-Course-for-Beginners-in-Python-Spanish-

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.

Index

  1. Introduction to Programming Logic

    • Basic programming concepts
    • The importance of logic in software development
    • Additional content
  2. Boolean Logic

    • Fundamentals of Boolean logic
    • Truth tables
    • Exercises section
    • Additional content
  3. Most Common Data Types in Programming

    • Integer (int)
    • Floating point (float, double)
    • Characters (char)
    • Boolean (bool)
    • Exercises section
    • Additional content
  4. Control Structures

    • Conditionals
      • if
      • elif (else if)
      • else
    • Exercises section
    • Additional content
  5. Arithmetic Operators

    • Addition (+)
    • Subtraction (-)
    • Multiplication (*)
    • Exponentiation (**)
    • Decimal division (/)
    • Integer division (//)
    • Modulo (%)
    • Exercises section
    • Additional content
  6. 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
  7. Loops and Iterations

    • While loop
    • For loop
    • Exercises section
    • Additional content
  8. Structured Programming

  9. Helpful Tools

  10. Answers Section

  11. Bibliography

Usage Instructions

  1. Clone this repository using the following command:
    git clone https://github.com/your_username/basic-programming-course.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published