Shaare your links...
2353 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 3
43 results for tags Python x
  • Better dates & times for Python
    Found on the Sage site https://doc.sagemath.org/html/en/reference/spkg/
    Might be useful for post-processing BE-Rb measurements.
    Mon Feb 17 18:50:33 2025 - permalink -
    - https://pypi.org/project/arrow/
    FOSS lic:Apache Python software time
  • A Crash Course in Python for Scientists, by Rick Muller, Sandia National Laboratories
    Fri Aug 23 13:33:17 2024 - permalink -
    - https://nbviewer.org/gist/anonymous/5920182
    language programming python reading TODO
  • How do I print colored text to the terminal?
    Some ANSI escape sequences, this might help me write a program to clean up transcripts.
    Mon Aug 19 07:25:03 2024 - permalink -
    - https://stackoverflow.com/questions/287871/how-do-i-print-colored-text-to-the-terminal
    programming Python
  • Rclone and Go
    rclone is a command line program to sync your data to and from cloud providers. See also https://www.craig-wood.com/nick/articles/pi-chudnovsky/for Python programs to calculate π, which I found via a link on https://www.angio.net/pi/pi-programs.html
    Thu Feb 1 19:20:14 2024 - permalink -
    - https://www.craig-wood.com/nick/articles/rclone-and-go-2018/
    Go pi Python software TODO π
  • GitHub - sigmf/SigMF: The Signal Metadata Format Specification
    By providing a standard way to describe data recordings, SigMF facilitates the sharing of data, prevents the "bitrot" of datasets wherein details of the capture are lost over time, and makes it possible for different tools to operate on the same dataset, thus enabling data portability between tools and workflows.

    Implementations of the the standard are available for Python, C++ and GNU Radio.
    Mon Oct 23 10:22:59 2023 - permalink -
    - https://github.com/sigmf/SigMF
    C++ CC-BY-SA GNU Python radio software
  • Raspberry Pi Pico NeoPixel LED Examples
    Controlling NeoPixel LEDs with a Raspberry pi Pico and Circuit Python.
    Sat Oct 14 12:30:26 2023 - permalink -
    - https://projects-raspberry.com/raspberry-pi-pico-neopixel-led-examples/
    DSKY electronics pi Pico Python raspberry software π
  • GitHub - abulka/pyrpn: Python to RPN converter for generating programs for the HP42S and DM42 calculators (and emulators like Free42)
    Python to RPN converter for generating programs for the HP42S and DM42 calculators (and emulators like Free42).
    From https://www.hpmuseum.org/forum/thread-10178-post-177378.html#pid177378
    MIT licensed according to README.md
    Mon Sep 18 15:19:18 2023 - permalink -
    - https://github.com/abulka/pyrpn
    Hewlett MIT Packard Python RPN tool
  • Introducing IPython and the Jupyter Notebook
    First chapter of the IPython Cookbook, Second Edition, by Cyrille Rossant, a guide to numerical computing https://ipython-books.github.io/
    Found on https://cyrille.rossant.net/ via the article https://cyrille.rossant.net/moving-away-hdf5/ cited on Peter Monta's blog http://www.pmonta.com/gnss-sky-recordings.html
    Sun Jun 4 14:58:35 2023 - permalink -
    - https://ipython-books.github.io/11-introducing-ipython-and-the-jupyter-notebook/
    book FOSS Python reading
  • GitHub - aewallin/allantools: Allan deviation and related time & frequency statistics library in Python
    A python library for calculating Allan deviation and related time & frequency statistics. LGPL v3+ license.

    Use https://github.com/aewallin/allantools.git to clone it.

    http://www.stable32.com/ appears to be a closed source program (free Windows executable available) used in the frequency stability community.
    Thu May 25 11:57:47 2023 - permalink -
    - https://github.com/aewallin/allantools
    Allan FOSS LGPL Python software
  • A GNU Radio DCF77 Time Signal Decoder
    Recently a DCF77 receiver and decoder program based on Python and GNU Radio has been uploaded to GitHub
    https://github.com/henningM1r/gr_DCF77_Receiver
    by henningM1r. It includes a simulator written in Python so you can simulate your own DCF77 signal for testing the receiver too.

    Currently the decoder has been tested to work with an Airspy HF+ Discovery SDR, but it should work with any SDR capable of receiver 77.5 kHz if the GNU Radio source block is changed out.
    Fri Apr 28 10:16:38 2023 - permalink -
    - https://www.rtl-sdr.com/a-gnu-radio-dcf77-time-signal-decoder/
    DCF77 GNU Python radio software
  • Google Calendar Command Line Interface
    gcalcli is a Python application that allows you to access your Google Calendar(s) from a command line. It's easy to get your agenda, search for events, add new events, delete events, edit events, see recently updated events, and even import those annoying ICS/vCal invites from Microsoft Exchange and/or other sources. Additionally, gcalcli can be used as a reminder service and execute any application you want when an event is coming up.

    gcalcli uses the Google Calendar API version 3.

    Found on https://www.raspberrypi.com/news/pico-powered-progress-bar/
    Mon Apr 17 13:54:18 2023 - permalink -
    - https://github.com/insanum/gcalcli
    calendar FOSS Python software
  • Predict when the Moon is illuminated by the French GRAVES space surveillance radar.
    Found via the author's blog https://www.dl1ye.com/posts/2021-04-29-universal-lnb-biastee/ which in turn was found when searching for a bias tee.
    Fri Nov 25 23:17:05 2022 - permalink -
    - https://gitlab.com/knightshrub/graves
    physics Python software space
  • The Meson Build system
    Meson is an open source build system meant to be both extremely fast, and, even more importantly, as user friendly as possible.

    The main design point of Meson is that every moment a developer spends writing or debugging build definitions is a second wasted. So is every second spent waiting for the build system to actually start compiling code.
    Sat Nov 5 21:10:28 2022 - permalink -
    - https://mesonbuild.com/index.html
    Python tool
  • Pocket SDR - An Open-Source GNSS SDR
    Pocket SDR is an open-source GNSS (Global Navigation Satellite System) receiver based on SDR (software defined radio) technology. It consists of a RF front-end device, some utilities for the device and GNSS-SDR APs (application programs) written in Python and C. It supports almost all signals for GPS, GLONASS, Galileo, QZSS, BeiDou, NavIC and SBAS.
    From Tomoji Takasu, the author of rtklib.
    https://www.rtklib.com/rtklib_sdr.htm has a nice table describing GNSS signals.



    See also https://s-taka.org/en/awesome-pocketsdr-pocket_trk/ for several blog articles about pocketSDR.
    Sat Oct 29 22:54:00 2022 - permalink -
    - https://github.com/tomojitakasu/PocketSDR
    blog FOSS Python radio satellite-navigation software
  • GitHub - odrisci/peregrine: Peregrine software GNSS receiver.
    Peregrine is a fast and flexible open-source software GNSS receiver. It can be used as a standalone application to post-process GNSS data all the way to PVT solutions or as from within IPython as a toolkit for GNSS data exploration.

    Peregrine is written in Python for flexibility and ease of development and uses the libswiftnav C library for speed.

    Full documentation available online at http://docs.swift-nav.com/peregrine

    Found via https://github.com/odrisci/gnss-sdr, a fork of GNSS-SDR implementing code-less tracking for Galileo E1 PRS signals, which in turn was found in "Codeless Code Tracking of BOC Signals" by Cillian O’Driscoll, James T. Curran; Proceedings of the 29th International Technical Meeting of the ION Satellite Division, ION GNSS+ 2016, Portland, Oregon, September 12-16, 2016, pp. 497-508.
    Thu Sep 8 17:39:15 2022 - permalink -
    - https://github.com/odrisci/peregrine
    FSS GPL Python radio satellite-navigation software
  • Home Assistant
    Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.
    Found via Leonardo Robol's GitHub repository
    Sat Aug 20 09:55:10 2022 - permalink -
    - https://www.home-assistant.io/
    for:zsa Python TODO
  • Quisk, a Software Defined Radio (SDR).
    You supply an antenna and a complex (I/Q) mixer to convert the radio spectrum to a low IF. Then send that IF to your computer using the sound card, Ethernet or USB. The Quisk software will read the I/Q data, tune it, filter it, demodulate it, and send the audio to headphones or speakers. Quisk has a microphone input and a key input so it can operate as a complete transceiver.
    Mon Jul 4 09:46:46 2022 - permalink -
    - https://www.james.ahlstrom.name/quisk/docs.html
    FOSS Python radio software
  • GitHub - x-hw/amazing-qr: 💮 amazing QRCode generator in Python (supporting animated gif) - Python amazing 二维码生成器(支持 gif 动态图片二维码)
    Found on Jamie Zawinsky's blog https://www.jwz.org/blog/2022/04/this-is-magical/
    Tue May 24 11:26:06 2022 - permalink -
    - https://github.com/x-hw/amazing-qr
    humor Python QR-code tool
  • mpmath - Python library for arbitrary-precision floating-point arithmetic
    mpmath is a free (BSD licensed) Python library for real and complex floating-point arithmetic with arbitrary precision. It has been developed by Fredrik Johansson since 2007, with help from many contributors.
    Tue May 17 15:57:41 2022 - permalink -
    - https://mpmath.org/
    algorithm BSD FOSS mathematics numerical Python
  • Matplotlib — Visualization with Python
    Tue May 17 15:56:52 2022 - permalink -
    - https://matplotlib.org/
    FOSS plot Python software
Links per page: 20 50 100
◄Older
page 1 / 3
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.