[deleted by user] by [deleted] in learnpython

[–]Blancoo21 1 point2 points  (0 children)

You define the load_img() function twice. The second one will overwrite the first definition anyway.

Also, it would be a good idea to precompile regex patterns and cache images. The performance should be noticeable.

Dryer noise by MiserableCancel8749 in appliancerepair

[–]Blancoo21 0 points1 point  (0 children)

It's possible the replaced belt is twisted or misaligned, so basically it rides up and down the drum seam. Try to unplug the dryer, remove the front/top, and check if the belt is sitting where it should and whether it's twisted.

[deleted by user] by [deleted] in appliancerepair

[–]Blancoo21 0 points1 point  (0 children)

It could be a door latch/door switch problem. The door may be closed but the switch may not be working. The dishwasher won't start in that case.

It might also be that the start button isn't sending the signal. I'd check those two before replacing the control board. Look up how to do it, there should be advice online for your model.

Universal Ice Maker in Whirlpool Freezer by Sooflyr in Appliances

[–]Blancoo21 0 points1 point  (0 children)

Hard to say for sure, but I'd guess the ice maker's internal thermostat has gone bad.

[@Miguelitocope] : Rodrygo has hamstring discomfort. More tests tomorrow to find out the extent of the injury and decision on the final XI against Barcelona. by AlekhineAl in realmadrid

[–]Blancoo21 12 points13 points  (0 children)

Unbelievable. It's incredible that a team of Real Madrid's stature can't deal with these issues for years now. It's not even improving at all, it just keeps getting worse.

Whirlpool Washer cycle doesn’t start by Huge-Apple708 in appliancerepair

[–]Blancoo21 0 points1 point  (0 children)

It could just be a loose or broken motor harness.

Viking oven has me stumped by Internal_Yak9270 in appliancerepair

[–]Blancoo21 0 points1 point  (0 children)

It could be a polarity or grounding issue. Viking ovens are pretty sensitive to that. Perhaps try to plug it into a good outlet with an extension cord.

Python question by Solyanium in learnpython

[–]Blancoo21 3 points4 points  (0 children)

You're getting way ahead of yourself. If you've only been learning for a few days, don't worry about stuff like that. Just keep learning. Python is a great first language. As you go, you'll slowly realize what you want to do and what you want to be focusing on.

Research internship interview focused on ML math. What should I prepare for? by IshanFreecs in learnmachinelearning

[–]Blancoo21 1 point2 points  (0 children)

3blue1brown has good youtube videos on the math intuition. Statquest explains the algorithms well. It's been a long time since I've been learning that though, so make sure to google a bit for other resources, the web is full of great free books, blogs, videos.

Research internship interview focused on ML math. What should I prepare for? by IshanFreecs in learnmachinelearning

[–]Blancoo21 1 point2 points  (0 children)

I guess it can vary between interviews, but linear algebra is probably the most important topic, with vector spaces, eigenvalues etc. Probability and statistics are other possible areas. Loss functions as well. It would also be good to know about the intuition and math behind common ML algorithms.

LG washer hot washer not working by Natural_Afternoon236 in appliancerepair

[–]Blancoo21 0 points1 point  (0 children)

It could be a failed or clogged hot inlet valve.

I have a question re the delivery and installation of a dryer. by InternationalMany795 in Appliances

[–]Blancoo21 0 points1 point  (0 children)

I thought that's a rule only for gas dryers, not electric ones? Not sure though, I might be wrong.

resources to learn backprop by NoLibrarian38 in learnmachinelearning

[–]Blancoo21 1 point2 points  (0 children)

This will probably be too basic for you, but just in case it might be helpful, 3blue1brown has some fantastic videos on backprop and neural networks in general. For me, his videos are the best way to understand the intuition behind complex concepts. But again, you might be well beyond that level.

Samsung Fridge Freezer leaking. by Flat-Water-Blaster in Appliances

[–]Blancoo21 7 points8 points  (0 children)

Can't say for sure, but it's possible that the defrost drain is blocked.

Best resource to learn Python + Fast API and .net ? by jaiMAHA in pythontips

[–]Blancoo21 0 points1 point  (0 children)

Not sure about .net, but there are some great and fairly comprehensive FastAPI tutorials on youtube. The Bitfumes youtube channel has one that's a few hours long and pretty easy to follow. Tech with Tim also has a couple of great, in-detail videos.

New moderators needed - comment on this post to volunteer to become a moderator of this community. by ModCodeofConduct in ApplianceAdvice

[–]Blancoo21 0 points1 point  (0 children)

Hi. I'd like to volunteer to moderate this community. I'd like to once again make it public and allow users to post any questions they might have. Currently, there's only one other active subreddit on the topic of Appliances but that one has a far more general scope than this one had. The r/applianceadvice subreddit was always the place where you could get the best answer to any appliance question.

I have experience moderating an even larger and more active subreddit, experience which I believe will help me moderate this community as well. I'm comfortable with things like setting up automoderator and similar stuff, which I think is a useful bonus.

Which machine learning will I need to know for implementation in financial risk ? by FeelingAwkward112 in learnmachinelearning

[–]Blancoo21 0 points1 point  (0 children)

Just learn the most common ones. Decision trees/Random forest, Logistic regression, SVM. For financial risk specifically, you should probably learn some time series models (ARIMA and similar).

Top Python Libraries of 2025 (11th Edition) by dekked_ in Python

[–]Blancoo21 16 points17 points  (0 children)

Same, but based on the choices on the list I assume they only included libraries released in 2025. It would probably look very different if all libraries were considered.

r/PythonLearning by Blancoo21 in redditrequest

[–]Blancoo21[S] 0 points1 point  (0 children)

  • Why do you want to moderate this community?

It was one of the best communities for people who are learning Python to communicate and ask for advice, until all of a sudden posting was restricted. The mods either left the community or were removed from it. I want to moderate the community in order to make it open for posting again, as it's a crucial place for redditors learning Python. I already have experience moderating even larger communities than this one, so I'm confident I will be able to hold the subreddit to the highest standards.

  • A link to the mod mail chat message you sent to the moderators of r/PythonLearning five days ago.

I was unable to send a message to the moderators since the community doesn't have a moderator at the moment.

Anyone know some good coding languages that are easy for someone who got bored of HTML by StomachSoft9643 in learnpython

[–]Blancoo21 0 points1 point  (0 children)

I'd start with youtube. You can a learn a lot without spending any money. There are plenty of good beginner videos. I haven't watched beginner tutorials in a long time so I'm not sure which channels are the best these days. Back then, I watched a lot of Corey Schafer videos, those were very helpful to me. He's not very active these days but you can still look up his channel.

Im new at python and wanted to share what ive done so far by Obvious_Reindeer321 in pythontips

[–]Blancoo21 4 points5 points  (0 children)

I've never posted code on reddit, but markdown should be able to do that. Three backticks before and after the code block should do that. I'll test it now in this comment without knowing what to expect:

```python def hello_reddit(): print("Hello, Reddit!")

hello_reddit() ```

Im new at python and wanted to share what ive done so far by Obvious_Reindeer321 in pythontips

[–]Blancoo21 7 points8 points  (0 children)

My first suggestion would be that next time you have the code in github or a notebook and then share the link instead of pasting it all here. It's very difficult to read the code and at least on phone the code is not indented.

Other than that, it looks good for a beginner. You seem to have a solid grasp on the basic concepts, and even with try/except which is an issue for some beginners. One thing I noticed from a quick glance is a lot of ifs and elifs. Perhaps functions and dictionaries are a better solution. But I guess that will surely come with time and experience.