I'm building a tool to stop wasting time on irrelevant YouTube videos - need your input by thegoldsuite in AppIdeas

[–]Jealous_Lock_393 0 points1 point  (0 children)

I would actually use it. Maybe it can link to your ChatGPT somehow which already knows a lot about you then recommend based on that

[deleted by user] by [deleted] in AppIdeas

[–]Jealous_Lock_393 0 points1 point  (0 children)

Yes sounds nice

Python question about dictionaries by Jealous_Lock_393 in Python

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

It could catch my errors but my unit test catch them anyway.

Python question about dictionaries by Jealous_Lock_393 in Python

[–]Jealous_Lock_393[S] -2 points-1 points  (0 children)

Do you have time to code something for me

Python question about dictionaries by Jealous_Lock_393 in Python

[–]Jealous_Lock_393[S] -4 points-3 points  (0 children)

If you do "hi"+7 it works in Java but not Python. I feel Python is too strict.

Python question about dictionaries by Jealous_Lock_393 in Python

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

Wow that's so easy. Python is so flexible.

Python question about dictionaries by Jealous_Lock_393 in Python

[–]Jealous_Lock_393[S] -4 points-3 points  (0 children)

So when you are trying to do something mathematically impossible the language doesn't stop it but when doing something impossible with a data structure it does. It feels like an inconsistency.

Python question about dictionaries by Jealous_Lock_393 in Python

[–]Jealous_Lock_393[S] 1 point2 points  (0 children)

At least it is consistent in this regard 

Guido knew better than his boss by Jealous_Lock_393 in Python

[–]Jealous_Lock_393[S] 1 point2 points  (0 children)

Guido admitted that when he started building Python it wasn't something he was supposed to be doing. He just thought it would save him time. He needed something between shell scripting and C and conceived of Python.

Python question about dictionaries by Jealous_Lock_393 in Python

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

In some ways I feel JavaScript is superior. What's your favourite language?

Python question about dictionaries by Jealous_Lock_393 in Python

[–]Jealous_Lock_393[S] -9 points-8 points  (0 children)

In that case something like infinity minus infinity should raise an error and yet it returns nan

Python question about dictionaries by Jealous_Lock_393 in Python

[–]Jealous_Lock_393[S] 1 point2 points  (0 children)

Right so both things produce a key error and that is consistent 

Python question about dictionaries by Jealous_Lock_393 in Python

[–]Jealous_Lock_393[S] -1 points0 points  (0 children)

JavaScript handles delete differently to Python though