Hints-Odd

Random miscellaneous hints and instructions MPOW X3 Headphone Management Adding Beneficiary to an iBond Youtube Keyboard Shortcuts How to create a backup of your Sticky Notes To backup your Sticky Notes on Windows 10, do the following: Once you complete these steps, you can restore your notes on the same computer, or you can move…

|

Hints-Links

Links to Websites that give hints or instructions. Testing Python Regular Expressions = https://pythex.org/ Testing XPath Queries = http://xpather.com/ Information on Python = https://softhints.com/ Use ChatGPT to Build a Low Code RegEx Generator = https://www.freecodecamp.org/news/use-chatgpt-to-build-a-regex-generator/ Public API = https://www.freecodecamp.org/news/public-apis-for-developers/ Python Automation Scripts = https://www.freecodecamp.org/news/python-automation-scripts/ Holy Python for Tutorials = https://holypython.com/ Cheat Sheet = https://devhints.io/ Diagram…

|

Hints-Pandas

Fixing Numpy install errors and Panda install There are sometimes issues reported on Raspberry Pi setups when installing using pip3 install (or pip install). These will typically mention: Pandas Module for Merging Files # importing the moduleimport pandas  # reading the filesf1 = pandas.read_excel(“registration details.xlsx”)f2 = pandas.read_excel(“exam results.xlsx”)  # merging the filesf3 = f1[[“REGISTRATION NO”, “STUDENT EMAIL ID…

|

Hints-Docker

Installing Docker from git.docker.comFrom How to Install Docker Hints from Novatech’s Pi-Hosted Series Installing Home Assistant on Raspberry Pi in Docker Container Another Install option Default Port List when Using Portainer Docker Commands for Use in the Terminal Installing Portainer-CE on Ubunto How to Reset Portainer Password Using Docker Examples Great instructions for stopping docker…