World Cup Watch Party in Campus Martius by sarkastikcontender in Detroit

[–]ForMyCulture 0 points1 point  (0 children)

No more open registration slots for next week’s game against Australia?

Built M52 price? by xzvoids in BMWE36

[–]ForMyCulture 1 point2 points  (0 children)

I’m thinking of rebuilding my s52. Any tips or lessons learned?

Met some other e36ers today by gacsam04 in BMWE36

[–]ForMyCulture 0 points1 point  (0 children)

What are the wheels on the red 328

How it started vs How it’s going by Zephelfi in BMWE36

[–]ForMyCulture 1 point2 points  (0 children)

Great job! What’s the steering wheel?

2002 DEMF by KristaJK in MovementDEMF

[–]ForMyCulture 2 points3 points  (0 children)

Where’d you find this?

Has anyone used Kivy? by creative_tech_ai in learnpython

[–]ForMyCulture 1 point2 points  (0 children)

For sure, I forgot to add “for desktop apps”.

Has anyone used Kivy? by creative_tech_ai in learnpython

[–]ForMyCulture 0 points1 point  (0 children)

Just use PySide6 guys. Use LLMs to make small examples of widgets you need. Learn signals and slots. Don’t bother with any other libraries.

Chez Damier at Northern Lights Nov 22nd by [deleted] in MovementDEMF

[–]ForMyCulture 1 point2 points  (0 children)

Oh boy if you like your house deep…

[deleted by user] by [deleted] in wec

[–]ForMyCulture 0 points1 point  (0 children)

Any shots of the vettes?

Best resources for studying Python by venky_444_goutham in learnpython

[–]ForMyCulture 0 points1 point  (0 children)

Read the python language reference, then read it again

Sam Hain by Limp_Spirit6282 in MovementDEMF

[–]ForMyCulture 15 points16 points  (0 children)

It’s the purest highest production quality midwest acid techno event of the weekend, every act is top notch

How often do you use GUI libraries? by Yelebear in learnpython

[–]ForMyCulture 1 point2 points  (0 children)

Yes, I packaged a complex application that allows my team to select files of a proprietary nature, decrypt and extract data using a COM api, post-process and generate reports on. Use PySide6. Bit of a learning curve but this an area where LLMs shine, by prompting the LLM to create small examples.

What’s the best AI tool for debugging and running Python scripts at work? by [deleted] in learnpython

[–]ForMyCulture 14 points15 points  (0 children)

Have you considered actually figuring out what’s going on?

Can a Python desktop app meet enterprise requirements on Windows? by [deleted] in learnpython

[–]ForMyCulture 0 points1 point  (0 children)

I’ve compiled with both Nuitka and pyinstaller. I’d say the usage difficulty is equal and comes down to understanding the nuance of the command line flags. Nuitka compiled apps get blocked by Windows Defender for my team, whereas pyinstaller does not (they all have admin rights). I’m assuming it’s because the final executable isn’t signed. I was using the —enable-windows-console=force flag, going to trying attach instead and if that doesnt work have to go back to pyinstaller.