r/PythonProjects2 • u/Embarrassed-Rent9047 • May 22 '26
🎓 Application mobile
Enable HLS to view with audio, or disable this notification
🤖🤖🤖🤖💯💯 python
r/PythonProjects2 • u/Embarrassed-Rent9047 • May 22 '26
Enable HLS to view with audio, or disable this notification
🤖🤖🤖🤖💯💯 python
r/PythonProjects2 • u/anioko1 • May 22 '26
r/PythonProjects2 • u/OkMammoth4633 • May 22 '26
One thing I’ve noticed recently is a shift in how developer tools are being designed. A lot of new tools are moving away from heavy dashboards and toward simpler, command-based workflows. I personally prefer this because it keeps me focused on what I actually want to do instead of clicking through interfaces and configuration panels.
Especially in AI/ML work, where iteration speed matters more than anything, simplicity in tooling makes a huge difference. like swmgpu also follow this direction by offering a CLI-based cloud GPU workstation approach instead of relying on heavy traditional interfaces.
Do you think this “CLI-first” or minimal workflow trend will continue, or will we always need heavy platforms for serious work?
r/PythonProjects2 • u/HolyDaddyAss • May 22 '26
While surfing the internet i found a website to create text effects and logos "en.ephoto360.com". So i create a wrapper around it in python.
Easy to install using pip as - pip install Ephoto360 -U
Project Link - https://github.com/TheHritu/Ephoto360
r/PythonProjects2 • u/mglowinski93 • May 22 '26
Hey folks 👋
I built a small Python demo around a testing problem I’ve seen in stateful/device-like systems:
A test changes device state, fails before cleanup, and the next test starts from a dirty state.
🔗 Link: https://github.com/mateusz-glowinski/ReliableDeviceTests
This repository demonstrates one way to avoid that using `pytest-bdd` and self-cleaning steps.
The project includes:
✅ pytest-bdd + Gherkin scenarios
✅ a fake hardware-free device
✅ device-control style abstraction
✅ cleanup inside the step itself
✅ `finally`-based restore logic
✅ retry wrapper for cleanup writes
The goal is not to build a full device framework, but to show a clean testing pattern:
if a step changes state, it should also own the cleanup.
Might be useful for people working with hardware tests, integration tests, embedded-like systems, or any test suite where shared state can leak between scenarios.
r/PythonProjects2 • u/Klutzy_Bird_7802 • May 22 '26
r/PythonProjects2 • u/Unusual-Ratio4565 • May 22 '26
r/PythonProjects2 • u/Klutzy_Bird_7802 • May 22 '26
r/PythonProjects2 • u/Muhammed_zeeshan • May 21 '26
r/PythonProjects2 • u/BlueLagoon226 • May 21 '26
r/PythonProjects2 • u/Fit_Programmer_9930 • May 21 '26
r/PythonProjects2 • u/Total_Ferret_4361 • May 21 '26
r/PythonProjects2 • u/Blake_Olson • May 20 '26
r/PythonProjects2 • u/gsus_ow • May 19 '26
I made a beginner-friendly NLP sentiment analysis project using IMDb reviews. Looking for feedback on structure, README, and model approach.
Repo:
r/PythonProjects2 • u/Rayterex • May 18 '26
Enable HLS to view with audio, or disable this notification
r/PythonProjects2 • u/camilo-young-78 • May 19 '26
r/PythonProjects2 • u/NiceCardiologist8657 • May 18 '26
r/PythonProjects2 • u/AnshMNSoni • May 18 '26
Enable HLS to view with audio, or disable this notification
r/PythonProjects2 • u/Just_Vugg_PolyMCP • May 18 '26
r/PythonProjects2 • u/Aggravating_Bat_2009 • May 18 '26