Skip to content

Commit 87b0ac8

Browse files
rgommerssteppi
authored andcommitted
New translations learn.md (Portuguese, Brazilian)
1 parent 7caef15 commit 87b0ac8

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

content/pt/learn.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ sidebar: false
55

66
Para a **documentação oficial do NumPy** visite [numpy.org/doc/stable](https://numpy.org/doc/stable).
77

8-
Abaixo está uma coleção de recursos externos selecionados. Para contribuir, veja o [fim desta página](#add-to-this-list).
98
***
109

10+
Below is a curated collection of educational resources, both for self-learning and teaching others, developed by NumPy contributors and vetted by the community.
11+
1112
## Iniciantes
1213

1314
Há uma tonelada de informações sobre o NumPy lá fora. Se você está começando, recomendamos fortemente estes:
1415

1516
<i class="fas fa-chalkboard"></i> **Tutoriais**
1617

1718
* [NumPy Quickstart Tutorial (Tutorial de Início Rápido)](https://numpy.org/devdocs/user/quickstart.html)
19+
* [NumPy Tutorials](https://numpy.org/numpy-tutorials) A collection of tutorials and educational materials in the format of Jupyter Notebooks developed and maintained by the NumPy Documentation team. To submit your own content, visit the [numpy-tutorials repository on GitHub](https://github.com/numpy/numpy-tutorials).
20+
* [NumPy Illustrated: The Visual Guide to NumPy *by Lev Maximov*](https://betterprogramming.pub/3b1d4976de1d?sk=57b908a77aa44075a49293fa1631dd9b)
1821
* [SciPy Lectures](https://scipy-lectures.org/) Além de incluir conteúdo sobre a NumPy, estas aulas oferecem uma introdução mais ampla ao ecossistema científico do Python.
1922
* [NumPy: the absolute basics for beginners ("o básico absoluto para inciantes")](https://numpy.org/devdocs/user/absolute_beginners.html)
20-
* [Machine Learning Plus - Introduction to ndarray](https://www.machinelearningplus.com/python/numpy-tutorial-part1-array-python-examples/)
21-
* [Edureka - Learn NumPy Arrays with Examples ](https://www.edureka.co/blog/python-numpy-tutorial/)
22-
* [Dataquest - NumPy Tutorial: Data Analysis with Python](https://www.dataquest.io/blog/numpy-tutorial-python/)
2323
* [NumPy tutorial *por Nicolas Rougier*](https://github.com/rougier/numpy-tutorial)
2424
* [Stanford CS231 *by Justin Johnson*](http://cs231n.github.io/python-numpy-tutorial/)
2525
* [NumPy User Guide (Guia de Usuário NumPy)](https://numpy.org/devdocs)
@@ -47,9 +47,7 @@ Experimente esses recursos avançados para uma melhor compreensão dos conceitos
4747
* [100 NumPy Exercises](http://www.labri.fr/perso/nrougier/teaching/numpy.100/index.html) *por Nicolas P. Rougier*
4848
* [An Introduction to NumPy and Scipy](https://engineering.ucsb.edu/~shell/che210d/numpy.pdf) *por M. Scott Shell*
4949
* [Numpy Medkits](http://mentat.za.net/numpy/numpy_advanced_slides/) *por Stéfan van der Walt*
50-
* [NumPy in Python (Advanced)](https://www.geeksforgeeks.org/numpy-python-set-2-advanced/)
51-
* [Advanced Indexing](https://www.tutorialspoint.com/numpy/numpy_advanced_indexing.htm)
52-
* [Machine Learning and Data Analytics with NumPy](https://www.machinelearningplus.com/python/numpy-tutorial-python-part2/)
50+
* [NumPy Tutorials](https://numpy.org/numpy-tutorials) A collection of tutorials and educational materials in the format of Jupyter Notebooks developed and maintained by the NumPy Documentation team. To submit your own content, visit the [numpy-tutorials repository on GitHub](https://github.com/numpy/numpy-tutorials).
5351

5452
<i class="fas fa-book"></i> **Livros**
5553

@@ -60,7 +58,6 @@ Experimente esses recursos avançados para uma melhor compreensão dos conceitos
6058
<i class="far fa-file-video"></i> **Vídeos**
6159

6260
* [Advanced NumPy - broadcasting rules, strides, and advanced indexing](https://www.youtube.com/watch?v=cYugp9IN1-Q) *por Juan Nunuz-Iglesias*
63-
* [Advanced Indexing Operations in NumPy Arrays](https://www.youtube.com/watch?v=2WTDrSkQBng) *por Amuls Academy*
6461

6562
***
6663

@@ -77,8 +74,3 @@ Experimente esses recursos avançados para uma melhor compreensão dos conceitos
7774
## Citando a NumPy
7875

7976
Se a NumPy é importante na sua pesquisa, e você gostaria de dar reconhecimento ao projeto na sua publicação acadêmica, por favor veja [estas informações sobre citações](/pt/citing-numpy).
80-
81-
## Contribua para esta lista
82-
83-
<a name="add-to-this-list"></a>
84-
Para adicionar a essa coleção, envie uma recomendação [através de um pull request](https://github.com/numpy/numpy.org/blob/main/content/en/learn.md). Diga por que sua recomendação merece ser mencionada nesta página e também qual o público que mais se beneficiaria.

0 commit comments

Comments
 (0)