Posts by Year

2019

Getting back into NumPy, Day 15-18

less than 1 minute read

It’s not been much Python in the last few days. I got stuck on my detour into Electron.js and Python, and now I’m almost done.

Getting back into NumPy, Day 12, 13, 14

2 minute read

These last few days I’ve spent trying to learn Electron. “Electron!?”, you think. “But that’s not Python!”. And you are right. Electron is he JavaScript-Chro...

Getting back into NumPy, Day 11

1 minute read

It’s time to give the alternating projections problem a rest. I’m on my 6th day or so debugging and error searching, and can’t get it to work. I have even co...

Getting back into NumPy, Day 10

1 minute read

I’m so ready to throw this problem away and start working on something else. Another day of debugging and finding the error, and right now I don’t know if th...

Getting back into NumPy, Day 9

less than 1 minute read

Little progress today. I’m trying to get back into the algorithms and I’ve had to look through some of the old papers I used for my master’s thesis.

Getting back into NumPy, Day 5

less than 1 minute read

A couple of days of travelling have messed up the schedule. I’m just going to continue on with my journey, even though the numbers are off :-)

Getting back into NumPy, Day 3

2 minute read

Today we’re pushing on with the heat maps. I still don’t have much data to analyze, but as I continue with the 100 day challenge, the data will more or less ...

Getting back into NumPy, Day 2

2 minute read

Short of time today, so just a small step forward. Yesterday I made the groundwork for the upcoming time series analysis. I imported the data from a CSV file...

Getting back into NumPy, Day 1

2 minute read

Have you ever had something that you’ve procrastinated with for far too long? I have, and that is getting back into programming with Python and NumPy. Well, ...

Back to Top ↑