tiflolinux.org - GNU Social
  • Login

Bienvenido

  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices tagged with python, page 2

  1. atareao@mastodon.social's status on Monday, 24-Apr-2023 18:07:24 CEST atareao atareao

    El naming en Python o como poner nombres a tus variables, clases y funciones
    El naming en #python es algo mas importante de lo que inicialmente te pudieras plantear. Ya sea que programes en #linux ...
    #atareaoConLinux
    https://www.youtube.com/watch?v=T6aeN4T_kxU

    In conversation Monday, 24-Apr-2023 18:07:24 CEST from mastodon.social permalink

    Attachments


    1. El naming en Python o como poner nombres a tus variables, clases y funciones
      from atareao
      El naming en #python es algo mas importante de lo que inicialmente te pudieras plantear. Ya sea que programes en #linux #windows o #macos , lo cierto es que ...
  2. David Lord :python: (davidism@mas.to)'s status on Thursday, 20-Apr-2023 13:30:32 CEST David Lord :python: David Lord :python:

    Did you know Werkzeug included a little secret app that rendered a picture of the character MacGyver as ASCII art? I'm removing it and some other unused binary data to save PyPI about 500 GB per month in bandwidth. Here's a final screenshot #Python #Werkzeug

    In conversation Thursday, 20-Apr-2023 13:30:32 CEST from mas.to permalink

    Attachments


    1. https://media.mas.to/masto-public/media_attachments/files/110/227/907/024/911/176/original/a269a118fbb51ec2.png
  3. Victorhck (victorhck@mastodon.social)'s status on Wednesday, 19-Apr-2023 17:58:27 CEST Victorhck Victorhck

    Introduction - Textual

    https://textual.textualize.io/#what-is-textual

    Textual is a Rapid Application Development framework for #Python, built by Textualize.io.

    Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and (coming soon) a web browser.

    In conversation Wednesday, 19-Apr-2023 17:58:27 CEST from mastodon.social permalink
  4. atareao@mastodon.social's status on Tuesday, 18-Apr-2023 18:01:51 CEST atareao atareao

    Mejora tus desarrollos con Python documentando. Pyldoras Pythonicas.
    Si no documentas tu código en #python te arriesgas a ser maldecido por futuros desarrolladores, quienes tratarán de descifrar ...
    #atareaoConLinux
    https://www.youtube.com/watch?v=oVOYfOAoIUg

    In conversation Tuesday, 18-Apr-2023 18:01:51 CEST from mastodon.social permalink

    Attachments


    1. Mejora tus desarrollos con Python documentando. Pyldoras Pythonicas.
      from atareao
      Si no documentas tu código en #python te arriesgas a ser maldecido por futuros desarrolladores, quienes tratarán de descifrar qué diablos estabas haciendo. ...
  5. atareao@mastodon.social's status on Tuesday, 18-Apr-2023 12:00:06 CEST atareao atareao

    Mejora tus desarrollos en Python. Documentación.

    Es posible mejorar tus desarrollos en #python, definitivamente SI, simplemente tienes que documentar todo lo que implementas, si es que no lo haces ya

    https://atareao.es/pyldora/mejora-tus-desarrollos-en-python-documentacion/

    In conversation Tuesday, 18-Apr-2023 12:00:06 CEST from mastodon.social permalink
  6. Cosima Meyer (cosima_meyer@mas.to)'s status on Saturday, 15-Apr-2023 11:35:58 CEST Cosima Meyer Cosima Meyer
    • R-Ladies Bot
    • PyLadies Bot

    I have to admit that it's the small things in life that bring me joy. Seeing @rladies_bot and @pyladies_bot working as expected and sharing knowledge with the world makes my heart full 🥰 #pyladies #rladies #rstats #python

    In conversation Saturday, 15-Apr-2023 11:35:58 CEST from mas.to permalink
  7. protontypes (protontypes@fosstodon.org)'s status on Saturday, 15-Apr-2023 10:50:09 CEST protontypes protontypes

    #Python library for modeling aviation climate impacts https://github.com/contrailcirrus/pycontrails @mlshapiro #climate #climatechange #sustainability #climate #sustainability

    In conversation Saturday, 15-Apr-2023 10:50:09 CEST from fosstodon.org permalink

    Attachments

    1. GitHub - contrailcirrus/pycontrails: Python library for aviation climate impacts
      Python library for aviation climate impacts. Contribute to contrailcirrus/pycontrails development by creating an account on GitHub.
  8. pyOpenSci (pyopensci@fosstodon.org)'s status on Friday, 14-Apr-2023 18:07:46 CEST pyOpenSci pyOpenSci

    xclim, a #python package was accepted after open peer review. it's also a part of our @pangeo_data partnership! We are excited to be supporting the earth and environmental science community through peer review of maintained #opensource software! #openscience

    In conversation Friday, 14-Apr-2023 18:07:46 CEST from fosstodon.org permalink
  9. Mariatta 🤦🏻‍♀️ :python: (mariatta@fosstodon.org)'s status on Friday, 14-Apr-2023 18:06:38 CEST Mariatta 🤦🏻‍♀️ :python: Mariatta 🤦🏻‍♀️ :python:

    My journey begins, and it's a super special one
    🥰

    First leg: YVR ✈️ LAX to see Darren Hayes, celebrating 25 years of memories from Savage Garden (and I really been waiting 25 years for this!!)

    Second leg: LAX ✈️ SLC for PyCon US, celebrating 20 years of PyCon US with the Python community!!!

    #PyConUS #travel #Python

    In conversation Friday, 14-Apr-2023 18:06:38 CEST from fosstodon.org permalink

    Attachments


    1. https://cdn.fosstodon.org/media_attachments/files/110/197/809/665/530/441/original/e379179c29b888ee.jpeg
  10. atareao@mastodon.social's status on Wednesday, 12-Apr-2023 18:02:04 CEST atareao atareao

    Crear tus propios módulos en Python
    Los módulos de #python son como cajitas de herramientas que contienen herramientas especiales que puedes usar en tus ...
    #atareaoConLinux
    https://www.youtube.com/watch?v=cPB838HIfH0

    In conversation Wednesday, 12-Apr-2023 18:02:04 CEST from mastodon.social permalink

    Attachments


    1. Crear tus propios módulos en Python
      from atareao
      Los módulos de #python son como cajitas de herramientas que contienen herramientas especiales que puedes usar en tus programas. ¿Quieres calcular la raíz cua...
  11. atareao@mastodon.social's status on Wednesday, 12-Apr-2023 12:00:06 CEST atareao atareao

    Los módulos de Python. Tus cajas de herramientas

    Los módulos de #python son como cajas de herramientas que contienen herramientas especiales que puedes usar en tus programas. Hay módulos para todo

    https://atareao.es/pyldora/los-modulos-de-python-tus-cajas-de-herramientas/

    In conversation Wednesday, 12-Apr-2023 12:00:06 CEST from mastodon.social permalink
  12. Sean Gillies (sgillies@mastodon.social)'s status on Tuesday, 11-Apr-2023 11:44:40 CEST Sean Gillies Sean Gillies

    Version 1.9.3 of your favorite #Python #vector #GIS library is available today and includes a documentation refresh ✨ I hope you like it!

    https://fiona.readthedocs.io/en/stable/ https://github.com/Toblerity/Fiona/releases/tag/1.9.3

    In conversation Tuesday, 11-Apr-2023 11:44:40 CEST from mastodon.social permalink

    Attachments

    1. Release 1.9.3 · Toblerity/Fiona
      from sgillies
      Version 1.9.3 has a handful of important bug fixes and, in the PyPI wheels, upgrades GEOS to 3.11.2. Rasterio CRS objects are compatible with the Collection constructor and are now accepted (#1248...
  13. protontypes (protontypes@fosstodon.org)'s status on Monday, 10-Apr-2023 13:23:16 CEST protontypes protontypes

    Particle-resolved Monte Carlo code for atmospheric aerosol simulation. https://github.com/compdyn/partmc @mwest1066 #atmosphere #python #sustainability #climate #sustainability

    In conversation Monday, 10-Apr-2023 13:23:16 CEST from fosstodon.org permalink

    Attachments

    1. GitHub - compdyn/partmc: Particle-resolved stochastic atmospheric aerosol model
      Particle-resolved stochastic atmospheric aerosol model - GitHub - compdyn/partmc: Particle-resolved stochastic atmospheric aerosol model
  14. dr 🛠️🛰️📡🎧:blobfoxcomputer: (davidr@hachyderm.io)'s status on Sunday, 09-Apr-2023 18:33:19 CEST dr 🛠️🛰️📡🎧:blobfoxcomputer: dr 🛠️🛰️📡🎧:blobfoxcomputer:

    Is it a realistic goal to have reasonable #interactive #3d #plotting and #animation in #matplotlib (with #python)? Or should I just start elsewhere to begin with?

    Imagine anywhere from 2 to 100 plot elements.

    In conversation Sunday, 09-Apr-2023 18:33:19 CEST from hachyderm.io permalink
  15. Pyodide (pyodide@fosstodon.org)'s status on Sunday, 09-Apr-2023 12:16:52 CEST Pyodide Pyodide

    There will a WebAssembly summit as part of the Europython conference this year.

    Come to discuss Python with WASM in Prague, Czech Republic on July 18, 2023!

    For more details:
    https://ep2023.europython.eu/wasm

    #europython #webassembly #python

    In conversation Sunday, 09-Apr-2023 12:16:52 CEST from fosstodon.org permalink
  16. atareao@mastodon.social's status on Wednesday, 05-Apr-2023 12:00:05 CEST atareao atareao

    Tus logs en Python de forma eficiente

    Los #logs en #python son una potente herramienta para tener información de lo que está sucediendo con tu aplicación. Es el momento de exprimirlos.

    https://atareao.es/pyldora/tus-logs-en-python-de-forma-eficiente/

    In conversation Wednesday, 05-Apr-2023 12:00:05 CEST from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/110/145/621/446/862/166/original/9ea7591ce14c3681.jpeg
  17. atareao@mastodon.social's status on Tuesday, 04-Apr-2023 12:00:07 CEST atareao atareao

    Test unitarios en Python

    Los test unitarios en #Python son una potente herramienta que te ayudarán a programar mejor. En poco tiempo verás como tu código mejora

    https://atareao.es/pyldora/test-unitarios-en-python/

    In conversation Tuesday, 04-Apr-2023 12:00:07 CEST from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/110/139/959/163/287/769/original/3c698a9453cde502.jpeg
  18. Konrad Förstner 💻🧬🦠 (kuf@mastodon.social)'s status on Monday, 03-Apr-2023 21:09:52 CEST Konrad Förstner 💻🧬🦠 Konrad Förstner 💻🧬🦠

    Pandas 2.0.0 just go released! #Pandas #Python #DataScience

    https://github.com/pandas-dev/pandas/releases/tag/v2.0.0

    Here what is new: https://pandas.pydata.org/pandas-docs/version/2.0/whatsnew/v2.0.0.html

    In conversation Monday, 03-Apr-2023 21:09:52 CEST from mastodon.social permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      What’s new in 2.0.0 (April 3, 2023) — pandas 2.0.0 documentation
  19. dubbel (dubbel@mstdn.io)'s status on Monday, 03-Apr-2023 21:07:24 CEST dubbel dubbel

    Found 3 malicious packages on #PyPI: httpxc, inject-rem, and boostbot - all by the same user.
    They download and execute a 10MB .bat from discord on install. All reported to the authorities ofc.
    #python #malware

    In conversation Monday, 03-Apr-2023 21:07:24 CEST from mstdn.io permalink
  20. Neil Stoker (nmstoker@mas.to)'s status on Friday, 31-Mar-2023 19:58:47 CEST Neil Stoker Neil Stoker

    Pyodide: now with 3.11 🚀
    https://blog.pyodide.org/posts/0.23-release/
    #Python #wasm

    In conversation Friday, 31-Mar-2023 19:58:47 CEST from mas.to permalink
  • 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.