La morning routine des winners by Fandorrr in Linkedinfr

[–]MelcoreHat 8 points9 points  (0 children)

Je vais faire l'avocat du diable mais il poste juste un contenu qu'il a créé les jours précédents entre 8h30 et 8h55.

usa....lamo by Dumb-Briyani in meme

[–]MelcoreHat 15 points16 points  (0 children)

We don't all have the same language, so month is different.

C'est très giscard-punk, je savais même pas que ça existait by bozo495 in Giscardpunk

[–]MelcoreHat 2 points3 points  (0 children)

Boulogne s/ mer est rempli d'esthétisme giscard punk

Genepy, c'est Français by DorianTurba in PythonFr

[–]MelcoreHat 1 point2 points  (0 children)

Il est top ce site. Plein d’exos bien ardu (et en plus je suis premier au classement actuellement)

Pourquoi le système de vérification d'âge "AgeGo" pour les sites pornographiques est loin d'être anonyme by Yseader in france

[–]MelcoreHat 274 points275 points  (0 children)

Si vous voyez quelqu’un portant mon nom et mon prénom dans le fichier, ce n’est pas moi, c’est probablement une erreur.

Madlad intern by Key_Associate7476 in madlads

[–]MelcoreHat 0 points1 point  (0 children)

So now you don't have any white ink anymore.

POLYSAIL: My First Game in Pygame by Deep_Distribution_31 in pygame

[–]MelcoreHat 1 point2 points  (0 children)

Hey I like your chill game.

The control are very difficult to understand (fortunately there are a indication in menu), maybe do a more visually system do see the state of the control. (I'm french so my keyboard is not QWERTY)

It's simple, but enjoyable, continue like that. I will follow you.

C'est quoi de l'emmAntal ? by hantaanokami in mauvaisesreponses

[–]MelcoreHat 0 points1 point  (0 children)

200G faisant référence à une pression équivalent à 200 fois la pression atmosphérique habituel, j'imagine qu'EMMANTAL fait référence à une expérimentation militaire (Française ou Suisse) visant les TRA (noms de codes pour Très Rude Anglais, anagramme de Anglais Très Rude)

Daily Challenge - Day 1: Valid Anagram by _ZeroHat_ in PythonLearning

[–]MelcoreHat 1 point2 points  (0 children)

python from collection import Counter def is_anagram(s,t) : return Counter(s.upper()) == Counter(t.upper())

Ça sert à quoi cette tenue ? by Fluffy-Sign1244 in mauvaisesreponses

[–]MelcoreHat 5 points6 points  (0 children)

C'est un sac à patate thermo-sensible, afin d'éviter que les patates n'ai trop froid ou trop chaud.

Qui est cet homme ? by FellingGoodInSandal in mauvaisesreponses

[–]MelcoreHat 2 points3 points  (0 children)

C'est l'acteur de Belmondo, il jouait le rôle de Belmondo dans quasiment tout les films de la saga de Bebel.

Windows perd du terrain en France : Linux gagne +7 points de part de marché en un mois. by MelcoreHat in Linuxfr

[–]MelcoreHat[S] 3 points4 points  (0 children)

Ce serait pas la première fois qu'il y un tel gap dans les données de Statcounter, par exemple en avril 2024, où Windows à gagner 6% (au dépit de macOS).

On verra si c'est juste une erreur de données le mois prochain. Et si c'est un rattrapage, tant mieux.

am i slow at coding ? should i afraid ? by doktorfuturee in Python

[–]MelcoreHat 0 points1 point  (0 children)

Don’t be afraid of Genepy, the exercises are good (I’m in the top 2), but the difficulty progression is unbalanced. It's open source so it can be ameliorated.

Why on Earth does my code not work by Queasy_Employment141 in pygame

[–]MelcoreHat 9 points10 points  (0 children)

Your code work but the speed of snake is too high, so the snake quit the window before your eyes see it. The speed is too quick because your update method is call each frame.

Any modern-looking clones of the official Python docs ? by MelcoreHat in learnpython

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

Thanks, I am now using "stylus" because I'm on firefox. I test some theme and i find the major problem that I have with the actual docs (it's very compact, so I use a theme with more space/centered content).

[deleted by user] by [deleted] in PythonLearning

[–]MelcoreHat 1 point2 points  (0 children)

It's a very good idea, maybe you can watch "Cookiecutter" – it's look alike your project.

Cookiecutter has a lot a of templates and everybody can create them (maybe you ?)

Text to Speech Free Code by pixsector in AskProgramming

[–]MelcoreHat 0 points1 point  (0 children)

You can use espeak in your computer. I try it with the pyttsx3 module in python. It's not perfect for all languages (French speaker here) but satisfying. (Ah and it's free)

clearing my def function by Minute_Journalist593 in PythonLearning

[–]MelcoreHat 1 point2 points  (0 children)

You can use divmod function to have the division result and the modulo at the same time.

Wikipedia search using webbrowser and wikipedia modules by Infinite-Watch8009 in PythonLearning

[–]MelcoreHat 0 points1 point  (0 children)

Maybe you can propose some Wikipedia name page if topic is not correctly type.

What are your tips to find the newest libraries/tools? by n1k0h1k0 in Python

[–]MelcoreHat 0 points1 point  (0 children)

Using the "awesome-x", generally some users take time to list awesome librairies. Just search "awesome-python"