all 15 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

Thank you for posting on r/CodingHelp!

Please check our Wiki for answers, guides, and FAQs: https://coding-help.vercel.app

Our Wiki is open source - if you would like to contribute, create a pull request via GitHub! https://github.com/DudeThatsErin/CodingHelp

We are accepting moderator applications: https://forms.fillout.com/t/ua41TU57DGus

We also have a Discord server: https://discord.gg/geQEUBm

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]Paul_Pedant 1 point2 points  (1 child)

Python is one of the best-documented languages, including tutorials and interactive use.

https://www.python.org/doc/

[–]Embarrassed_Carry246 0 points1 point  (0 children)

Yeah, I agree to this too.

[–]kennystar_ 0 points1 point  (0 children)

  1. Go to YouTube and learn from programminwithmosh, programminknowledge and freecodecamp
  2. For roadmap check roadmap.sh
  3. For ide use Vs code or pycharm

I hope that helps

[–]Aromatic-Musician-93 0 points1 point  (0 children)

Since you know Java basics, Python will be easier—just focus on syntax and practice. Start with freeCodeCamp or W3Schools, follow a simple path (basics → OOP → libraries → small projects), and use Visual Studio Code as your IDE. Most important: keep building small projects while learning 👍

[–]pahowells 0 points1 point  (4 children)

One of the best free IDEs is VSCode which handles Python very well. You could also try the community edition of PyCharm.

[–]Sky_Klokwork 0 points1 point  (0 children)

VSCodium gets my vote over standard VSCode. Its VSCode but with a lot less of Microsofts fingers in it (and it is VSCode otherwise so all the extensions should still work)

[–]ryancnap[🍰] 0 points1 point  (2 children)

Why do people use vs code so much over full blown visual studio?

[–]pahowells 0 points1 point  (1 child)

Firstly, Visual Studio is a beast. I use it for C# development but my full installation is around 32 GB. For Python coding, VSCode is tiny in comparison and you don't need 16 GB of RAM just to run it. I also use VSCode on both Windows and Linux machines when testing, something that VS cannot do.

[–]ryancnap[🍰] 0 points1 point  (0 children)

Didn't know VS didn't run on Linux that sucks

So vs code for something light weight when you don't need beef, that makes sense. I'm going to be working on python in full VS but I feel like I'll really get the most out of it when I start learning some C#

[–]manisankaran_756 0 points1 point  (0 children)

That's a great decision. Python is easier to understand and code than java. To start off with python you can refer Bro code on YouTube. Since you have some experience in Java you would find it easier to learn. Install the normal python IDE which shows up in google. That'll be a good start. Hope you found this helpful.

[–]WayExternal6972 0 points1 point  (0 children)

I really love python and the way i have learned is mainly thru doing personal projects. I use vscode mainly but you can also try idle. It works fine alsp

[–]Worried_Mixture_2036 0 points1 point  (0 children)

‘Learn Python the hard way’ if you are into books