Skip to content

Instantly share code, notes, and snippets.

View espoirMur's full-sized avatar
🎯
Focusing

Espoir Murhabazi espoirMur

🎯
Focusing
View GitHub Profile
@espoirMur
espoirMur / a_file.txt
Last active March 11, 2020 16:51
Read a file containing integer and return the average of the integer in the file. the file can have path to another file which contain integer.
1
2
3
4
5
another_file.txt
3
4
5
6
@espoirMur
espoirMur / install_nvidia_driver.md
Last active April 1, 2024 19:22
How I fix this issue NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running

I am no longer abe to monitor this post , I have decided to move everything to my personal blog for better monitoring.

Please click here to access the full post

@espoirMur
espoirMur / remarkable_pens_list.md
Last active July 29, 2021 17:45
List of compatible pen with a remarkable

This is a list of compatible pens with the remarkable tablet.

Name Links Build in Eraser Comments
Noris digital here No Working well but the paper feeling is different from the original one
Noris digital jumbo here Yes Havent Tried

Pandas

It was created by Wes McKinney which is one the best and the most used Python Library. Most of us started our Python journey by installing Pandas.

Unfortunately, a nine years later after creating the library the founder wrote a post were he shared things he hate about pandas. He confess that he didn't follow the best engineering practices when developing the library and the code was ugly.He highlighted them in this post , they are:

  1. Internals too far from "the metal"
  2. No support for memory-mapped datasets
  3. Poor performance in database and file ingest / export
  4. Warty missing data support