When |
Sun Jun 5 3:30pm —
6pm |
Where |
Classroom - Pillar of Solitude
1825 Monetary Ln #104 Carrollton, TX 75006 |
What |
Basic Python, Python Data Types, Running C++ Code with Python, Making a MakerNumPy Matrix |
Host |
Kevin Thompson |
Categories |
|
Registration
Cancellations for this event must be made before June 5, 2022 — 3:30pm.
Register for this Event
About this Event
We continue on our quest of learning NumPy by making "MakerNumPy", which will be a fairly minimal, moderately unsafe, mostly stable, decently efficient, mostly accurate and absolutely should-never-be-used-in-production version of NumPy.
If you are ever implementing an algorithm for Machine Learning, Statistics, Data Science or many other fields, you are going to basically be doing the same two things over and over again: Write the math/memory operations in C++ and write a wrapper for it in Python or R. We are not going to be spending time on R in this series.
So this class is going to be about exactly that: Python and how to run C/C++ code with it.
And before you ask: Yes, I know about Cython.