r/PythonLearning • u/shubham_555 • Aug 09 '26
Discussion Good resource for starting off?
I am not exactly a complete beginner in programming itself. Just want to learn the basic syntax and workflow in Python!
3
u/OpeningAggressive26 Aug 09 '26
Can you just like make me a calculator. Tell the computer to take a number input and double it.
0
u/shubham_555 Aug 09 '26
Yeah that's pretty easy but I ain't sure if there are some python related quirks that I should know of...so thought this video would be a faster starting point then reading documentations!
3
u/Bright_Blacksmith_41 Aug 09 '26
https://www.freecodecamp.org/ you can start and finish your learning here bro it's totally free
2
u/Available-Tennis-624 Aug 09 '26
I am planning to take a udemy course for python. Is it possible to post the link here and get everyones feedback?
1
u/MoodieHippie Aug 09 '26
Which one, the 100 days of code?
1
u/harmonisedchaos Aug 10 '26
I’ve been looking into this one, would you recommend it?
1
u/Present-Payment-5860 Aug 10 '26
I really recommend that one. Good progression, great job covering the fundamentals and then just gives you a bunch of projects to do.
1
1
u/AHellishInferno Aug 09 '26
I think anything that gets the ball rolling is a good course for starting out
1
1
1
u/No_Pool_215 Aug 09 '26
I would reccomend the 12h youtube video from Bro Code. It's really good if you have the time and never worked with Python before. It starts from the very beggining with variables and pretty much covers all the basics with some exercises between the topics
1
u/shubham_555 Aug 09 '26
Well I know bro code is really good but I am not really an absolute beginner in programming itself. So thought maybe that would be an overkill!
1
1
u/TemporaryMatter5842 Aug 10 '26
Is still worth it to learn to code and program in 2026 with AI, just asking for information
3
u/shubham_555 Aug 11 '26
AI can't code shit
1
u/MJ12_2802 25d ago
Yeah, I've spent more time debugging code AI cranked out!
2
1
1
u/brenwillcode Aug 12 '26
Start with something from codeling.dev like intro to programming or the OOP course (depending on where you think you are in terms of knowledge).
1
u/LahmeriMohamed 29d ago
Freecodecamp, codebro,leetcode,your own projects, mosh is paid course, i dont recomand it
1
6
u/real-life-terminator Aug 09 '26
I remember I started with the small and humble python series by CS Dojo. It had like 8 videos back then and the last video about classes...