dozymoe

joined 2 years ago
[–] [email protected] 1 points 3 months ago (1 children)

didn't QT come with non-commercial use license?

@FizzyOrange @Hammerheart

[–] [email protected] 1 points 3 months ago* (last edited 3 months ago) (1 children)

@EveryMuffinIsNowEncrypted i maybe wrong

input() is a python function that accepts arguments and returns value of type string.

int() and float() are special type of functions called constructor, magical.

int, or integer, on itself is a datatype like str, or string, is a datatype, to create an int you'd use its costructor int('23') something like that

int is a builtin datatype, so by typing 23, you already have an instance of int

[–] [email protected] 0 points 6 months ago (1 children)

AI crowd using python probably @Big_Boss_77 @rimu

[–] [email protected] 3 points 10 months ago (1 children)

I think they meant the registration of what Exceptions a function can possibly throw.

@eager_eagle @onlinepersona

[–] [email protected] 3 points 1 year ago (2 children)

You'd still have to read the official documentation to validate what you get from ChatGPT.

@bucho @ChrisLicht

[–] [email protected] 1 points 1 year ago

Might be interesting if they can develop a sandboxed version of python strictly for statistics.

@NeverBetter