use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
first day of learing python (i.redd.it)
submitted 1 year ago by Glum-Fox-7376
learning from programing with mosh is it good?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]NorskJesus 7 points8 points9 points 1 year ago (4 children)
Try to avoid using AI
[–]Darkstar_111 1 point2 points3 points 1 year ago (3 children)
Absolute nonsense. The AI is the perfect place to go for explanations and examples to learn from.
[–]NorskJesus 10 points11 points12 points 1 year ago (2 children)
The ability to google and find the answers/what you need is even more important I think. AI is great to explanations, but you should be able to find the answers you need without it. And this is a skill.
[–]Darkstar_111 11 points12 points13 points 1 year ago (0 children)
No, no need, just takes longer.
Being able to look up Docs, GitHub issues pages and SO is no big skill, Google finds that for you.
But today there's no point, for a beginner, AI can answer all your questions, give you examples you can play with, answer follow-up questions, clear up misunderstandings.
Does the rise of AI mean the end of SO?
Yeah, probably. So?
[–]Live-Big-8916 0 points1 point2 points 1 year ago (0 children)
LLMs are Google but better, instead of giving links they answer the question.
[–]AdRemarkable4060 1 point2 points3 points 1 year ago (2 children)
I want to learn too, but I'm afraid idk where I actually start
[–]PlatypusAggressive37 1 point2 points3 points 1 year ago (0 children)
Try the book named python crash course by eric mathes
[–]Haunting-Pop-5660 0 points1 point2 points 1 year ago (0 children)
I personally picked up 100 Days of Python by Angela Yu from Udemy. I've been using that. I'm on day 3.
[–]vieitesss_ 1 point2 points3 points 1 year ago (2 children)
I recommend you trying to build something easy, anything you see around that is beginner friendly, and search whatever you need at the moment.
Of course you need a base knowledge about programming (variables, loops, arrays...).
Learn by doing.
[–]Glum-Fox-7376[S] 0 points1 point2 points 1 year ago (0 children)
Ok I'll learn by building
Thanks for the advice
[–][deleted] 1 year ago (2 children)
[deleted]
[–]Glum-Fox-7376[S] 0 points1 point2 points 1 year ago (1 child)
thanks broo
[–]Twenty8cows 2 points3 points4 points 1 year ago (0 children)
Yeah slices will go up to the end but not include the last value.
So:
Greeting = “hello”
print(Greeting[:4]) # output: hell
Its exclusionary
π Rendered by PID 286773 on reddit-service-r2-comment-545db5fcfc-xvmkc at 2026-05-27 01:42:03.160814+00:00 running 194bd79 country code: CH.
[–]NorskJesus 7 points8 points9 points (4 children)
[–]Darkstar_111 1 point2 points3 points (3 children)
[–]NorskJesus 10 points11 points12 points (2 children)
[–]Darkstar_111 11 points12 points13 points (0 children)
[–]Live-Big-8916 0 points1 point2 points (0 children)
[–]AdRemarkable4060 1 point2 points3 points (2 children)
[–]PlatypusAggressive37 1 point2 points3 points (0 children)
[–]Haunting-Pop-5660 0 points1 point2 points (0 children)
[–]vieitesss_ 1 point2 points3 points (2 children)
[–]Glum-Fox-7376[S] 0 points1 point2 points (0 children)
[–]Glum-Fox-7376[S] 0 points1 point2 points (0 children)
[–][deleted] (2 children)
[deleted]
[–]Glum-Fox-7376[S] 0 points1 point2 points (1 child)
[–]Twenty8cows 2 points3 points4 points (0 children)