What should I learn after mastering PowerShell? Is C worth it?

0
45
Asked By TechExplorer99 On

I'm wrapping up the book 'PowerShell in a Month of Lunches,' and I've really enjoyed it! Now I'm wondering what my next steps should be. I know PowerShell is built on .NET, so I've been thinking about whether I should dive into learning C before I move on to the follow-up book, 'PowerShell Tooling in a Month of Lunches.' Is learning C a good idea, or should I consider other languages like Python or C# instead? I just want to make sure I take the best path forward with my programming journey!

4 Answers

Answered By CodeCrusader23 On

Honestly, I'd recommend checking out C# or Python instead of C. C# is a pretty smooth transition from PowerShell because they both relate to the .NET framework. Plus, Python has tons of resources and is super versatile, especially for web development. You might find it more useful in the long run!

ScriptSavvy88 -

Totally agree! C# is great for sticking with PowerShell, but Python opens a lot of doors too.

DevDude42 -

Yep, focus on mastering one language first! It makes learning others much easier later.

Answered By CodingNinja44 On

C is pretty dated for most applications today. If you're looking at .NET, just jump into C#. It’s well-suited for Windows applications. But if you really want to explore something new, Python could be a great adventure for you, especially in the machine learning space!

TaskTamer30 -

Great point! Python's definitely the go-to for AI stuff and has a supportive community.

Answered By QueryMaster501 On

If I were you, I'd stick with scripting for now. Python or JavaScript are awesome choices because they have a bunch of learning material. You'll find Python especially useful for AI and data-related tasks! Just make sure to get some hands-on practice—it's vital!

Answered By ScriptSlinger67 On

Don't sweat it too much about C. Just because it's part of the name doesn’t mean you have to learn it. Focus on building tools with PowerShell first and see how that goes before jumping into something else!

AutoMationAce -

Exactly! Practical experience will help solidify your skills more than just learning new languages.

PowershellWiz93 -

I think creating some real-world automations will help you a lot!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.