Can a published page be edited in VS Code or PyCharm without Git?
What steps have you taken to resolve the issue?
I m new to CF and it seems the website codes cannot be edited directly from CF dashboard. Git is an option in dashboard, but I build a very simple site in an IDE and I want to upload and deploy it directly from the IDE to CF pages.
You can use Direct Upload: Direct Upload · Cloudflare Pages docs
Either from building your site, and using wrangler (Cloudflare’s cli, explanations in linked doc) on the folder, or from dragging and dropping into the dashboard. Github is free and is generally easier to work with, plus you get built in automatic builds (Pages CI/CD), but both options are there.
When you go the Direct Upload way, you have to upload the entire site/all files each deploy.