-
The project was downloaded on October 2nd at ~11PM. The project
runs and all the tests pass.
The code is well structured and mostly clear and well commented. I would have wished the code implem…
-
Is it possible to specify the interpreter to use, i.e., its path, at runtime?
Something like:
```
use std::env;
use cpython::...
fn main() {
let path = env::current_exe().unwrap();
…
-
Hi! I just watched the course of you in YouTube and I really enjoyed it ('Pybrain: M/EEG analysis with MNE Python'). Thank you for sharing that course with us on YouTube.
I have a question now, does …
-
Currently, the unit tests fail on python 3.6 (see https://github.com/nu-radio/NuRadioMC/actions/runs/7884786760/job/21514540342). There seem to be two separate issues:
- `NuRadioReco.detector.RNO_G.r…
-
Apple is deprecating Python 2.7 in macOS 12.3.
https://developer.apple.com/documentation/macos-release-notes/macos-12_3-release-notes
I believe this means that no version of Python will be inclu…
o0-o updated
9 months ago
-
First, essential topics to develop teaching materials for:
- [ ] git / GiHub
- [x] OS licensing
- [ ] reproducible open science
Ideas:
[Scanned Documents.pdf](https://github.com/gwu-libraries/OSPO…
-
Now that we have updated this project to use Python 3.12 (#124), all multi-line f-strings should be updated to use the new syntax.
For example:
```python
my_var: str = (
f"""This is a {
…
-
https://github.com/microsoft/vscode-python/issues/23280#issuecomment-2083078678
and
https://github.com/microsoft/vscode-python/issues/23856
We should have better documentation regarding .env fil…
-
The recently added overview (which is overall pretty great), implies that for Pure Python packages, you only want to upload a sdist. While it's generally true that some of the wins are most obvious wi…
-
**Purpose:**
Sometimes for debugging purposes there is a need to know what is the Ol configuration (what options are enabled, disabled). We can always look in the DEBUG logs, some information is ther…