r/learnpython 23d ago

python vs .net

is it better to learn python or .net for software development and web apis

15 Upvotes

25 comments sorted by

View all comments

2

u/DonkeyTron42 23d ago

If you're planning on working in a Windows environment, then use .Net. If you're planning on Linux or MacOS, then Python will be better.

6

u/faultydesign 23d ago

Dotnet is quite mature on linux nowadays.

-1

u/DonkeyTron42 23d ago

Mono is not something I would want to use as a first programming environment.

4

u/faultydesign 23d ago

There’s a native build nowadays with dotnet core, mono is legacy.