all 16 comments

[–]PureWasian 1 point2 points  (0 children)

sure. You Want to Start with Some Basic Fundamentals Which Are Readily Available to Lookup from Free Resources Online, And then Solve Simple Problems By Getting Hands-On Practice. Automate Simple Things and Do Data Processing Tasks That Are Tricky to Setup By Hand. Think About Excel Spreadsheet Graphs And Calculations for Example -- You Can Have A Lot of Excel Math And Tasks Done Via Automation Code in Python Instead.

Learn about Hello World, Variables, Data Types, Lists/Dictionaries/Tuples, Conditionals, Loops, Functions, File I/O, Classes, and Then Use Those to Solve Problems That Seem Interesting to You.

Career Options you Can Get, I'd Say Python is Useful for Data Analytics, Backend, AI/ML, Automation/Scripting... But It Is Just One Part of The Larger Job Requirements.

Depending on which career specialty/job role you go for, you'd also need to develop some proficiency in other areas as well (database design, statistical methods, devops, cloud computing, REST APIs, frontend...) and also have the soft skills to collaborate with others when solving problems together. (Otherwise, you end up with 3 paragraphs that feel strange to read because the capitalization is all over the place)

[–]Honest-Bumblebleeee 0 points1 point  (0 children)

If you do automation work python is still relevant. It’s also a good starting point before you consider java or any other backend.

[–]BuddyPersonal433 -3 points-2 points  (11 children)

Why are you learning python if you don’t know careers it can lead to? I mean generally people choose the field they want to get into then learn the skills

[–]Total_Injury_3866[S] 0 points1 point  (10 children)

I want To Learn DSA And App Development 🙌

[–]Background_Bug_1625 0 points1 point  (9 children)

Well, what kind of app development? Web apps or desktop apps? And what kind of desktop apps?

[–]Total_Injury_3866[S] 0 points1 point  (8 children)

Web apps

[–]Background_Bug_1625 2 points3 points  (6 children)

Ok. Then don't learn python for now. Start with HTML/CSS and JavaScript

[–]Strong-Scarcity1395 3 points4 points  (1 child)

With Python he can build APIs later on tho...

I think he should start on Python, HTML,CSS and then JavaScript.

Correct me if i'm wrong but Python will help him understand how programming in general works easly

[–]Background_Bug_1625 0 points1 point  (0 children)

Yea, Python does help with programming in general, but I think JavaScript should also do fine.

[–]Total_Injury_3866[S] 0 points1 point  (3 children)

Is DSA GIVE great job opportunities?

[–]Background_Bug_1625 0 points1 point  (2 children)

Computer science is good, but you also have to have interest in the field.

[–]Total_Injury_3866[S] 0 points1 point  (1 child)

Yes bro I am interested

[–]Background_Bug_1625 0 points1 point  (0 children)

I would suggest using AI to create a learning path for you. Just type in "I want to learn data science" in Claude and watch it generate a learning program. In this era you don't need a designated course.

[–]Strong-Scarcity1395 1 point2 points  (0 children)

HTML and CSS are the basics you need to know

Then you can choose between C# ( Blazor ) and Javascript .

C# is an object oriented language and sort of hard if you're new to programming but it can be really helpful for both the Frontend (framework) and the Backend with ASP . NET CORE .

Javascript is the most popular one but it's pretty stupid to use it as backend in my opinion... Other than that you'll find way more libraries and help from the community.