tiflolinux.org - GNU Social
  • Login

Bienvenido

  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices tagged with python, page 5

  1. nina 🏳️‍⚧️ (znswanderer@strangeobject.space)'s status on Saturday, 11-Feb-2023 13:18:22 CET nina 🏳️‍⚧️ nina 🏳️‍⚧️

    Hallo!

    ich bin Nina (sie/ihr), trans (AMAB) und komme aus dem Ruhrgebiet.

    Von meiner Ausbildung her bin ich Physikerin und habe in der letzten Zeit vornehmlich in der Softwareentwicklung gearbeitet, im Augenblick jedoch ohne feste Anstellung.

    Über Physik schreibe ich unregelmäßig was auf meiner github pages Seite: https://znswanderer.github.io/, hauptsächlich Quantenmechanik mit #Python und #SciPy. Weitere Hobbies sind #Rollenspiele und Musik.

    In conversation Saturday, 11-Feb-2023 13:18:22 CET from strangeobject.space permalink
  2. James P. :arch_linux: :firefox: :sway: :kde: :verified: (james@mstdn.starnix.network)'s status on Thursday, 09-Feb-2023 20:23:33 CET James P. :arch_linux: :firefox: :sway: :kde: :verified: James P. :arch_linux: :firefox: :sway: :kde: :verified:

    I don’t want to use #Go, I don’t want to use #Rust, I don’t want to use #Python, and I don’t want to use #Elixir. What other #programming #languages can I use?

    In conversation Thursday, 09-Feb-2023 20:23:33 CET from mstdn.starnix.network permalink
  3. Alexandre Neto (alexnetogeo@fosstodon.org)'s status on Thursday, 09-Feb-2023 20:08:44 CET Alexandre Neto Alexandre Neto

    Did you know that, during #QGIS installation using @condaforge, you can choose the version of #Python to use? Just do:

    conda create -n qgisenv python=3.11 qgis -c conda-forge

    You can choose between 3.8, 3.9, 3.10 and 3.11.

    In conversation Thursday, 09-Feb-2023 20:08:44 CET from fosstodon.org permalink
  4. atareao@mastodon.social's status on Tuesday, 07-Feb-2023 12:00:08 CET atareao atareao

    Funciones o como evitar repetir cĂłdigo

    Te muestro lo sencillo que es implementar tus propias funciones en #Python. Las funciones te permitirĂĄn ser mas eficiente y prĂĄctico.

    https://atareao.es/pyldora/funciones-o-como-evitar-repetir-codigo/

    In conversation Tuesday, 07-Feb-2023 12:00:08 CET from mastodon.social permalink
  5. Python Weekly (python_discussions@mastodon.social)'s status on Tuesday, 07-Feb-2023 07:34:01 CET Python Weekly Python Weekly

    Mypy 1.0 Released

    https://mypy-lang.blogspot.com/2023/02/mypy-10-released.html

    Discussions: https://discu.eu/q/https://mypy-lang.blogspot.com/2023/02/mypy-10-released.html

    #programming #python #release

    In conversation Tuesday, 07-Feb-2023 07:34:01 CET from mastodon.social permalink
  6. Jim Crist-Harif (jcristharif@hachyderm.io)'s status on Tuesday, 07-Feb-2023 07:33:50 CET Jim Crist-Harif Jim Crist-Harif

    We're inching towards the next major release of msgspec (a fast JSON++ serialization/validation library for #Python 🐍 ), and I've been doing a _ton_ of work on improving our docs.

    Writing good docs is hard work, but I think they're getting pretty good now!

    I still want to add a few more diagrams (❤️ excalidraw), but I'm pretty pleased with this one on converters.

    https://jcristharif.com/msgspec

    In conversation Tuesday, 07-Feb-2023 07:33:50 CET from hachyderm.io permalink
  7. atareao@mastodon.social's status on Monday, 06-Feb-2023 19:02:01 CET atareao atareao

    Implementar tus propias funciones en Python
    Te muestro como puedes implementar tus propias funciones en #python y sacarle el mĂĄximo partido posible. Como reutilizar ...
    #atareaoConLinux
    https://www.youtube.com/watch?v=xp4II3pRWHU

    In conversation Monday, 06-Feb-2023 19:02:01 CET from mastodon.social permalink
  8. Python Software Foundation (thepsf@fosstodon.org)'s status on Saturday, 04-Feb-2023 08:47:26 CET Python Software Foundation Python Software Foundation

    What are your favorite #python follows? Let get a list going so we can all connect here.

    #followfriday

    In conversation Saturday, 04-Feb-2023 08:47:26 CET from fosstodon.org permalink
  9. chksome (chksome@hachyderm.io)'s status on Saturday, 04-Feb-2023 08:47:25 CET chksome chksome
    in reply to
    • Python Software Foundation

    @ThePSF I’ll be honest, I’ve been enjoying just following the #Python hashtag.

    In conversation Saturday, 04-Feb-2023 08:47:25 CET from hachyderm.io permalink
  10. Ethan Schoonover (ethanschoonover@mastodon.social)'s status on Friday, 27-Jan-2023 20:24:00 CET Ethan Schoonover Ethan Schoonover

    My wife decided to learn #Python and, with absolute deadpan seriousness, refers to curly brackets exclusively as "squirrelly brackets".

    Not only do I not correct her, I have now adopted this term as canonical.

    In conversation Friday, 27-Jan-2023 20:24:00 CET from mastodon.social permalink
  11. pyOpenSci (pyopensci@fosstodon.org)'s status on Tuesday, 24-Jan-2023 21:41:33 CET pyOpenSci pyOpenSci

    Welcome to pyOpenSci! We are a global organization, building diverse community around the #opensource #python tools that drive #openscience . We offer peer review of Python scientific software. https://www.pyopensci.org/about-peer-review/ got questions? you can ask here!

    In conversation Tuesday, 24-Jan-2023 21:41:33 CET from fosstodon.org permalink
  12. Jim Crist-Harif (jcristharif@hachyderm.io)'s status on Thursday, 19-Jan-2023 16:37:17 CET Jim Crist-Harif Jim Crist-Harif

    YAML and TOML support just landed in msgspec, my *fast* & friendly serialization library for #Python 🐍 🐍 🐍 !

    https://github.com/jcrist/msgspec

    I wrote up a quick example using it to parse and validate pyproject.toml files:

    https://jcristharif.com/msgspec/examples/pyproject-toml.html

    I think it's a pretty good demo of msgspec's capabilities.

    In conversation Thursday, 19-Jan-2023 16:37:17 CET from hachyderm.io permalink
  13. erralin@mastodon.eus's status on Thursday, 19-Jan-2023 16:24:23 CET erralin erralin

    pipx, pip, pyenv, virtualenv, virtualenvwrapper... (sigh) #python

    In conversation Thursday, 19-Jan-2023 16:24:23 CET from mastodon.eus permalink
  14. Paul :python: :django: :linux: (pbx@fosstodon.org)'s status on Sunday, 08-Jan-2023 10:46:55 CET Paul :python: :django: :linux: Paul :python: :django: :linux:

    Well shit. Be careful, #Python people. https://www.bleepingcomputer.com/news/security/malicious-pypi-packages-create-cloudflare-tunnels-to-bypass-firewalls/

    In conversation Sunday, 08-Jan-2023 10:46:55 CET from fosstodon.org permalink
  15. zeruch (zeruch@mastodon.social)'s status on Friday, 06-Jan-2023 23:42:52 CET zeruch zeruch

    An excellent use of #Python; #Yark lets you continuously archive all videos and #metadata for #YouTube channels. You can also view your archive as a seamless offline website https://pypi.org/project/yark/

    In conversation Friday, 06-Jan-2023 23:42:52 CET from mastodon.social permalink
  16. Ariel Richtman (arichtman@mastodon.online)'s status on Thursday, 05-Jan-2023 09:52:01 CET Ariel Richtman Ariel Richtman

    #Python 3.10 has been out over a year and #AWS #Lambda still doesn't support it 😑

    #Serverless #Cloud

    In conversation Thursday, 05-Jan-2023 09:52:01 CET from mastodon.online permalink
  17. Pybonacci (pybonacci@mastodon.social)'s status on Thursday, 05-Jan-2023 09:51:58 CET Pybonacci Pybonacci
    in reply to
    • Ariel Richtman

    @arichtman you pay for each ms. They are not happy with recent #python performance improvements ☹️

    In conversation Thursday, 05-Jan-2023 09:51:58 CET from mastodon.social permalink
  18. Anthony Shaw :python: (tonybaloney@fosstodon.org)'s status on Wednesday, 04-Jan-2023 09:09:17 CET Anthony Shaw :python: Anthony Shaw :python:

    Just noticed Sam Gross started building some wheels for his "no GIL" branch of CPython https://github.com/colesbury/nogil-wheels. It's still Python 3.9, but will open up some more testing opportunities. Numpy is already up there if you go to artifacts. #Python

    In conversation Wednesday, 04-Jan-2023 09:09:17 CET from fosstodon.org permalink
  19. Chema CortĂŠs *ℝ (chemacortes@mathstodon.xyz)'s status on Friday, 30-Dec-2022 11:47:42 CET Chema Cortés *ℝ Chema CortĂŠs *ℝ

    Me acaba de sorprender que si en #python haces:

    (head, *tail) = (1,2,3,4)

    Espero que 'tail' sea una tupla, pero no, es una lista. No mantiene el tipo de dato.

    In conversation Friday, 30-Dec-2022 11:47:42 CET from mathstodon.xyz permalink
  20. Rust Weekly (rust_discussions@mastodon.social)'s status on Wednesday, 28-Dec-2022 08:39:13 CET Rust Weekly Rust Weekly

    Extending Python with Rust

    https://maxwellrules.com/programming/rusty-python.html

    Discussions: https://discu.eu/q/https://maxwellrules.com/programming/rusty-python.html

    #programming #python #rustlang

    In conversation Wednesday, 28-Dec-2022 08:39:13 CET from mastodon.social permalink

    Attachments

    1. Maxwell Rules - Extending Python with Rust - discu.eu
      Discussions and related articles for ÂŤMaxwell Rules - Extending Python with RustÂť
  • After
  • Before

Feeds

  • Activity Streams
  • RSS 1.0
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

tiflolinux.org - GNU Social is a social network, courtesy of tiflolinux.org. It runs on GNU social, version 2.0.1-beta0, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All tiflolinux.org - GNU Social content and data are available under the Creative Commons Attribution 3.0 license.