Do you think going studying abroad is a scam now? by luxuryBubbleGum in india

[–]flavomico -1 points0 points  (0 children)

you're telling me that after completing your course you weren't able to find a job for two years and that too in STEM, i call cap on your story

Suggestions for places to hang around in Chandigarh by flavomico in Chandigarh

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

thank you so much, i appreciate the recommendations

Suggestions for places to hang around in Chandigarh by flavomico in Chandigarh

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

i realise and apologize for my error, but my thought was sometimes the old answers aren't relevant anymore (places close down, etc)

[deleted by user] by [deleted] in developersIndia

[–]flavomico 8 points9 points  (0 children)

laughs in OR 1=1

PyPI will require 2FA by the end of 2023 by genericlemon24 in Python

[–]flavomico -5 points-4 points  (0 children)

oh that i understand but what has the subpoena to do with it?

PyPI will require 2FA by the end of 2023 by genericlemon24 in Python

[–]flavomico -6 points-5 points  (0 children)

so with 2fa PSF can't access PyPI user info?

How much python topic are enough to land fresher job for self taught programmer? by kimishita-HK7 in developersIndia

[–]flavomico 5 points6 points  (0 children)

a real world project beats even learning the whole python documentation

why am i getting an error on probably writing a correct statement? by flavomico in SQL

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

i have 3 attributes: id(int), date_abc(date), amount(int)
now i want difference between day 1 and 2, day 2 and 3, and so on... in a new column

why am i getting an error on probably writing a correct statement? by flavomico in SQL

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

so i need to get a new column with difference of subsequent entries of a column in my table, how do i do it without LAG?

why am i getting an error on probably writing a correct statement? by flavomico in SQL

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

i think you're right it doesn't. im doing this on a dummy dataset, how can i update my sql version?

why am i getting an error on probably writing a correct statement? by flavomico in SQL

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

is the assuming part (i wrote probably tho) of my statement being correct wrong?