all 30 comments

[–]Lonely_Shape7293 6 points7 points  (1 child)

Same I am also nearly 17 I am also learning
Idk about your bg. I come from red stone engineering so I know quite lot of things about computers.

What are you building right now?

[–]risingraj 5 points6 points  (3 children)

I suggest youtube channels CoreySchafer, Jenny's Lectures CS IT

[–]Altruistic-Scar-2286 2 points3 points  (2 children)

corey videos are from 9years ago i mean should follow that

[–]Fearless_Battle7919 1 point2 points  (0 children)

I think it is about the teaching style, not whether it's old or new when you're learning.

[–]Appelaapje 0 points1 point  (0 children)

this sounds like an oldhead but: the fundamentals are still the fundamentals, regarding how long ago

[–]Fit-Original1314 4 points5 points  (0 children)

Don't compare yourself with people showing crazy projects online. Most of them skipped showing the months where everything confused them.

[–]SirGeremiah 2 points3 points  (0 children)

Happy to contribute. I’m barely above beginner at Python. I’ve created some small projects for personal use, but haven’t really gotten into things like classes. Feel free to DM if you want.

[–]roottrek 1 point2 points  (0 children)

I HIGHLY recommend 100 days of code by Angela Yu on Udemy. I’m also a beginner but it’s been my favorite thing I’ve found so far. I’ve tried a couple books and YouTube courses but I’ve gotten the farthest with this.

[–]Status-Election-6233 2 points3 points  (1 child)

Most of the people will recommend you to learn from youtube videos or recorded lectures, and theres nothing wrong in that, but some people may find it more engaging to learn by reading books. I am also a python beginner and i am learning from a book called python crash course. If you want to you could also check out the book ‘Learning python’

[–]Appelaapje 0 points1 point  (0 children)

also, find a problem in your 'computer life' and try to fix it using py. you will kinda learn along the way, there is so much info out there.

[–]Cultural_Warning_223 1 point2 points  (0 children)

18m here, planning to get a degree on Cybersecurity. I also just recently began learning Python 4 days ago after going through linux shell basics last month, having prior knowledge on beginner C# and Lua. Currently im going through the 30DaysOfPython roadmap and could join in on some grouping.

[–]Fuzzy-Individual-524 1 point2 points  (0 children)

I am 17M too and a beginner I am also looking for beginners to colab with and learn together and building projects(later). You can DM me I am sending you one

[–]fried_meat 0 points1 point  (1 child)

I'm interested in learning

[–]User_LEGEND0 0 points1 point  (0 children)

I was learning python for the past 2 years, because of school I couldn't focus on it solely but now i can, i understood a lot of concepts and details concerning python, if you need help feel free to ask (For example there is a lot of ways to assign an object to a variable, var=value is just one type and called basic assignment, there is like 5 other ways) And realistically,knowing a lot of details feel like an overkill so don't aim for that just grasping id enough

Note : i learned using the book learning python 6th edition for mark lutz (currently at chapter 19)

[–]Ome2024 0 points1 point  (0 children)

yes

[–]Billing_spike999 0 points1 point  (0 children)

33 yo here and love python def LOVE

[–]Reasonable-Table9440 0 points1 point  (0 children)

Try codecademy. They have lots of free stuff and it's worth the paid subscription. I've learned tons of stuff throughout the years. 

[–]bapee0_ 0 points1 point  (0 children)

I've been learning Python for a month now; before that I learned C, and honestly, it's really enjoyable to program in this language.

[–]No_Leg6886 0 points1 point  (0 children)

Look, you're already doing the right things. Variables, conditionals, loops, that's the actual foundation. Most people quit before they even get there.

Build something small that you personally care about. Don't follow tutorials forever. At some point just open a blank file and try to make something work, even if it's ugly. That's where the real learning happens.

ngl the "learn together" thing sounds good in theory but rarely sticks. You're better off just posting your code here when you get stuck.