|
10 | 10 |
|
11 | 11 | NumPy é a base da computação científica em Python. Esta Skill Tree oferece uma maneira sistemática de aprender NumPy. Ideal para iniciantes em ciência de dados, oferece um caminho de aprendizado estruturado para dominar operações de array, broadcasting e algoritmos numéricos. Cursos práticos, sem vídeo, e exercícios práticos em um playground de análise numérica ajudam você a desenvolver habilidades do mundo real em manipulação e computação de dados eficientes. |
12 | 12 |
|
13 | | -| Índice | Nome | Dificuldade | Link do Tutorial | |
14 | | -|----------|-------------------------------------------------------------------------------------------------------------------------------------------------|---------------|------------------------------------------------------------------------------------------------------| |
15 | | -| 01 | [📖 Your First NumPy Lab](https://labex.io/pt/tutorials/numpy-your-first-numpy-lab-92735) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/numpy-your-first-numpy-lab-92735) | |
16 | | -| 02 | [📖 Array Attributes and Dtype](https://labex.io/pt/tutorials/python-array-attributes-and-dtype-8027) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/python-array-attributes-and-dtype-8027) | |
17 | | -| 03 | [📖 NumPy Arrays and Data Types](https://labex.io/pt/tutorials/python-numpy-arrays-and-data-types-4996) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/python-numpy-arrays-and-data-types-4996) | |
18 | | -| 04 | [📖 NumPy Einsum para Computação Científica](https://labex.io/pt/tutorials/python-numpy-einsum-for-scientific-computing-4991) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/python-numpy-einsum-for-scientific-computing-4991) | |
19 | | -| 05 | [📖 Função Reshape do NumPy](https://labex.io/pt/tutorials/python-numpy-reshape-function-86496) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/python-numpy-reshape-function-86496) | |
20 | | -| 06 | [📖 Fundamental NumPy Array Creation Techniques](https://labex.io/pt/tutorials/python-fundamental-numpy-array-creation-techniques-85698) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/python-fundamental-numpy-array-creation-techniques-85698) | |
21 | | -| 07 | [📖 Introduction to NumPy Universal Functions](https://labex.io/pt/tutorials/python-introduction-to-numpy-universal-functions-85705) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/python-introduction-to-numpy-universal-functions-85705) | |
22 | | -| 08 | [📖 Structured Arrays in NumPy](https://labex.io/pt/tutorials/python-structured-arrays-in-numpy-85704) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/python-structured-arrays-in-numpy-85704) | |
23 | | -| 09 | [📖 Fundamentals of NumPy Array Manipulation](https://labex.io/pt/tutorials/numpy-fundamentals-of-numpy-array-manipulation-85703) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/numpy-fundamentals-of-numpy-array-manipulation-85703) | |
24 | | -| 10 | [📖 NumPy Broadcasting for Efficient Computation](https://labex.io/pt/tutorials/numpy-numpy-broadcasting-for-efficient-computation-85702) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/numpy-numpy-broadcasting-for-efficient-computation-85702) | |
25 | | -| 11 | [📖 Understanding NumPy Data Types](https://labex.io/pt/tutorials/python-understanding-numpy-data-types-85701) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/python-understanding-numpy-data-types-85701) | |
26 | | -| 12 | [📖 Introduction to Indexing in NumPy](https://labex.io/pt/tutorials/numpy-introduction-to-indexing-in-numpy-85699) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/numpy-introduction-to-indexing-in-numpy-85699) | |
27 | | -| 13 | [📖 NumPy Slicing and Indexing](https://labex.io/pt/tutorials/python-numpy-slicing-and-indexing-352) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/python-numpy-slicing-and-indexing-352) | |
28 | | -| 14 | [📖 Efficient NumPy Array Multiplication Operations](https://labex.io/pt/tutorials/python-efficient-numpy-array-multiplication-operations-5007) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/python-efficient-numpy-array-multiplication-operations-5007) | |
29 | | -| 15 | [📖 NumPy Array Operations](https://labex.io/pt/tutorials/numpy-numpy-array-operations-1403) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/numpy-numpy-array-operations-1403) | |
| 13 | +| Índice | Nome | Dificuldade | Link do Tutorial | |
| 14 | +|----------|-------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|------------------------------------------------------------------------------------------------------| |
| 15 | +| 01 | [📖 Seu Primeiro Laboratório NumPy](https://labex.io/pt/tutorials/numpy-your-first-numpy-lab-92735) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/numpy-your-first-numpy-lab-92735) | |
| 16 | +| 02 | [📖 Atributos de Arrays e Dtype](https://labex.io/pt/tutorials/python-array-attributes-and-dtype-8027) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/python-array-attributes-and-dtype-8027) | |
| 17 | +| 03 | [📖 Arrays NumPy e Tipos de Dados](https://labex.io/pt/tutorials/python-numpy-arrays-and-data-types-4996) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/python-numpy-arrays-and-data-types-4996) | |
| 18 | +| 04 | [📖 NumPy Einsum para Computação Científica](https://labex.io/pt/tutorials/python-numpy-einsum-for-scientific-computing-4991) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/python-numpy-einsum-for-scientific-computing-4991) | |
| 19 | +| 05 | [📖 Função Reshape do NumPy](https://labex.io/pt/tutorials/python-numpy-reshape-function-86496) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/python-numpy-reshape-function-86496) | |
| 20 | +| 06 | [📖 Técnicas Fundamentais de Criação de Arrays NumPy](https://labex.io/pt/tutorials/python-fundamental-numpy-array-creation-techniques-85698) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/python-fundamental-numpy-array-creation-techniques-85698) | |
| 21 | +| 07 | [📖 Introdução às Funções Universais NumPy](https://labex.io/pt/tutorials/python-introduction-to-numpy-universal-functions-85705) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/python-introduction-to-numpy-universal-functions-85705) | |
| 22 | +| 08 | [📖 Structured Arrays em NumPy](https://labex.io/pt/tutorials/python-structured-arrays-in-numpy-85704) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/python-structured-arrays-in-numpy-85704) | |
| 23 | +| 09 | [📖 Fundamentos da Manipulação de Arrays NumPy](https://labex.io/pt/tutorials/numpy-fundamentals-of-numpy-array-manipulation-85703) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/numpy-fundamentals-of-numpy-array-manipulation-85703) | |
| 24 | +| 10 | [📖 Broadcasting NumPy para Computação Eficiente](https://labex.io/pt/tutorials/numpy-numpy-broadcasting-for-efficient-computation-85702) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/numpy-numpy-broadcasting-for-efficient-computation-85702) | |
| 25 | +| 11 | [📖 Entendendo os Tipos de Dados NumPy](https://labex.io/pt/tutorials/python-understanding-numpy-data-types-85701) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/python-understanding-numpy-data-types-85701) | |
| 26 | +| 12 | [📖 Introdução à Indexação em NumPy](https://labex.io/pt/tutorials/numpy-introduction-to-indexing-in-numpy-85699) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/numpy-introduction-to-indexing-in-numpy-85699) | |
| 27 | +| 13 | [📖 Fatiamento e Indexação NumPy](https://labex.io/pt/tutorials/python-numpy-slicing-and-indexing-352) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/python-numpy-slicing-and-indexing-352) | |
| 28 | +| 14 | [📖 Operações Eficientes de Multiplicação de Arrays NumPy](https://labex.io/pt/tutorials/python-efficient-numpy-array-multiplication-operations-5007) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/python-efficient-numpy-array-multiplication-operations-5007) | |
| 29 | +| 15 | [📖 Operações com Arrays NumPy](https://labex.io/pt/tutorials/numpy-numpy-array-operations-1403) | Iniciante | [🔗 View](https://labex.io/pt/tutorials/numpy-numpy-array-operations-1403) | |
30 | 30 |
|
31 | 31 | ## Mais |
32 | 32 |
|
|
0 commit comments