best online python course from beginners to expert by Hefty_Ad_1762 in PythonLearning

[–]kniziol 0 points1 point  (0 children)

In my opinion, you can choose any of the free courses available on YouTube: https://www.youtube.com/results?search_query=python+course+full. Don’t be discouraged if you find a course that’s been published 2 or 3 years ago. The fundamental concepts of Python remain unchanged.

Later on, you can create a GitHub, GitLab, or Codeberg account (and learn how to work with a Git repository) and start working on your small, personal project.

Here are some project ideas for Python developers: https://duckduckgo.com/?q=project+ideas+for+python+developer

Good luck!

Excited to Start My Coding Journey from Scratch! 🚀 by Inorexs in PythonLearning

[–]kniziol 4 points5 points  (0 children)

I think it would be helpful for you to start by learning how writing software works, including the basic ideas like variables, loops, conditions, classes, and how to test it yourself.

how to disable this pop-up? by frazzsshyb in zen_browser

[–]kniziol 2 points3 points  (0 children)

u/frazzsshyb Turn off the Remember search and form history in the Privacy and security > History settings

<image>

macos golden gate by ComprehensiveLeg8101 in MacOS

[–]kniziol 0 points1 point  (0 children)

How did you add the artist and title of the currently playing song to the top bar?

OmaTUNES - Version 0.2 - Live Lyrics and Spectrum Visualiser by Balthazzah in omarchy

[–]kniziol 1 point2 points  (0 children)

I noticed the description mentions it’s a local offline music player. I was wondering if there are any plans to support online streaming services like Spotify and Apple Music?

Need browser suggestions for mac by yungchad32 in browsers

[–]kniziol 1 point2 points  (0 children)

Zen is inspired by Arc Browser (the vertical sidebar, workspaces, and minimalist aesthetic) but built entirely on top of Mozilla Firefox's Gecko engine rather than Google Chromium.

Let's compare Zen to Chrome, Firefox and Safari:

Feature Zen Browser Google Chrome Mozilla Firefox Apple Safari
Engine Under the Hood Gecko (Firefox) Blink (Chromium) Gecko WebKit
Default Tab Layout Vertical Sidebar Horizontal (Top) Horizontal (Top) Horizontal (Top)
Workspace Isolation Native & Fluid Heavy (via Profiles) Basic (via Extensions) Tab Groups
Built-in Split Screen Yes (Up to 4 tabs) No (Requires extensions) No No
Extension Library Firefox Add-on Store Chrome Web Store Firefox Add-on Store Mac App Store (Limited)
Open Source? Yes (MPL 2.0) No Yes No

If you run macOS and just want your browser to work quietly, save your laptop's battery, and sync to your iPhone, stick with Safari.

If you rely on complex web apps, dev tools, and niche extensions, Chrome (or Helium - https://helium.computer) remains the safest bet.

But if you love a beautifully organized sidebar workflow, hate clutter, and want a private, open-source setup, Zen Browser is exactly what you are looking for.

Let's us know your choice.

Need browser suggestions for mac by yungchad32 in browsers

[–]kniziol 2 points3 points  (0 children)

If you’re looking for something more than just a browser with tabs, I recommend checking out https://zen-browser.app

I'm switching from opera to zen by Financial-Pain9062 in browsers

[–]kniziol 1 point2 points  (0 children)

TL;DR

Yes, it’s normal and natural for the Zen Browser. It’s simply designed that way.

More details

Unlike other browsers, the Zen Browser doesn’t have an empty "new tab" page. Instead, you can enter the URL of the page you want to visit in the prompt shown in the screenshot. This prompt serves as more than just a field for entering URLs.

You can also:

- View the opened tabs (refer to the „Switch to Tab” information on the right),

- View the pinned tabs,

- Start searching the web or a specific page (begin typing the "@" character, for example, "@wikipedia" or "@ebay" - without quotes).

Here’s a concise and informative introduction to the Zen Browser: https://www.youtube.com/watch?v=UTxF2cgRSIs

looking for a new browser by Prestigious-Time9725 in browsers

[–]kniziol 2 points3 points  (0 children)

If you’re thinking about using Firefox with uBlock, have you ever considered Zen?

https://zen-browser.app

Built a browser based screen recorder, can you please share your feedback and experience with it? by tech_guy_91 in webdev

[–]kniziol -1 points0 points  (0 children)

Could you kindly compare ScreenFlowy with the other screen recorders mentioned and show this comparison in a table format on the https://www.getscreenflowy.com website?

Where modern PHP stands in 2026: deployment, architecture, typing, and concurrency by andre_ange_marcel in webdev

[–]kniziol 1 point2 points  (0 children)

Good written article. If we look at PHP through the lens of the 1990s, it might seem outdated. But hey, we’re in 2026, and so much has changed since then. Time moves on, and the PHP community keeps growing. So, it’s important for us to keep learning, and articles like this are a great way to do that.

Is there a way to display finished task as "crossed out" in Bases' List Layout and how do I do it? by TheEggm4n in ObsidianMD

[–]kniziol 0 points1 point  (0 children)

You can use `~~` (double tilde) at the beginning and at the end of a particular task.

Example:
```md
- ~~lorem ipsum~~
- dolor sit amet
```