home.social

#spyder — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #spyder, aggregated by home.social.

  1. I packaged the spyder-vim plugin to add keybinding to , below is a screencast. It's kinda meh though 😅 You have to focus a text box below the editor for the vim keybindings to be honored, and ESC doesn't focus it 🤨.

  2. RE: fosstodon.org/@nobodyinperson/

    Okay as it's such a hassle to get a working going on , I made this flake so you can use this command to launch Spyder with your desired packages available:

    > nix run git+codeberg.org/nobodyinperson/ni numpy scipy pandas matplotlib ...

    EDIT: 👆 And Mastodon still can't do Markdown, so it wrecks the displayed link. If you copy-paste it, it should be correct though.

    More info here:

    codeberg.org/nobodyinperson/ni

  3. Installing on :nixos: , ugh... 😩

    • must use spyder from unstable, in stable it depends on insecure qtwebengine-5
    • it runs, but the interactive terminal needs spyder_kernels module
    • adding python3Packages.spyder-kernels to the python env, doesn't help
    • putting python3Packages.spyder{,-kernels} both into current Python env is a problem, how do I make a nixpkgs.overlays to pick certain Python packages from unstable?

    😑....

  4. During the Mille Miglia (Thousand Miles) race in Italy in 1954,
    Hans Herrmann and Herbert Linge with a Porsche 550 Spyder
    (race number 351)
    pass UNDER THE LOWERED BARRIER of a railroad crossing near Brescia just before the fast train to Rome.

    The pictures on the following page show how low this car is:
    <type550.com/history/special-sp>.

    #CarRacing
    #MilleMiglia
    #Porsche
    #Porsche550
    #Porsche550Spyder
    #Spyder

  5. Good Bye Trinket. Hello WebTigerPython?

    Über ein Video von Rhett Allain erreichte mich die betrübliche Nachricht, daß die Online-Python-IDE Trinket im August dieses Jahres den Dienst einstellt. Zwar soll die Software, die Trinket antreibt, unter einer Open-Source-Lizenz veröffentlicht werden, die Trinket-Website wird aber definitiv geschlossen. kantel.github.io/posts/2026020 #Python #Trinket #WebTigerPython #Turtle #VPython #CreativeCoding #Spyder #Physik

  6. Aufreger des Tages: Mein Datacolor "Spyder5"-Colorimeter und die Software "SpyderUtility" zur Kalibrierung meiner Monitore lässt sich bald als Neuinstallation nicht mehr in Betrieb nehmen. Der Grund seien Sicherheitsmängel, siehe Screenshots - schade, weil sowohl Hard- als auch Software immer noch sehr gut funktionieren.
    Also wegwerfen?? #OpenSource könnte ein Ausweg sein: Hat jemand Erfahrung mit "Spyder"-Hardware unter #DisplayCAL und #ArgyllCMS (Win/ #Linux )?
    #cms #DataColor #Spyder5 #spyder

  7. Updated #Spyder and #matplotlib stopped working, right in the middle of writing two papers with lots of plots. Force reinstall fixed it, but the point is I could have died.

  8. Список 10 лучших IDE и редакторов кода для веб‑разработчиков

    Веб-разработка — одна из самых динамично развивающихся областей IT. Чтобы работать эффективно и создавать качественный код, важно выбрать правильный инструмент. В данной статье мы рассмотрим 10 лучших IDE и редакторов кода, которые помогут веб-разработчикам ускорить процесс, улучшить качество проектов и сделать повседневную работу удобнее и приятнее. Если вам нравится IT-тематика и полезные советы, заглядывайте в мой Telegram-канал . Там я часто публикую свежие новости и разные полезности. А теперь давайте перейдём к сути статьи. Писать код можно даже в обычном текстовом редакторе — ничто не мешает создать простой сайт в «Блокноте» и сохранить его с расширением .html. Но для более удобной и быстрой работы рекомендуется использовать интегрированные среды разработки (IDE) или продвинутые редакторы.

    habr.com/ru/articles/964448/

    #ide #текстовый_редактор #системное_программирование #софт #редактор_кода #редактор #visual_studio #visual_studio_code #spyder #phpstorm

  9. We made a video showcasing new features of Spyder 6.1 and posted it on YouTube:

    youtube.com/watch?v=lBnfVmSQLi8

    * multi-cursor support in editor
    * exploring remote filesystems
    * graphical updater for Spyder
    * profiling in the IPython console
    * move between undocked panes
    * explore Polars dataframe
    * connect to JupyterHub
    * support Ruff and Flake8

    Have a look and tell us what you think!

  10. We’re always looking for new ways to improve our beloved Variable Explorer 🧐

    Our next version will capture and nicely show any error message generated when you’re trying to view a variable through it 😎

    Check it out!

  11. 🎉 Great news for all heavy users of Spyder’s editor! 🎉

    In 6.1 it’ll give better and much faster error and warning messages!! 🚀⚡

    That’s thanks to @charliermarsh's Ruff package and Flake8. Hope you like it!

  12. Spyder 6.1 will come with an assorted array of cool features, and the one we’d like to mention today is no less impressive:

    JupyterHub support!! 🤯🥳🥰

    Yeah! As long as your JupyterHub server includes our own extension, you'll be able to easily use it to run your code! 💪

    🧐 You just need to ask IT to install our Jupyter server extension: github.com/spyder-ide/spyder-r

  13. The fourth (and hopefully final) alpha release of Spyder 6.1 came out earlier this week, with ...

    🐻‍❄️ support for Polars dataframes (see previous post)
    🖥️ support for connecting to JupyterHub servers
    ☰ reorganized menus to make them easier to navigate
    🇽 new shortcut to close Variable Explorer viewers
    📊 no more blurred plots on high DPI screens
    🪦 kill kernels when Spyder crashes
    … and more …

    The plan is to follow this with a beta release mid-August.

  14. 🐻‍❄️ If you're a fan of Polars dataframes, you’ll be thrilled to know that Spyder 6.1 will support them out of the box!! 🥳🥰

    There’s one minor caveat though ...

    🧐 For this you’ll need to install the Pyarrow package as well.

    😎 But fear not, we’ll give you a nice warning when Pyarrow is missing.

  15. 🧐 Did you know that since Python 3.7 dictionaries are ordered according to the way their items are inserted?

    😅 It took us some time, but in Spyder 6.1 dictionaries will be displayed that way in the Variable Explorer! 😍

  16. The last missing piece to have a great experience when working with undocked panes will arrive in 6.1!! 🥳🎉

    You’ll be able to switch between undocked panes with the keyboard shortcuts you use in the main window💪

    Check it out!

  17. For those lucky enough to be at the SciPy conference in Tacoma, WA: One of our core developers, CAM Gerlach, will be giving a talk tomorrow (Friday 11 July) at 2:35 PM in Room 317 to show off our work in order to support remote development. cfp.scipy.org/scipy2025/talk/X

    CAM will also provide a short update on what we've been up to as part of the SciPy Tools Plenary at 10:00 AM on the same day.

  18. Our first major milestone for remote development in 6.1 landed last month!! 🤩🎉

    🌐 After starting a remote console, you’ll be able to browse the remote filesystem in Spyder!

    Stay tuned for more cool updates in the coming weeks 😎

  19. The third alpha release of Spyder 6.1 is now available!

    Get it at github.com/spyder-ide/spyder/r

    We've been working on this version for around half a year now and it's working relatively well. We encourage all people who like the bleeding edge to give it a try.

    Summary of new features:
    * multiple cursors in editor
    * graphical interface when updating
    * plot histograms of dataframes
    * support more types of variables
    * browse remote file systems
    * support Pixi environments
    * ...

  20. Spyder 6.0.7 was released a couple of days ago! 🕸️

    This was one week after we released version 6.0.6. Having two releases so close together was not the plan, but in fixing a bug in 6.0.6 we introduced another one for some users, so we had to make another release. Apologies to everybody affected!

  21. We released Spyder version 6.0.6 last week, fixing about a dozen bugs and annoyances. See the GitHub release page at github.com/spyder-ide/spyder/r for how to install and other details.

  22. 🚀 6.1 alpha 2 was released a few days ago and comes with a couple of neat improvements for our new multi-cursor support! 🥰

    1️⃣ You can now decide how you want to paste the contents of multiple cursors! 💪 (1/2)

  23. 💪 We have tons of ideas to keep improving Spyder! But we need your support to implement the most impactful ones ♥️

    That’s why we created a new Support page on our website! Check it out at spyder-ide.org/donate and donate to the projects you’d like to see in future versions! 🥰

    If you have more ideas to improve Spyder, we’d love to hear them too! 😍

    Leave a comment below or open an issue about it on Github: github.com/spyder-ide/spyder/i

  24. So I recently learned that I need to get away from #PyCharm since #JetBrains has decided to "go AI":

    jetbrains.com/pycharm/features

    When looking at my other options, I saw that #Spyder (spyder-ide.org/) looked interesting, then scrolled down and saw that it was funded by the Chan Zuckerberg Initiative (en.wikipedia.org/wiki/Chan_Zuc), which sounds like something I should avoid.

    I'm currently thinking Eric (eric-ide.python-projects.org/) might be the way to go. I don't need (or want) anything fancy. I just want a #FOSS #Python #IDE that works well and will keep working without trying to charge me money, sell my data, or accost me with #LLM code vomit.

    Are there any better (or different) options? Is there anything good I can install from the package manager on #Debian ?

    #EricIDE

  25. Easy Ghost Imaging Simulations (and some codes to do it at home)

    A few weeks ago I gave a short seminar on how to do very simple Ghost Imaging simulations. So simple that you can run then in your latptop in a few seconds (or minutes), and you can use them as building blocks to develop larger projects. I created a Github repo with all the codes needed, and I will explain how to use them a little bit here. This is just a quick text covering some of the slides of the seminar, which was aimed at people who are already familiar with Ghost Imaging, but not so […]

    fsolt.es/2025/04/easy-ghost-im

  26. #TheMetalDogArticleList
    #BLAERMOUTH.N
    STEEL PANTHER's MICHAEL STARR On New Bassist SPYDER: 'We've Known Each Other For 25 Years'
    In a new interview with the "Heavy Handed" podcast, STEEL PANTHER singer Michael Starr reflected on the band's recent search for a new bassist following the July 2021 exit of Lexxi Foxx. Reflecting on how Joe "Spyder" Lester ended up...

    blabbermouth.net/news/steel-pa

    #SteelPanthers #MichaelStarr #NewBassist #Spyder #25YearFriendship #MelodicMetalBand #GlamMetalHits

  27. Looking for a Can-Am Sounder Trike enthusiast? Are you here ? #trike #canam #spyder