Ibrahim Numanagić

Results 162 comments of Ibrahim Numanagić

Next step: https://docs.python.org/3/library/math.html https://docs.python.org/3/library/random.html https://docs.python.org/3/library/statistics.html

Next steps: - [collections](https://docs.python.org/3/library/collections.html#module-collections) --- `Counter`, `ChainMap`, `deque`, `defaultdict` and `OrderedDict` - [bisect](https://docs.python.org/3/library/bisect.html) -- one part is already there - [heapq](https://docs.python.org/3/library/heapq.html) - [statistics](https://docs.python.org/3/library/statistics.html) - [os](https://docs.python.org/3/library/os.html) -- can you prepare the...

## BioPython / pyVCF #### [Align](https://biopython.org/docs/1.75/api/Bio.Align.html) - [ ] `Bio.Align.MultipleSeqAlignment` - [ ] `Bio.Align.PairwiseAligner` - [ ] `Bio.Align.PairwiseAlignment` - [ ] ` Bio.Align.PairwiseAlignments` #### [SeqUtils](https://biopython.org/docs/1.75/api/Bio.SeqUtils.html) #### [SeqRecord](https://biopython.org/docs/1.75/api/Bio.SeqRecord.html) #### [SeqFeature](https://biopython.org/docs/1.75/api/Bio.SeqFeature.html) -...

Hi @jodiew: We will need these for now: - Simple execute (with stdout / stderr separation) - Introspection/Hover (create a dummy Python functions that just shows the location of hover)...

Hi @jamestwebber, Yes, print right now supports both modes, and we'll update the docs soon (`print` function landed quite recently). `print ` (note the space) is a statement, and it...

Hi @dawnmy It is alive. We are currently working on the next major version. Once that is done, we will update the repository.

Thanks. Is there any (cumbersome) hack around this limitation? I tried adding two executable stanzas but dune was not happy about two stanzas sharing same modules.

Right now, you can use WLS to run Codon. We plan to support Windows in the future. There are only a few POSIXy things that need to be ported over....

@PunchCakee probably not--- you will need to compile `libcodonrt` as well for it to work. @oSethoum et al.: We currently do not have anybody with Windows development experience on our...

This is finally happening: use #403 to track the progress.