Python Swift

Open-source Python projects categorized as Swift

Top 8 Python Swift Projects

  • arl

    lists of most popular repositories for most favoured programming languages (according to StackOverflow)

  • emerge

    Emerge is a browser-based interactive codebase and dependency visualization tool for many different programming languages. It supports some basic code quality and graph metrics and provides a simple and intuitive way to explore and analyze a codebase by using graph structures.

    Project mention: Ask HN: In-editor visual mind map/graph tool for code? | news.ycombinator.com | 2023-04-17

    Slightly off topic & very resource intensive diy approach without using an IDE:

    Take advantage of an editor's use of on disk file as a buffer[0]. Monitor the editor file buffer for changes[1]. Trigger regeneration of a map/graph update & redisplay changes[2] in different window.

    [0] : https://stackoverflow.com/questions/71822798/what-exactly-ar...

    [1] : watchdog : https://pypi.org/project/watchdog/

    [2] : emerge-vis : https://github.com/glato/emerge

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • mcap

    MCAP is a modular, performant, and serialization-agnostic container file format, useful for pub/sub and robotics applications.

    Project mention: ROS 2 Iron Irwini Release | news.ycombinator.com | 2023-05-23

    > Especially a tool like RViz is always missing. And in many many robotics video I see (of a moderately complex robot), there's ROS's RViz on some screen.

    I would love the future robotics development stack to be more modular, so that (for example) future middleware solutions don't need to also bundle their own visualization software. This was direct inspiration for creating Foxglove Studio[0] for visualization and MCAP[1] for logging - both work great with ROS, or equally well without it.

    [0] https://github.com/foxglove/studio

    [1] https://github.com/foxglove/mcap

  • schwifty

    IBAN parsing and validation

  • xcode-build-server

    a build server protocol implementation for integrate xcode with sourcekit-lsp

    Project mention: Emacs for iOS development | /r/emacs | 2023-05-03

    For Xcode-based projects https://github.com/SolaWing/xcode-build-server is a minimal but effective Build Server Protocol implementation. I have been using it for the past few weeks with Eglot and it is working beautifully. Much better than the gnarly fake Package.swift method I have used in the past. /cc u/konrad1977

  • SwiftDocAutomator

    SwiftDocAutomator is an AI-powered tool that streamlines the generation of clear and concise documentation comments for Swift code, following Apple and Swift best practices.

    Project mention: What’s everyone working on this month? (May 2023) | /r/swift | 2023-05-02

    I'm super into automating stuff, just like most devs probably. So, I was messing around with making auto-generated comments for Swift. Pretty experimental, just made it yesterday. https://github.com/Saik0s/SwiftDocAutomator

  • Advent-of-Code

    Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like (by SvetlanaM)

    Project mention: -🎄- 2022 Day 8 Solutions -🎄- | /r/adventofcode | 2022-12-07

    My solution in Python = https://github.com/SvetlanaM/Advent-of-Code/blob/master/2022/day08/day08.py

  • Onboard AI

    Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.

  • AdventOfCode

    Solutions to ⭐️Advent of Code⭐️ (by SSteve)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-05-23.

Python Swift related posts

Index

What are some of the best open-source Swift projects in Python? This list will help you:

Project Stars
1 arl 1,837
2 emerge 616
3 mcap 358
4 schwifty 187
5 xcode-build-server 183
6 SwiftDocAutomator 6
7 Advent-of-Code 1
8 AdventOfCode 1
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com