📢 Anuncios 📚 Libros 🎓 Cursos 🏷️ Categorías

Everything you need to know to get started in Python

24-03-2024 - Andrés Cruz

Everything you need to know to get started in Python

Clase We will learn from making a hello world in Python using the interactive console or files through knowing conditionals, loops, functions, list modules, data types, concatenations and castings.

Continuar leyendo


Data classes in Kotlin to store and process data easily

05-07-2023 - Andrés Cruz

Data classes in Kotlin to store and process data easily

Clase Data classes in Kotlin allow us to store data and only data through a simple structure similar to that of a class; we can print hashes, clone objects, and print values from generic methods and much more.

Continuar leyendo


Enumerated Classes with Associated Data in Kotlin: The Definitive Guide

04-07-2023 - Andrés Cruz

Enumerated Classes with Associated Data in Kotlin: The Definitive Guide

Clase The enumerations are a special data type that allows you to set predefined values or constants in variables that we can use in Kotlin, this post explains how to use this structure.

Continuar leyendo


Classes in Kotlin: inheritance, implementation, abstract and open (open)

04-07-2023 - Andrés Cruz

Classes in Kotlin: inheritance, implementation, abstract and open (open)

Clase In this post we will talk about inheritance, implementation, abstracts and a new type called open (open) on classes in Kotlin and we will give several examples for each scenario.

Continuar leyendo


Classes in Kotlin: empty classes, constructors and properties

03-07-2023 - Andrés Cruz

Classes in Kotlin: empty classes, constructors and properties

Clase In this post we will see how to handle classes in Kotlin, main constructor, secondary constructors, properties, set and get methods, create class instances and empty classes.

Continuar leyendo


The Companion Objects to handle Java Static in Kotlin

01-07-2023 - Andrés Cruz

The Companion Objects to handle Java Static in Kotlin

Clase In this post we will talk about the companion objects that have been the way in which Kotlin works with the static ones of Java.

Continuar leyendo