Python
Python is a dynamically typed programming language designed by Guido van Rossum. Much like the programming language Ruby, Python was designed to be easily read by programmers. Because of its large following and many libraries, Python can be implemented and used to do anything from webpages to scientific research.
Here are 1,169 public repositories matching this topic...
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
-
Updated
Aug 25, 2020 - C
If somebody has some time for FUSE benchmarking:
diff --git a/src/borg/fuse.py b/src/borg/fuse.py
index 429790e4..27ab1c1a 100644
--- a/src/borg/fuse.py
+++ b/src/borg/fuse.py
@@ -644,12 +644,13 @@ def read(self, fh, offset, size):
data = self.data_cache[id]
if offset + n == len(data):
# evict fully read chunk from cache
-
A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
-
Updated
Jul 27, 2020 - C
PocketSphinx is a lightweight speech recognition engine, specifically tuned for handheld and mobile devices, though it works equally well on the desktop
-
Updated
Mar 28, 2020 - C
astropy/astropy#9468 highlighted that there are code snippets in docstrings that are not actually picked up during doctesting. I strongly feel that shouldn't be the case, we should skip any such testing in very rare occasions.
I tag this as a coordinates issue, but they may be other sub packages affected by the same problem.
Currently the toggle_fullscreen() contain these lines:
This function only works under the UNIX X11 video driver. For most situations it is better to call pygame.display.set_mode() with new display flags.
This is no longer accurate as the function works on windows for sure (tested) and looking at the code likely works on mac and with other display drivers on linux too. I believe it is also
a library for audio and music analysis
-
Updated
Jul 2, 2020 - C
MICROPY_PY_COLLECTIONS_ORDEREDDICT is set individually for every port. We should centralize it's use to py/circuitpy* settings. MICROPY_CPYTHON_COMPAT is an example of a setting that has already been centralized.
../../ports/unix/mpconfigport.h
102:#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (1)
../../ports/nrf/mpconfigport.h
63:#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (1
Currently, the libexamples module is built in syslog-ng unconditionally.
This causes some inconvenience for those who want to experiment with the tutorials in gitbook: their drivers will conflict with the shipped version. They either need to choose another name and adapt significant amount of code for the followup, or need to disconnect the examples module from the build system, prior their wor
Meinheld is a high performance asynchronous WSGI Web Server (based on picoev)
-
Updated
Jun 23, 2020 - C
学习C & C++ & python&汇编语言 LLVM编译器 数据结构 算法 操作系统 单片机 linux 面试
-
Updated
Aug 25, 2020 - C
Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.
-
Updated
Aug 19, 2020 - C
A columnar data container that can be compressed.
-
Updated
Apr 10, 2020 - C
hi,
as you know, in SoLoud, the number of filters are limited
we should implement more like different reverbs, fir and irr filters, (these could be used to implement HRTF support), Chorus, One Poll, One Zero, Pole Zero, Two Pole, Two Zero, etc
a library exists called stk under zlib license which already implemented these maybe we can implement some of these out
Seek performance
Extremely fast tool to remove duplicates and other lint from your filesystem
-
Updated
Aug 16, 2020 - C
Unicorn Console: create quick game !
-
Updated
Jul 14, 2020 - C
An OpenGL RTS game engine written in C
-
Updated
Aug 25, 2020 - C
Keyword spotting on Arm Cortex-M Microcontrollers
-
Updated
Apr 10, 2019 - C
Calling Python functions from the Ruby language
-
Updated
Aug 21, 2020 - C
A high-performance immutable mapping type for Python.
-
Updated
May 25, 2020 - C
Python binding to the Networking and Cryptography (NaCl) library
-
Updated
Aug 18, 2020 - C
Created by Guido van Rossum
Released February 20, 1991
- Organization
- python
- Website
- www.python.org
- Wikipedia
- Wikipedia


Picking up from #15731, there are many places in numpy where we do something like:
It would produce a marginally clearer error if we could change these to use traceback chaining. Our two options are either: