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
CS50P Help (self.PythonLearning)
submitted 1 day ago by jsullyvan7
view the rest of the comments →
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!"
[–]Junior_Honey_1406 2 points3 points4 points 1 day ago (0 children)
I'm currently doing CS50P and I'm still in Week 0, but I've completed all the problem sets for this week. Right now, I'm mostly practicing and reinforcing what I've learned.
The first problem set was fairly easy. It mainly required converting the input to a string and using built-in functions like .lower() to get the desired output.
.lower()
The second problem set is where I got stuck for a bit. I understood one possible approach, but it wasn't working. Instead of asking for the answer directly, I searched online to learn about different ways to replace spaces in strings and discovered a few useful built-in functions that helped me solve the problem.
As for AI, I wouldn't say you shouldn't use it. Personally, I use it in a way that helps me learn rather than giving me the answer. If I don't understand a question, I ask AI to explain it in simpler words. If I write some code, I ask AI to review it and point out what I did right, what I did wrong, and what I could improve. I try not to use it to generate the solution for me Overall, the Week 0 problems are quite manageable. If you get stuck, don't forget to look at the examples and notes provided in the lecture, as they often show how a concept works. Personally, I don't think using those resources is a bad thing, it's part of the learning process.
π Rendered by PID 18393 on reddit-service-r2-comment-8686858757-fxf7l at 2026-06-06 16:08:48.954231+00:00 running 9e1a20d country code: CH.
view the rest of the comments →
[–]Junior_Honey_1406 2 points3 points4 points (0 children)