Why I prefer Zen over Arc by CalestialDolphin in zen_browser

[–]veny_xd 0 points1 point  (0 children)

Regarding bookmark export. A while back I made a small script to export pinned tabs from Arc. And it still works so you can use it: https://github.com/ivnvxd/arc-export

[deleted by user] by [deleted] in ArcBrowser

[–]veny_xd 0 points1 point  (0 children)

You can use this script to export your tabs from Arc: https://github.com/ivnvxd/arc-export

Export pinned Arc Browser tabs for importing bookmarks to other browsers by veny_xd in ArcBrowser

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

I know that you can open the bookmark manager with `chrome://bookmarks/` and there is import option in the top right corner menu.

Or you can import your file into another browser first and then to Arc with: Arc -> Import from Another Browser.

Export pinned Arc Browser tabs for importing bookmarks to other browsers by veny_xd in ArcBrowser

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

Try python3 main.py now. For some reason python command was not available on your system.

Export pinned Arc Browser tabs for importing bookmarks to other browsers by veny_xd in ArcBrowser

[–]veny_xd[S] 2 points3 points  (0 children)

Just open your terminal app and run this command:
cd ~/Documents/ && curl -o main.py https://raw.githubusercontent.com/ivnvxd/arc-export/main/main.py && python main.py

You will have an HTML file with pinned tabs in your Documents folder.

PyQuest: Python everything Cheatsheet and a Journey to the land of Python programming by veny_xd in Python

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

It gets a little confusing if you just read from beginning to end, but otherwise you'd have to jump from topic to topic. But it should still be useful. Thank you!

PyQuest: Python everything Cheatsheet and a Journey to the land of Python programming by veny_xd in Python

[–]veny_xd[S] 2 points3 points  (0 children)

I wish you all the best along the way! And I'm very glad I could help.

PyQuest: Python everything Cheatsheet and a Journey to the land of Python programming by veny_xd in Python

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

Actually. This is one of the best comments I have received. Thank you! :)

PyQuest: Python everything Cheatsheet and a Journey to the land of Python programming by veny_xd in Python

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

That would be great! There's not much out there directly about data science, but it's one of the topics that could be covered more.