fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

Zygmunt Krynicki

Are you using ? Please reach out and share your use cases. I'm eager to learn!

Please boost for reach!

@zygoon I use WSL on a daily basis. I do fun dev work almost exclusively in Linux, but I have to use Windows for work. This makes it painless to switch between the two without needing to reboot into a different environment. The fun dev work in Linux these days is largely working on #N64 decompilation projects, where all of the tooling is Linux only, which is fine by me.

@zygoon I got a Windows laptop and needed Linux CLI too so installed WSL hoping it would be easier than dual booting and indeed it is.

@zygoon I'm personally free from windows for more that a decade now, but in out company we are developing (and running) software solutions for our customers on Windows Server platform.

We are starting to use (docker) containerization for some of our services, but we learned that docker is not feasible on Windows. We are slowly moving away to Linux servers, but still need to run Linux containers on Windows. And that is possible due to Docker Desktop (and WSL).

@zygoon

Microsoft recommend (via ) as the best environment to develop web apps:

"We recommend installing Python on WSL when building web applications. Many of the tutorials and instructions for Python web development are written for Linux users and use Linux-based packaging and installation tools."

learn.microsoft.com/en-us/wind

I'd go further and say it is better for all Python dev. Command line tools and package installation via repositories or Docker make life easier.

learn.microsoft.comWeb development with Python on WindowsA step-by-step guide to get started using Python for web development on Windows, including set up for frameworks like Flask and Django.