About 329,000 results
Open links in new tab
  1. Considering switching from Python to C# as a beginner

    Feb 9, 2023 · I would recommend learn first C#, because it will be easier for you to learn other languages later, like python, than starting with python and learn C# later. But nothing stops you from …

  2. Python or C# : r/learnpython - Reddit

    30 votes, 66 comments. is it better to create a windows application using python or using C# or either of them it doesn’t matter?

  3. C# vs Python - Reddit

    Feb 28, 2023 · C# vs Python Hallo everyone, working for years as an Sysadmin and now I have to push my self to start coding. So what is the best language to start with,Python or C#?

  4. C# is so refreshing compared to Python : r/csharp - Reddit

    Mar 9, 2024 · My complaint about C# (and Java) is precisely with the forced OOP. I'm forced to use a class even when what I really want is to just write a simple function. OTOH in Python there are free …

  5. C# vs Python: A Comparison : r/csharp - Reddit

    Python still is my breadwinner (academic), but I enjoy using C# for some personal projects. I've actually shared a lot of OOP knowledge I learned from C# back into Python, like interface/Prototype, and …

  6. Should I learn C# or Python first as someone who wants to ... - Reddit

    C#. Now, Python is a decent language to learn for learning programming, you don't need to wait for it to compile to test it, it's handy for writing scripts to do various tasks on a computer. (I use it from time to …

  7. Python GUI or C# GUI? : r/learnprogramming - Reddit

    Nov 22, 2022 · C# is a whole different can of worms compared to python because it requires object oriented programming + boiler plate code whereas python gui would be much easier to implement.

  8. I have to choose either C#, Java, or Python for my degree course.

    Hi all. I will be doing a software engineering degree, however I have to elect which of three languages ( C#, Java, or Python) I would like to specialize in.

  9. Why do most developers choose Python over C# : r/AskProgramming

    Depends what you mean by "most" Hypothetically If you have 10,000 people learning how to code for the first time using python, VS 1,000 people spread across dozens of companies each working on …

  10. I prefer using C# for my automation tasks over Powershell (and Python ...

    You can write C# code with out visual studio of course but then you are back in the same camp as PS and Python. C# shines with its object-oriented capabilities. I also prefer code readability in C# over …