Do you have an interview coming up? Or you just shifted from other programming languages to Python? Either way, the notebooks below can help you grasp concepts of Python quickly and give you a jump start in your career. The software used in this tutorial is Jupyter Notebook which comes with Anaconda Package. You can […]
Category: Technical and Skills
How to rename and save files using Excel and Python?
I downloaded the Omar Series from www.archive.org and it downloaded very well. But! the filenames were all messed up and I was not going to change them because, lets face it, why do the donkey work when you have Python! So, At start, the filenames looked like this: At a glance, you can see, every […]
How to edit audio titles in Python?
I downloaded an audio file to listen on my cell phone. But the information with the mp3 file was disturbed. Everywhere, there was a dummy website that appeared. Now, If I open it in my cell phone, instead of title of the song, the same website name appeared. It is quite possible that filename contains […]
How to Access Broken Android Phone Remotely?
My Phone, Samsung galaxy J7-2016 had a great fall which resulted in a screen damage. It was so sudden that I couldn’t backup anything. Fortunately, there are some ways which you can use to access your phone remotely. Youtube videos mostly talk about some very specific software that don’t cover most of the Mobile Phones. […]
Microsoft Excel Shortcuts
Are you a Microsoft Excel User, or do you use that daily? Here’s a quick reference guide to almost every thing that you use on day to day basis. Keyboard Shortcuts: Description Key Copy a cell Ctrl+C Cut a cell Ctrl+X paste a cell (as-is) Ctrl+V paste a cell as value ctrl+alt+v , then v […]