/blog/images/avatar-icon.png

Make your github.io discoverable by these simple SEO settings (part 2)

This is a follow-up tutorial for Make your github.io discoverable by these simple SEO settings (part 1) — 洪健翔 Hung, Chien-hsiang — Medium. After a period of days if you’re still not able to show your page on Google Search, here is the solution. Go to GSC -> coverage Test Live URL to see if there is any problem. Then Request Indexing. Make

python read excel Worksheet index 0 is invalid, 0 worksheets found

A simple solution to python — Pandas: ValueError: Worksheet index 0 is invalid, 0 worksheets found — Stack Overflow Check your target file find the sheet’s name launch a new blank excel find the sheet’s name If they have a different default worksheet name, close all Excels, and regenerate the target excel. (The default worksheet name would be switched back to normal) Now re pd.read_excel again. It’ll be successful.

Data Structures and Algorithms in Python | Arrays and Strings

In this series and in the next few weeks, I will show you Data Structures and Algorithms in Python by some classic interview solutions. Please take a pen, whiteboard, and your laptop. Let’s start learning! Cheat sheet to Arrays and Strings. And some heads up for you. Creating a Matrix in Python without numpy 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 new_matrix = [ [None]*height ] * width This way, all the inner list will be pointed to the same address, i.

Make your github.io discoverable by these simple SEO settings (part 1)

Photo by Edho Pratama on Unsplash First go to Google Search Console add a property: Put your GitHub page in the right side then upload the verification file to your Repo Make sure you have all SE-friendly meta data on your page. For example, mine will be: Sitemap Created with Free Online Sitemap Generator www.xml-sitemaps.com or manually create a one in format like https://chienhsiang-hung.github.io/sitemap.xml 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <?

JavaScript? Start PyScript now in your HTML

PyScript is a meta project that aims to combine multiple open technologies into a framework that allows users to create sophisticated browser applications with Python. It integrates seamlessly with the way the DOM works in the browser and allows users to add Python logic in a way that feels natural both to web and Python developers. Try PyScript To try PyScript, import the appropriate pyscript files to your html page with: