python-intermediate-development icon indicating copy to clipboard operation
python-intermediate-development copied to clipboard

Intermediate Research Software Development Skills In Python Lesson Material

Results 114 python-intermediate-development issues
Sort by recently updated
recently updated
newest added
trafficstars

As agreed in a chat with @anenadic : ```[tasklist] ### Tasks - [ ] We will attempt to get current set of PRs merged in or resolved - [ ]...

Currently, the flow leading up to section 4 results in merge conflicts when opening a pull request from `feature-std-dev` into `dev`, because in the meantime there have been changes in...

## 1. Merge to main or dev? In this paragraph 'Raising a pull request': https://carpentries-incubator.github.io/python-intermediate-development/41-code-review/index.html#raising-a-pull-request . In point 4 we say: Select the base and the compare branch - main...

Because Python is still quite a dynamic language, the released and stable versions are always changing. This means that the versions that should be used in the parts of the...

Intermediate Software Development Sam Mangham, Ed Parkinson, Chiedozie Okorie, Afternoon of 8 October 2024, 13:00-17:00 [EPSRC CDT in Quantum Technology Engineering](https://qte.ac.uk/) Note: just the first half day of material, delivered...

pilot

Intermediate Research Software Development Chris Wood, Evgenij Belikov (EPCC) 26 - 28 November 2024 09:30 - 17:00 [Queen's University, Belfast](https://www.archer2.ac.uk/training/locations/qub) https://www.archer2.ac.uk/training/courses/241126-int-sw-dev/

pilot

I think it is useful to share our experience teaching the new material in section 3. In summary: our participants (and we) really liked the content! It is super relevant...

I ran just lesson 1 for a group who turned out to be slightly above novice but turned out to be not _quite_ at the right level for this, so...

improvement

In episode 2.3: [Continuous Integration for Automated Testing](https://carpentries-incubator.github.io/python-intermediate-development/23-continuous-integration-automated-testing/index.html), under the example `.github/workflows/main.yml` file there is a 'dangling' reference to "use `python3 -m pip install -e` as before", which is not...

Fix #498: - Shift CI matrix versions from 3.10-3.12 -> 3.11-3.13 - Update `requires-python` version for poetry from 3.10 -> 3.11