Meta
November 2024 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Blogroll
IP info
Programs
Category Archives: Python
youtube-dl
Debian mirror https://git.ghnou.su/mir/youtube-dl https://codeberg.org/polarisfm/youtube-dl https://github.com/github/dmca/tree/416da574ec0df3388f652e44f7fe71b1e3a4701f Article from the Freedom Of The Press Foundation
Posted in /dev/null, EN, Programming, Python, Software
Leave a comment
Re: Let us hope this pans out for the PSF
Great news: Settlement reached in Python trademark dispute
Posted in EN, Python, Software
Leave a comment
Let us hope this pans out for the PSF
Read the article over here: Python trademark at risk in Europe: We need your help!. I really hope this backfires so hard that no one else will try similar things on well established names that have been spread by non-profit … Continue reading
Posted in EN, Python, Software, Thoughts
Leave a comment
mydumper – nice alternative for mysqldump
I’m using MariaDB. Now, I had the idea for smaller DBs to use the SQL dump and store that in a version control system such as Mercurial or Git. However, the ordinary mysqldump creates quite unreadable dumps. Since the version … Continue reading
Posted in C/C++, EN, Linux, Programming, Python, Software, Unix and unixoid
2 Comments
Hah, und es geht doch
Ich bin ja in Sachen Namespaces auch in C++ schon konservativ, daher benutze ich in Python vorzugsweise: import module statt: from module import * da letzteres mir ja alle Symbole ohne Rücksicht in den aktuellen Bereich übernimmt. Nachdem ich zuerst … Continue reading
Posted in DE, Programming, Python
Leave a comment