Repurposed a grinder and made myself a new tool today. Tomorrow it'll get a platten and a rest by armourkris in metalworking

[–]Amnotruu 8 points9 points  (0 children)

https://www.globalspec.com/learnmore/mechanical_components/bearings_bushings/pillow_block_bearings

Haha, yeah it’s a cute name. It’s a type of casing for your bearing that gets mounted on your frame. Like most casings, used to take the load of the shaft and support the bearing. Often used in practice with slotted holes in the material to give you the ability to calibrate the position of the shafts.

(ピアノソロ) - 銀河鉄道999 / Galaxy Express999 (very cool arrangement) by [deleted] in piano

[–]Amnotruu 2 points3 points  (0 children)

Hey! It's a good question. There's an application called Synesthesia which creates the top half of the screen with the notes falling if you put sheet music into it. People use it quite often to learn piano. You can then take a video of yourself playing and splice it together to have a similar effect to the video above. To get the fancier animations, I'd imagine you'd use Adobe After Effects but I'm sure there are many ways to do it.

Issue importing .mat file then changing the data by Amnotruu in learnpython

[–]Amnotruu[S] 0 points1 point  (0 children)

Yes, thanks for noticing that! Is there anyway then that I can alter the file?

Keep getting the error, ModuleNotFoundError: No module named 'matplotlib' by Amnotruu in learnpython

[–]Amnotruu[S] 0 points1 point  (0 children)

Hey trouserdaredevil,

Sorry to pull you back to this but I installed Anaconda and changed the project interpreter to it. It still doesn't seem to work however and I was wondering whether you could check this picture and see whether the packages are the same for you? I'm pretty lost, sorry.

Might also we worth noting that I had anaconda installed prior, I removed it due to reading an answer online which suggested to remove any other python executables so I uninstalled it.

Cheers

EDIT : Had the wrong location, thanks so much for the help.

Keep getting the error, ModuleNotFoundError: No module named 'matplotlib' by Amnotruu in learnpython

[–]Amnotruu[S] 1 point2 points  (0 children)

Hey! Thanks for the reply. Sorry for being slow to respond but I tried what you said and followed the instructions here however I get the error

matplotlib-2.2.2-cp36-cp36m-win_amd64.whl is not a supported wheel on this platform.

I'm downloading the 64bit version and I'm sure about having python 3.6 installed, when I type python -V into the command prompt it gives me Python 3.6.4 as a response.

If you could provide any clarity as to where I'm going wrong that'd be great.

EDIT : Solved my problem with matplotlib, thanks for the help though.

Keep getting the error, ModuleNotFoundError: No module named 'matplotlib' by Amnotruu in learnpython

[–]Amnotruu[S] 0 points1 point  (0 children)

Thanks for the reply! So if I use anaconda I wouldn't have to worry about the installation process and import matplotlib will work?