Super, je viens de rejoindre
#docstring
Une communauté autour de @python

Ceci est ma premier appli avec eux :)

https://myfirstdoctringchat.streamlit.app/

Une appli de chat avec #streamlit

Le tuto ici :
https://www.docstring.fr/accompagnement/mentorat/session/383/

Voilà,
bonne journée

Amicalement, José

@oisux
@gul_lolica

@Pierre_lmd

@abcdw I was realizing (again) today, scheme-mode on Emacs doesn't highlight docstrings properly. Docstrings in define, define*, lambda, and others, they use `font-lock-string-face` instead of `font-lock-comment-face`. Do you in your infinite Lisp wisdom (or some other #guix #hacker) have an idea how one could fix that? I have looked at Scheme-mode built-in to Emacs but I can't figure out the puzzle.

#emacs #scheme #guile #docstring #lisp #mode

saviez-vous qu'il était possible de référencer des images avec la syntaxe #markdown dans la #docstring de code #Python ?
https://mathspp.com/blog/til/images-in-docstrings

Vous pouvez ainsi pointer vers des diagrammes, qui apparaîtront dans l'infobulle que vos IDE (#codium / #vsCode par exemple) affichent au survol de la fonction, méthode ou classe concernée.

TIL 125 – Images in docstrings

Today I learned you can embed images in your module docstrings and they'll be rendered in the tooltips inside your IDE.

Another new library release: DocStrands lets you re-use segments of your docstrings between functions.

Copy-pasting docstrings has long frustrated me, so I came up with my own solution!

https://github.com/multimeric/DocStrands

#python #docstring

GitHub - multimeric/DocStrands: Re-use segments of your docstrings on different objects

Re-use segments of your docstrings on different objects - multimeric/DocStrands

GitHub
First day in office after the holiday break and I start off with a #refactor of the scripts that cost me quite some nerves in December. #docstring #blackcode

With #Python now being "the most popular programming language" (don't get me started...), the #Unicode consortium has announced a new #codepoint specifically to aid Python #developers and increase efficiency -- both of time, and of storage.

The next Unicode release will include a codepoint representing triple double quotes, making #docstrings much easier.

#quotes #DoubleQuotes #TripleDoubleQuotes #docstring #syntax #popularity

I guess I should spend some time learning Phoenix.

#docstring #python

I guess I should spend some time learning Phoenix.

#docstring #python

Someone made a Visual Studio Code extension to highlight docstrings in python ! I needed this soo much  

https://github.com/rodolphebarbanneau/python-docstring-highlighter

#vscode #code #dev #editor #ide #extensions #python #docstring

GitHub - rodolphebarbanneau/python-docstring-highlighter: Syntax highlighting for Python Docstring in VSCode.

Syntax highlighting for Python Docstring in VSCode. - rodolphebarbanneau/python-docstring-highlighter

GitHub
Does anybody know how to document in #Python that the return value of a function is a #Django Queryset? And better if the queryset is of a specific model. #docstring