Skip to content

Commit cfc3898

Browse files
committed
newsletter second edition
1 parent a88c6e8 commit cfc3898

File tree

2 files changed

+108
-0
lines changed

2 files changed

+108
-0
lines changed
Loading
Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
---
2+
title: "Newsletter Second Edition"
3+
slug: "newsletter-second-edition"
4+
date: 2024-12-04
5+
authors: ["Mfonobong Uyah"]
6+
tags: ["Newsletter", "OSL", "Second Edition"]
7+
categories: ["Newsletter"]
8+
description: |
9+
The second edition of the OSL newsletter is here. Catch up on the latest updates from within and outside our organisation. Don't forget to share this resource with your network.
10+
thumbnail: "/header.jpg"
11+
template: "blog-post.html"
12+
---
13+
14+
**Highlights:**
15+
16+
- **Review of pyOpenSci Fall Festival 2024**
17+
- **ArxLang/ASTx talk at PyConLadies2024**
18+
- **Did You Know?**
19+
- **What’s New in Software Development?**
20+
- **More on MAKIM and ArxLang/ASTx Developments**
21+
- **Open Study Group**
22+
23+
## Review: pyOpenSci Fall Festival 2024 in A Few Sentences
24+
25+
Our partner, pyOpenSci, just concluded the maiden edition of its Fall Festival. The highly anticipated event ran from October 28 to November 1, 2024, exposing participants to coding best practices, exciting sample projects, new tools and products, and games like Roast My Repo. The entire event was hosted on Spatial Chat.
26+
27+
If you were unable to attend this event, we got you covered. Here’s a brief summary of each day’s activities:
28+
29+
- Day 1: Keynote talks from Eric Ma, Melissa Medoca, and Rowan Cockett. These experts spoke on Open Science in Relation to biomedicine and LLMs, the impact of Open Source on Open Science, and how Markdown catalyses scientific computations through MySTMd.
30+
31+
- Day 2: A three-part session on formatting code, modularising code, and finally, testing code.
32+
33+
- Day 3: Insightful package creation tutorial using a template designed and owned by the pyOpenSci community.
34+
35+
- Day 4: Tips and tricks to effectively sharing a code. How to publish your package on TestPyPI, and add a DOI to your GitHub repo using Zenodo.
36+
37+
- Day 5: Reproducible reports with Quarto (interactive Python and R in your browser). Speech by George Stagg and demo by James Balamuta.
38+
39+
## News: ArxLang/ASTx talk at PyConLadies2024
40+
41+
We invite you to attend the ArxLang/ASTx talk at the PyConLadies 2024 event. This 20-minute discussion promises to be insightful and interactive. It is titled: “ASTx: Empowering Language Processing Through Custom Abstract Syntax Trees”, and will be hosted by Ana Krelling, an impeccable contributor to the OSL community.
42+
43+
If you’re interested in software development, especially regarding language processing, Python, or, precisely, abstract syntax trees, we welcome you to take a front-row seat. The date and time of the OSL session is as follows: 2024-12-07 01:10-01:30 (UTC)/20:10-20:30 (America/New York).
44+
45+
Get more information [here](https://conference.pyladies.com/).
46+
47+
## Did You Know?
48+
49+
You can convert a Jupyter notebook to a script in the terminal
50+
Once you have the terminal open, you can use it to run Jupyter notebooks as scripts by running:
51+
52+
```jupyter nbconvert --to script <notebook_name>.ipynb```
53+
54+
This converts the notebook into a Python script, which can then be executed directly from the terminal.
55+
56+
## What’s New in Software Development
57+
58+
**Linux Kernel 6.12 Has Been Released.**
59+
The new update is intended to receive Long-Term Support (LTS), up until 2026. It reportedly comes packed with features such as real-time computing with PREEMPT_RT, hardware enhancements for AMD, Intel, and NVIDIA, and network improvements for DMTCP, IPv6 IOAM6, and PTP Timestamps.
60+
61+
Other pecks of the Linux Kernel 6.12 are driver updates, thermal core testing, file-backed mount support, guest PMU support, ARM permission overlay support, android guest support, and more. You can read more on this here.
62+
63+
## Updates: Recent Implementations from the Makim and ArxLang/ASTx teams
64+
65+
### Makim team
66+
67+
- feat(ssh): support SSH-based command execution
68+
- fix: Fix validate_config function name
69+
- chore: Add initial infrastructure for SSH tests
70+
- fix: Fix xonsh version
71+
- chore(ci): Fix linter job on CI
72+
- feat: add matrix strategy
73+
74+
### ArxLang/ASTx team
75+
76+
- feat: add IfExpr class
77+
- feat: create WhileExpr class
78+
- fix: change args type in FunctionCall class
79+
- imp: Improve the output for ForRangeLoopExpr
80+
- feat: Add support for bool operators - transpiler
81+
- chore(linter): Fix issues pointed by the linter
82+
83+
## What’s Next? How to Get Started Learning About OSL Projects and Activities
84+
85+
- **Tour Our Website:** Explore our mission, vision, contribution guidelines,
86+
and more on the [OSL website](https://www.opensciencelabs.org).
87+
- **Become a Member:** Join our
88+
[OSL Discord server](https://www.opensciencelabs.org/discord) to connect with
89+
like-minded individuals, contribute to discussions, and collaborate to project
90+
under OSL umbrella. Whether you have a technical background or are a new
91+
enthusiast, everyone is welcome!
92+
93+
- **Stay Connected:** Follow us on
94+
[LinkedIn](https://www.linkedin.com/company/opensciencelabs) and
95+
[X](https://twitter.com/opensciencelabs) to get updates about published
96+
articles and events before they hit your email.
97+
98+
- **Explore Our Projects and Ideas:** Visit our
99+
[YouTube channel](https://www.youtube.com/@opensciencelabs/videos). With 12
100+
insightful videos already available and many more rolling out soon, you can
101+
learn how to install and use our most popular tools, as well as gain knowledge
102+
on programming languages, coding best practices, and past events.
103+
104+
### Open Study Group
105+
106+
Join our Open Study Group! Everyone is welcome to participate in our dedicated one-hour sessions designed to support your personal studies. Use this online meeting space to focus on your work, ask questions, and share updates about your progress. Whether you're tackling a new project, learning a new skill, or simply seeking a quiet time to study, our study group provides a supportive and collaborative environment to help you achieve your goals. Come connect with fellow learners and make the most of your study time together!
107+
108+
Ask for more information on our [Discord](https://www.opensciencelabs.org/discord).

0 commit comments

Comments
 (0)