Estruturas de dados Python (Coursera)

Estruturas de dados Python (Coursera)

Este curso apresentará as estruturas de dados centrais da linguagem de programação Python. Vamos superar os fundamentos da programação de procedimentos e explorar como podemos usar as estruturas de dados integradas do Python, como listas, dicionários e tuplas, para realizar análises de dados cada vez mais complexas. Este curso cobrirá os capítulos 6 a 10 do livro “Python para Todos”. Este curso aborda o Python 3.

Class Deals by MOOC List - Click here and see Coursera's Active Discounts, Deals, and Promo Codes.

What You Will Learn

  • Explicar os princípios das estruturas de dados e como elas são usadas
  • Criar programas que são capazes de ler e gravar dados de arquivos
  • Armazenar dados como pares de chave/valor usando dicionários Python
  • Realizar tarefas de várias etapas, como classificação ou looping usando tuplas

Syllabus

WEEK 1
Capítulo Seis: Strings
Nesta aula, continuamos de onde paramos na aula anterior, começando no Capítulo 6 do livro cobrindo Strings e passando para estruturas de dados. A segunda semana desta aula é dedicada a instalar o Python se você quiser realmente executar os aplicativos em seu desktop ou laptop. Se você optar por não instalar o Python, basta pular para a terceira semana e obtenha uma vantagem inicial.

WEEK 2
Unidade: Como instalar e usar o Python
Neste módulo, você configurará tudo para começar a escrever programas em Python. Nós não exigimos a instalação do Python para esta classe. Você pode escrever e testar programas Python no navegador usando o "Python Code Playground" nesta lição. Leia o material "Usando o Python nesta aula" para obter detalhes.

WEEK 3
Capítulo Sete: Arquivos
Até agora, temos trabalhado com dados que são lidos do usuário ou dados em constantes. Mas os programas reais processam quantidades muito maiores de dados lendo e gravando arquivos no armazenamento secundário do seu computador. Neste capítulo, começamos a escrever nossos primeiros programas que leem, digitalizam e processam dados reais.

WEEK 4
Capítulo Oito: Listas
Como queremos resolver problemas mais complexos em Python, precisamos de variáveis mais poderosas. Até agora, usamos variáveis simples para armazenar números ou strings em que temos um único valor em uma variável. Começando com listas, armazenaremos muitos valores em uma única variável usando um esquema de indexação para armazenar, organizar e recuperar valores diferentes de dentro de uma única variável. Chamamos essas variáveis de "coleções" ou "estruturas de dados" de vários valores.

WEEK 5
Capítulo Nove: Dicionários
O dicionário Python é uma de suas estruturas de dados mais poderosas. Em vez de representar valores em uma lista linear, os dicionários armazenam dados como pares de chave/valor. O uso de pares de chave/valor nos dá um "banco de dados" simples na memória em uma única variável Python.

WEEK 6
Capítulo Dez: Tuplas
As tuplas são nossa terceira e última estrutura básica de dados Python. As tuplas são uma versão simples das listas. Nós muitas vezes usamos tuplas em conjunto com dicionários para realizar tarefas de várias etapas, como classificar ou percorrer todos os dados em um dicionário.

WEEK 7
Graduação
Para comemorar sua chegada à metade do caminho em nossa Especialização Python para Todos, convidamos você para participar da nossa cerimônia de graduação on-line. Não é muito longa e apresenta um orador de início e um discurso de início muito curto.

Go to Class
MOOC List is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Related Courses

Programando con Java para aplicaciones Android (Coursera) Coursera
Universidad Nacional Autónoma de México

Programando con Java para aplicaciones Android (Coursera)

¡Aprende lo mejor de Java para el desarrollo en Android! Descubre lo necesario para construir tus aplicaciones móviles de una forma sencilla, objetiva y práctica. A lo largo del curso, verás diversos ejemplos para crear tu primer Hola Mundo y practicarás la programación orientada a objetos.

Jun 1st 2026
3 Weeks
Data Structures and Performance (Coursera) Coursera
University of California, San Diego

Data Structures and Performance (Coursera)

How do Java programs deal with vast quantities of data? Many of the data structures and algorithms that work with introductory toy examples break when applications process real, large data sets. Efficiency is critical, but how do we achieve it, and how do we even measure it? This is an intermediate Java course. We recommend this course to learners who have previous experience in software development or a background in computer science, and in particular, we recommend that you have taken the first course in this specialization (which also requires some previous experience with Java).

Jun 1st 2026
5-12 Weeks
Ordered Data Structures (Coursera) Coursera
University of Illinois at Urbana-Champaign

Ordered Data Structures (Coursera)

In this course, you will learn new data structures for efficiently storing and retrieving data that is structured in an ordered sequence. Such data includes an alphabetical list of names, a family tree, a calendar of events or an inventory organized by part numbers. The specific data structures covered by this course include arrays, linked lists, queues, stacks, trees, binary trees, AVL trees, B-trees and heaps. This course also shows, through algorithm complexity analysis, how these structures enable the fastest algorithms to search and sort data.

Jun 3rd 2026
4 Weeks
Machine Learning: Classification (Coursera) Coursera
University of Washington

Machine Learning: Classification (Coursera)

Case Studies: Analyzing Sentiment & Loan Default Prediction. In our case study on analyzing sentiment, you will create models that predict a class (positive/negative sentiment) from input features (text of the reviews, user profile information,...). In our second case study for this course, loan default prediction, you will tackle financial data, and predict when a loan is likely to be risky or safe for the bank.

Jun 1st 2026
5-12 Weeks
Unordered Data Structures (Coursera) Coursera
University of Illinois at Urbana-Champaign

Unordered Data Structures (Coursera)

The Unordered Data Structures course covers the data structures and algorithms needed to implement hash tables, disjoint sets and graphs. These fundamental data structures are useful for unordered data. For example, a hash table provides immediate access to data indexed by an arbitrary key value, that could be a number (such as a memory address for cached memory), a URL (such as for a web cache) or a dictionary.

Jun 3rd 2026
4 Weeks
Algorithms on Graphs (Coursera) Coursera
University of California, San Diego,Higher School of Economics - HSE University

Algorithms on Graphs (Coursera)

If you have ever used a navigation service to find optimal route and estimate time to destination, you've used algorithms on graphs. Graphs arise in various real-world situations as there are road networks, computer networks and, most recently, social networks! If you're looking for the fastest time to get to work, cheapest way to connect set of computers into a network or efficient algorithm to automatically find communities and opinion leaders in Facebook, you're going to work with graphs and algorithms on graphs.

Jun 1st 2026
5-12 Weeks
Python Project for Data Science (Coursera) Coursera
IBM

Python Project for Data Science (Coursera)

This mini-course is intended to for you to demonstrate foundational Python skills for working with data. The completion of this course involves working on a hands-on project where you will develop a simple dashboard using Python. This course is part of the IBM Data Science Professional Certificate and the IBM Data Analytics Professional Certificate.

Jun 4th 2026
1 Week
Introduction to Google SEO (Coursera) Coursera
University of California, Davis

Introduction to Google SEO (Coursera)

Ever wonder how major search engines such as Google, Bing and Yahoo rank your website within their searches? Or how content such as videos or local listings are shown and ranked based on what the search engine considers most relevant to users? Welcome to the world of Search Engine Optimization (SEO). This course is the first within the SEO Specialization and it is intended to give you a taste of SEO with some fun practices to get seen in Google.

Jun 1st 2026
4 Weeks
Algorithms, Part I (Coursera) Coursera
Princeton University

Algorithms, Part I (Coursera)

This course covers the essential information that every serious programmer needs to know about algorithms and data structures, with emphasis on applications and scientific performance analysis of Java implementations. Part I covers elementary data structures, sorting, and searching algorithms. Part II focuses on graph- and string-processing algorithms.

Jun 1st 2026
5-12 Weeks
Data Analysis Tools (Coursera) Coursera
Wesleyan University

Data Analysis Tools (Coursera)

In this course, you will develop and test hypotheses about your data. You will learn a variety of statistical tests, as well as strategies to know how to apply the appropriate one to your specific data and question. Using your choice of two powerful statistical software packages (SAS or Python), you will explore ANOVA, Chi-Square, and Pearson correlation analysis. This course will guide you through basic statistical principles to give you the tools to answer questions you have developed. Throughout the course, you will share your progress with others to gain valuable feedback and provide insight to other learners about their work.

Jun 1st 2026
4 Weeks
Object-Oriented Data Structures in C++ (Coursera) Coursera
University of Illinois at Urbana-Champaign

Object-Oriented Data Structures in C++ (Coursera)

This course teaches learners how to write a program in the C++ language, including how to set up a development environment for writing and debugging C++ code and how to implement data structures as C++ classes. It is the first course in the Accelerated CS Fundamentals specialization, and subsequent courses in this specialization will be using C++ as the language for implementing the data structures covered in class.

Jun 3rd 2026
4 Weeks