@looopTools

190 Followers
350 Following
2.2K Posts

PHD | Software Engineer | Author and maintainer of QueryC++ | Blood Donor and I think you should be too | Fedora and macOS enjoyer

Likely to offend... it is not something I seek but it is kind of a talent of mine.

Will post in English and Danish, maybe sometimes German, Spanish, or Farsi/Persian as well.

Ravenclaw... even though all tests says slytherin

And I bitch a lot about Python

My bloghttp://loooptools.com/
Githubhttps://github.com/loooptools/
GitLabhttps://gitlab.com/looopTools
LocationAalborg, Denmark

#dkpol for those who do not know. We have parliament elections in #denmark this month.

So far we have a party leader admitting to doing cocaine whilst be an MP.
No one wants to take responsibility for removing a national holiday.
We have a mink scandal that never got proper investigation.
We have a weird separation happing (at least verbally) between the social democrats and venstre (which mean left but they are a right wing party)

Apparently teams.microsoft.com needs access to scripts from skype.com XD

For some reason I often think back to that one time during my #phd At a conference where I introduced my supervisor to pgfplots. He asked me why my plots in the conference presentation was not in pgfplots. I answered honestly, I had not had time. So the mother fu.... said well you have time now! So 1.5 hours before my presentation I changed it all to pgfplots.
He was laughing his ass of, that he got me to do it.... I should have seen the rouge.

https://ctan.org/pkg/pgfplots

CTAN: Package pgfplots

How are people who want to shove AI into Linux real? Literally just go back to Windows
OMFG can we just talk about how awesome #ruby #sinatrarb and #active_record is! I simply cannot get why Ruby is not a more popular #programming language
What is your favorit #opensource tool for drawing #software #architecture ?
I just realized I might just like fedoras as a concept. Favorit linux(s) RedHat and Fedora, both have a fedora as log… favorit REST Api library Sinatra has a fedora as logo…. I AM SEEING PATTERNS AND I DON’T LIKE IT #fedora #linux #software
[da] jeg har nu prøvet at bruge mit basiskort 4 gange og det har endnu ikke virkede. Hvornår skriver man og beder om et nyt gratis????? Jeg ved jo ikke om det er standeren eller kortet #rejsekort #basiskort

Python Tip #71 (of 365):

Print non-standard output to standard error

Python's print function writes to the "standard output" stream by default.

But terminals have a second output stream that also writes to the screen: standard error.

Standard error is most often used for:

- error messages
- diagnostic output
- output that shouldn't be mixed in with the rest of the program's output

🧵 (1/2)

#Python #DailyPythonTip