* Cantinho Satkeys

Refresh History
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    04 de Julho de 2025, 11:58
  • JPratas: dgtgtr Pessoal  101041 Vamos Todos Ajudar na Manutenção do Forum, Basta 1 Euro a Cada Um  43e5r6
    03 de Julho de 2025, 19:02
  • cereal killa: Todos os anos e preciso sempre a pedir esmolas e um simples gesto de nem que seja 1€ que fosse dividido por alguns ajudava, uma coisa e certa mesmo continuando isto vai levar volta a como se tem acesso aos tópicos, nunca se quis implementar esta ideia mas quem não contribuir e basta 1 € por ano não terá acesso a sacar nada, vamos ver desenrolar disto mais ate dia 7,finalmente um agradecimento em nome do satkeys a quem já fez a sua doação, obrigada
    03 de Julho de 2025, 15:07
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    03 de Julho de 2025, 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35
  • m1957: Por favor vaamos todos dar uma pequena ajuda, para não deixar encerrar o fórum! Obrigado.
    26 de Junho de 2025, 23:45
  • FELISCUNHA: j.s. enviei PM  101041
    26 de Junho de 2025, 21:33
  • FELISCUNHA: try65hytr  pessoal   htg6454y
    26 de Junho de 2025, 21:33
  • JPratas: try65hytr Pessoal  4tj97u<z
    26 de Junho de 2025, 02:28
  • cereal killa: Boa Tarde Pessoal E com enorme tristeza que depois de 15 anos que idealizei e abri este fórum vejo que esta na iminência de fechar portas porque ninguém tenta ajudar o pagamento do servidor, mas cada ano e sempre difícil arranjar almas caridosas que nos bom ajudando mas este ano esta complicado, mas infelizmente e como diz o j.s dia 5/07 se não houver algumas ajudas esta vez vai mesmo fechar…..e pena e triste mas tudo na vida tem fim. obrigada cereal killa
    25 de Junho de 2025, 19:40

Autor Tópico: Understanding The Numpy Mindset • Numerical Python  (Lida 70 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
Understanding The Numpy Mindset • Numerical Python
« em: 05 de Abril de 2024, 15:30 »
Understanding The Numpy Mindset • Numerical Python



Published 4/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.43 GB | Duration: 3h 33m

A concise course to master the NumPy fundamentals


What you'll learn
Learn the fundamentals of Python's NumPy package
Understand the mindset needed to work with NumPy
Learn to create and use NumPy's ndarray object
Use NumPy in real-world examples
Requirements
You should be familiar with Python fundamentals such as control statements, defining functions, using data structures such as lists
Description
This is a concise course that covers the fundamentals of Python's NumPy package. Most students who learn NumPy for the first time say that it feels different from the core Python they learnt. And they're right.NumPy requires a different mindset. There's a reason why NumPy does things differently and if you understand why things are the way they are in NumPy, the rest of your NumPy journey will be easier.This course doesn't try to cover everything in the NumPy package. That's impossible and not desirable. Instead, I designed this course to be concise and to focus on what really matters:Understanding the core topics in NumPyUnderstanding the NumPy mindsetThis course covers the following topics:NumPy's main data structure, the ndarrayVectorisation in NumPyArrays in higher dimensionsThe basics of broadcastingFiltering NumPy arrays using Boolean operations and Boolean indexingReading external data using NumPyRepresenting equations with NumPyAnd of course, throughout the whole course you'll get familiar with the NumPy mindset.---About me, your instructorI've been teaching Python and NumPy for a decade. Before that, I worked as a physicist and used numerical and scientific programming in my research work for over a decade.My focus is on communicating clearly, in a friendly and relaxed manner. I'm the author of the The Python Coding Book (you can ask Google for a "python book" and you'll find this book as one of the first entries) and I have taught Python to individuals and corporations around the world.And I'm approachable. You can ask me questions and I'll always reply, whether here on social media or anywhere else you can find me!
Overview
Section 1: On the Road to NumPy
Lecture 1 What's This Course About?
Lecture 2 Let's Start With Lists. Yes, Lists
Lecture 3 The Lesser-Known Array
Section 2: Understanding NumPy's `ndarray` Data Type
Lecture 4 Installing NumPy
Lecture 5 Finally, Say Hello to `ndarray`
Lecture 6 Looking Ahead to Some Other `ndarray` Features
Section 3: Vectorisation • A Fancy Word For NumPy's "Superpower"
Lecture 7 Performing Operations Element-by-Element in NumPy • Vectorisation
Lecture 8 Comparing Loops With Lists, List Comprehensions, and NumPy Vectorisation
Lecture 9 Let's Race • Timing The Three Versions
Lecture 10 A Glimpse At NumPy's Documentation
Section 4: Multiple Dimensions in NumPy Arrays
Lecture 11 More Than One Dimension
Lecture 12 Creating Arrays of Random Numbers • The Five-Player Three-Round Game
Lecture 13 Broadcasting • A Brief Introduction
Lecture 14 Another Glimpse At NumPy's Documentation
Lecture 15 Let's Add One More Dimension • 3D Arrays
Section 5: Boolean Operations, Boolean Indexing, Filtering, And More
Lecture 16 Boolean Operations on NumPy Arrays
Lecture 17 Boolean Indexing and Filtering
Lecture 18 There's Lots More in NumPy's API
Lecture 19 Views and Copies • A Brief Introduction
Section 6: The Met Office Temperature Dataset
Lecture 20 Reading The Data From a CSV File to a NumPy Array
Lecture 21 Remove What We Don't Need From The Array
Lecture 22 Finding the Minimum, Maximum, and Mean Temperatures
Lecture 23 Grouping Temperatures Using a Histogram
Lecture 24 Grouping Temperatures Using a Histogram • Plotting the Data
Section 7: Representing Equations Using NumPy
Lecture 25 From an Equation on Paper to An Equation on Computer • `np.arange()` and `np.lin
Lecture 26 Plotting The Equation
Lecture 27 Final Words
Python programmers who are keen to learn about Python's key numerical programming package: NumPy

Screenshots


rapidgator.net:
Citar
https://rapidgator.net/file/6114c7b81095753923af276ece804513/yaqwa.Understanding.The.Numpy.Mindset..Numerical.Python.part1.rar.html
https://rapidgator.net/file/4f2b007122e93239ba50720d385fdd55/yaqwa.Understanding.The.Numpy.Mindset..Numerical.Python.part2.rar.html

nitroflare.com:
Citar
https://nitroflare.com/view/03C5DE79FB15F63/yaqwa.Understanding.The.Numpy.Mindset..Numerical.Python.part1.rar
https://nitroflare.com/view/BBD8C56EEAF7017/yaqwa.Understanding.The.Numpy.Mindset..Numerical.Python.part2.rar