🛠️ Curious how coding can support your research?
Join our Software Carpentry Workshop for absolute beginners – no experience needed, just curiosity and motivation!
📅 May 12–13, 2025, 09:00–16:00
📍 ZB MED, Cologne
👩💻 Hands-on sessions on:
#UnixShell
#Git for version control
#Python programming
👩🏫 With @RabeaMue, Silvia Di Giorgio & Justine Vandendorpe
🔗 Register: https://zbmed.github.io/2025-05-12-Software_Carpentry_ZB_MED/
#SoftwareCarpentry #OpenScience #ResearchTools #CodingForResearchers
📢 Today we relaunched The Carpentries’ main website and its Lesson Programs websites! 🎉
Updates to the sites have been in process for some time, and we are pleased to finally share the outcomes of all that work with you. We invite any feedback you may have as we continue to improve these websites.
Find out about the changes we made, and explore the new websites linked in this relaunch announcement: https://carpentries.org/blog/2024/11/the-carpentries-websites-relaunched/
#Carpentries #SoftwareCarpentry #DataCarpentry #LibraryCarpentry
We are pleased to announce that today, 18 November, we have relaunched the main Carpentries website and the three lesson program websites! All four websites have been redesigned to allow for integrated navigation between them, allowing the viewer to navigate to any other one of the websites from another. The URLs for the main Carpentries website, as well as the Software Carpentry, Data Carpentry, and Library Carpentry websites all remain the same. Recently, we outlined how the websites were redesigned to provide an overview of The Carpentries, primarily for the general public, Carpentries member organisations, funders, and sponsors, as well as new members to the community or members who would like a refresher on The Carpentries’ core operations and community structure.
Yesterday we announced that as part of our ongoing journey towards consolidating our resources and three lesson programs (Data Carpentry, Software Carpentry, and Library Carpentry) under one, unified, identity as The Carpentries, most of the content on the three lesson programs' websites will now be accessed from the main Carpentries website.
For the full announcement, visit: https://carpentries.org/blog/2024/07/lesson-programs-websites-content-pared-down/
#Carpentries #DataCarpentry #SoftwareCarpentry #LibraryCarpentry
Day 1 of the *first* in-person #softwarecarpentry workshop in Japanese is in the books! It was a huge success thanks to other helpers and instructors! (not to mention the participants who kept at it through many tricky shell and git commands!) 🙇
Looking forward to Day 2!
*始めて*の対面・日本語ソフトウェアカーペントリーワークショップの1日目が無事に終わりました!他のヘルパーとインストラクターのおかげさまで大成功でした。(もちろん、難しいシェルやgitコマンドに負けないで最後まで頑張った参加者も!)🙇
二日目が楽しみです!
🔨
If you just have one hour time to listen to a podcast this month, listen to this one:
https://corecursive.com/beautiful-code-with-greg-wilson/
One of the most inspiring and also energising podcasts I've heard in a long time. Greg Wilson talks about software development as first aid, code literacy/comprehension and on the missing language and practice in software design there is compared to something like designing a bus shelter.
#softwaredevelopment #softwarecarpentry #softwarecraft #softwarearchitecture
Have you ever felt like your code could be more than just functional, that it could be beautiful? Greg Wilson didn't just ponder this; he embarked on a quest to elevate software design to an art form. From a soldering iron burn that steered him away from electrical engineering to his crusade for a shared language in software architecture, Greg's... […]
Sitting at the cottage with my ereader, and I recall I have an early draft of #TeachingTechTogether by @gvwilson on it. Purchased the final/latest release and dove in.
Such an amazing, inspiring resource! Maybe even better than the #SoftwareCarpentry lessons it grew out of. Making me scheme about how to do more teaching when I get back to the lab later this month.
Protip: you can read it for free online, but if you want the 'published' epub, you can get it direct from Kobo. You don't need to suffer the terrible VitalSource format offered by the publisher.
Hi friends, I'm looking to put together a list of recommended tutorial to get new students going with a) the Unix or Linux command line; b) Python (with Jupyter Notebooks); c) shell scripting with bash; d) other command line productivity tools (top 10 most useful?). I have a few links such as http://www.ee.surrey.ac.uk/Teaching/Unix/, which is good, but doesn't go far enough, or the #softwarecarpentry curriculum.
Anything you like particularly? Online best, videos great, books ok. #python #scipy
So, Trevor Price & I started building the #SoftwareCarpentry Windows Installer. It started out as a Python script. You had to get Python working and then you ran this script and it took care of some of the additional complexities. This is as close as I can get to the original script:
https://github.com/swcarpentry/windows-installer/commit/95f7b2e732454bd44a7004bd99d731dfe2ff3e95
We kept adding more fixes (& fixing things that broke; which happened a lot) & eventually packaged it all as a proper Windows installer to make things easier for students.