Hacker News
- Ultra simplified "MNIST" in 60 lines of Python with NumPy https://github.com/tonio-m/python_neural_network 6 comments
- RipTable – multi-threaded Python data analytics tools for numpy arrays/datasets https://github.com/rtosholdings/riptable 14 comments
- Python vs. NumPy vs. Nim https://narimiran.github.io/2018/05/10/python-numpy-nim.html 6 comments
- Numpy announces Python 3 support (Scipy news included) http://www.mail-archive.com/numpy-discussion@scipy.org/msg26524.html 13 comments
- bookworm: python3-numpy depends on multiple Python versions https://packages.debian.org/bookworm/python3-numpy 10 comments debian
- Fitter: Python Distribution Fitting Library (Now with NumPy 2.0 Support) https://github.com/tg12/fitter 0 comments learnpython
- Visual Explaination of Python NumPy library https://solothought.com/tutorial/python-numpy/ 2 comments python
- NumPy 2.0 development status & announcements: major C-API and Python API cleanup https://github.com/numpy/numpy/issues/24300 16 comments python
- Python loops are slow?! Exploring Solutions: Numpy, Cython, and C Extens... https://youtube.com/watch?feature=share&v=SgoIthCK48U 5 comments python
- Python implementation of Levenberg-Marquardt nonlinear curve-fitting algorithm built from scratch using NumPy ! https://github.com/abnerbog/levenberg-marquardt-method 2 comments python
- Interview Practice: Coding K-Means Clustering using Python and NumPy https://sajalsharma.com/coding-k-means-clustering-using-python-and-num-py 35 comments learnmachinelearning
- Data Manipulation in Python: Master Python, Numpy & Pandas https://khmerside.blogspot.com/2022/05/data-manipulation-in-python-master.html 3 comments python
- How to "Bind Python + Numpy with Rust + Ndarray" https://jonte-osterberg.medium.com/how-to-bind-python-numpy-with-rust-ndarray-2efa5717ed21 6 comments rust
- Sharing big NumPy arrays across python processes https://luis-sena.medium.com/sharing-big-numpy-arrays-across-python-processes-abf0dc2a0ab2 5 comments python
- Python interop: numpy works, nltk does not https://gist.github.com/justin2004/043eaf7ed18f81dd1b20cb5d64b94910#file-example-sh 4 comments clojure
- NumPy For Scientific Computation With Python [Free Course] - Would love to hear your feedback on the overall course experience! https://www.theclickreader.com/numpy-for-scientific-computation-with-python/ 6 comments learnmachinelearning
- NumPy For Scientific Computation With Python [Free Course] - Would love to hear your feedback on the overall course experience! https://www.theclickreader.com/numpy-for-scientific-computation-with-python/ 4 comments python
- Beating NumPy performance by extending Python with C https://medium.com/analytics-vidhya/beating-numpy-performance-by-extending-python-with-c-c9b644ee2ca8 4 comments programming
- "[D]" Neural Network From Scratch With NumPy (Python) https://link.medium.com/C9bxNctv84 3 comments deeplearning
- Created Neural Network from Scratch in plain python and Numpy. https://github.com/DeepManuPy/MultiLayer-Perceptrons/blob/master/NN-numpy.py 3 comments deeplearning
- Python Numpy Arctan Question http://coiro.co.uk/math_summary.docx 6 comments learnprogramming
- Deep Learning Prerequisites: The Numpy Stack in Python http://dev.thegeeknews.net/111bf448b6 3 comments deeplearning
- C++ implementation of the Python NumPy Library https://www.reddit.com/r/cpp/comments/acf0z4/c_implementation_of_the_python_numpy_library/ 32 comments cpp
- From python to numpy (a beautiful book of numpy) https://www.labri.fr/perso/nrougier/from-python-to-numpy/ 6 comments learnmachinelearning
- Python vs NumPy vs Nim https://narimiran.github.io/2018/05/10/python-numpy-nim.html 118 comments programming
- Plan for dropping Python 2.7 support in NumPy https://github.com/numpy/numpy/blob/master/doc/neps/dropping-python2.7-proposal.rst 33 comments programming
- Continually updated Data Science IPython Notebooks: Deep learning, Spark, Hadoop MapReduce, Kaggle, scikit-learn, matplotlib, pandas, NumPy, AWS, Python essentials, and various command lines https://github.com/donnemartin/data-science-notebooks 4 comments statistics
- [Python] NumPy is giving a RuntimeWarning https://github.com/twallien/language-detector/blob/master/main%202 3 comments learnprogramming
- Course on Python for Data Science- Numpy, Pandas, SciKit-Learn and more. Free coupon in comments. https://www.udemy.com/learning-python-for-data-analysis-and-visualization/?dtcode=md5SQxN3eNYs 30 comments datascience
- Continually updated Data Science Python Notebooks: Statistical Inference, SciPy, NumPy, Pandas, matplotlib, Kaggle, scikit-learn, Spark, Hadoop MapReduce, HDFS, AWS, and various command lines https://github.com/donnemartin/data-science-ipython-notebooks 4 comments statistics
- Mathesaurus - Table across R, Python (NumPy) and Matlab native functions for the same routines. http://mathesaurus.sourceforge.net/ 13 comments statistics
- NeuralTalk is a Python+numpy project for learning Multimodal Recurrent Neural Networks that describe images with sentences. https://github.com/karpathy/neuraltalk 3 comments computervision
- Spyder -- A Scientific Python IDE with matplotlib, IPython and numpy integration http://code.google.com/p/spyderlib/ 18 comments programming
- NumPy 1.5 with python3 support! http://sourceforge.net/projects/numpy/ 14 comments programming
- Numerical Computing: Matlab vs Python+numpy+weave « lorenzo bolla’s blog http://lbolla.wordpress.com/2007/04/11/numerical-computing-matlab-vs-pythonnumpyweave/ 13 comments programming
- KlongPy - I learned array programming by porting Klong array lang to Python and vectorizing with NumPy https://github.com/briangu/klongpy 4 comments apljk
- I implemented a bug path planning algorithm in Python using Numpy and Matplotlib https://youtu.be/QCcq92Wn9Vc 3 comments robotics
- Put this together using D3.js and Python (Pandas, NumPy, SciPy, Matplotlib). Included steps if it's of interest to anyone. http://subsetlab.com/super-fund-performance-and-fees.html 7 comments datascience
- Python and NumPy skill potentials and job prospects https://www.reddit.com/r/cscareerquestions/comments/4y56wv/python_and_numpy_skill_potentials_and_job/ 11 comments cscareerquestions
- 78 Python data science practice problems in a single github repo including numpy, pandas, matplotlib, scipy, regex, pytorch https://github.com/practiceprobs/problemsets 23 comments python