2022/01-25

From SIPB Cluedumps

(Difference between revisions)
Jump to: navigation, search
(Created page with "{{Cluedump |title= Scientific Computing in Python: A NumPy Crash-Course |date=2022-01-25 19:00 |presenters=Mark Chilenski |location=1-190 |abstract=NumPy is the standard tool for...")
 
Line 1: Line 1:
{{Cluedump
{{Cluedump
|title= Scientific Computing in Python: A NumPy Crash-Course
|title= Scientific Computing in Python: A NumPy Crash-Course
-
|date=2022-01-25 19:00
+
|date=2022-01-25 23:00
|presenters=Mark Chilenski
|presenters=Mark Chilenski
|location=1-190
|location=1-190
|abstract=NumPy is the standard tool for manipulating arrays of numeric data in Python, and has heavily influenced the design and implementation of many other libraries for scientific computing and machine learning. This talk will be a self-contained "crash course," intended to get someone with little or no NumPy experience to the point that they can confidently start manipulating arrays. The talk will emphasize principles such as broadcasting and vectorization which will also help intermediate NumPy users to write cleaner, more efficient code.
|abstract=NumPy is the standard tool for manipulating arrays of numeric data in Python, and has heavily influenced the design and implementation of many other libraries for scientific computing and machine learning. This talk will be a self-contained "crash course," intended to get someone with little or no NumPy experience to the point that they can confidently start manipulating arrays. The talk will emphasize principles such as broadcasting and vectorization which will also help intermediate NumPy users to write cleaner, more efficient code.
}}
}}

Latest revision as of 05:01, 9 September 2022

[edit] Scientific Computing in Python: A NumPy Crash-Course

Date: January 25, 2022, at 6:00 PM
Presenters: Mark Chilenski
Location: 1-190
Abstract: NumPy is the standard tool for manipulating arrays of numeric data in Python, and has heavily influenced the design and implementation of many other libraries for scientific computing and machine learning. This talk will be a self-contained "crash course," intended to get someone with little or no NumPy experience to the point that they can confidently start manipulating arrays. The talk will emphasize principles such as broadcasting and vectorization which will also help intermediate NumPy users to write cleaner, more efficient code.
Personal tools