PROGRAMACIÓN PARA NO PROGRAMADORES

Categories: Curso Corto
Wishlist Share
Share Course
Page Link
Share On Social Media

About Course

La programación orientada a objetos (POO) permite tener una forma estructurada y modular de desarrollar software que facilita la creación de sistemas más escalables, mantenibles y fáciles de entender.

PYTHON es uno de los lenguajes de programación más demandados que brindan un soporte sólido para la programación orientada a objetos.

Objetivo: Sentar bases sólidas en programación orientada a objetos en los participantes incluyendo sus principales estructuras de datos, usos de excepciones, testing, etc. para explorar a fondo este paradigma de programación.

Todo el material de este curso se encuentra en Inglés.

Course Content

Shell, navigation
Learn to navigate through a File System and modify files using the terminal (Bash) and some basic commands

  • Task 0 – ls
  • Task 1 – cd
  • Task 2 -mkdir
  • Task 3 – echo
  • Task 4 – rm
  • Task 5 – pwd

Git
Understand what's a control version tool. Create a GitHub account and link it to the current terminal.

Shell, basics
Use scripts to navigate through the file system (Move files, change names, create and delete folders, etc.)

Shell, permissions
Explore and understand what's a permission and ownership of a file, how to change them and create scripts to do that.

Python – Hello, World
First project to explore Python, by defining an interpreted language and doing some easy python code

Python – if/else, loops, functions
Conditionals and loops on python

Python – import & modules
Learn how to manage modules and import diferent files in Python

Python – Data Structures: Lists, Tuples
New datatypes in Python: Lists and Tuples

Python – More Data Structures: Set, Dictionary
More datatypes: Sets and dictionaries

Python – Exceptions
How to handle exceptions using try-except

Python – Classes and Objects
First OOP project: defining classes and objects by programming everyday examples

Python – Test-driven development
Introduction to test-driven development: First do tests, next do code

Python – More Classes and Objects
More task on OOP to deep concept understanding

Python – Everything is object
Discover that everything made in Python is treated as an object, with its attributes and methods.

Python – Inheritance
Practice one of the OOP principles: Inheritance

Python – Input/Output
Learn how to handle files in Python

Classification Using Neural Networks

Tensorflow 2 & Keras

Student Ratings & Reviews

No Review Yet
No Review Yet
Scroll to Top