Dictionary

Sort options

Estructuras de datos de Python (Coursera)

Este curso presentará las estructuras de datos básicas del lenguaje de programación Python. Veremos los conceptos básicos de la programación de procedimientos y exploraremos cómo podemos usar las estructuras de datos integrados de Python, como listas, diccionarios y tuplas, para realizar análisis de datos cada vez más complejos. Este [...]

Estructuras de datos en Python (Coursera)

Apr 22nd 2024
Estructuras de datos en Python (Coursera)
Course Auditing
Categories
Effort
Languages
Este curso te dará ágil acceso a las estructuras de datos principales del lenguaje de programación Python en su versión 3.0. Una vez que termines este curso tendrás un conocimiento general de Python, que te permitirá realizar programas que trabajen con muchos datos tomados desde archivos de la [...]

Python Data Analysis (Coursera)

This course will continue the introduction to Python programming that started with Python Programming Essentials and Python Data Representations. We'll learn about reading, storing, and processing tabular data, which are common tasks. We will also teach you about CSV files and Python's support for reading and writing [...]

Computing in Python III: Data Structures (edX)

Learn more complex ways of handling data, including files, lists, and dictionaries for building complex programs. Build on your existing knowledge of conditionals, loops, and functions by studying more about complex Python data structures, including strings, lists, dictionaries, and file input and output. [...]

Python Data Structures (edX)

Self Paced
Python Data Structures (edX)
Course Auditing
Categories
Effort
Languages
The second course in Python for Everybody explores variables that contain collections of data like string, lists, dictionaries, and tuples. Learning how to store and represent and manipulate data collections while a program is running is an important part of learning how to program.

Understanding English Dictionaries (FutureLearn)

Explore English dictionaries, from how they are compiled, the different types, to the latest lexicographic research. Discover the fascinating world of English dictionaries. While many people use dictionaries, they may not know very much about them, especially if they’re online. We aren’t usually aware of which dictionary an entry [...]