SaaSHub helps you find the best software and product alternatives Learn more →
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-17Slightly 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.
> 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.
-
-
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.
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)
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.
-
Python Swift related posts
- The life calendar app I made last year, new UI, new widgets. Code's on GitHub.
- I need advice and help.
- The type system is a programmer's best friend
- iOS Stocks App Built with SwiftCharts - Tutorial Coming Soon!
- GitHub - mdomke/schwifty: IBAN parsing and validation
- My smart home 2021: A Home Assistant love story
- [2021 Day 22] Programming during a power outage
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0fa42c99c0>
www.saashub.com | 3 Dec 2023
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 |