python

Back Open Paginator
16.12.2025 13:20
realn2s (@realn2s@infosec.exchange)

#Cursor generate roughly 1k lines of Python.
This included the (pseudo) code for querying #Bookwyrm. I would have preferred to generate this later (as a second step) But maybe it my mistake. I was prompting it wrong. I shouldn't have mentioned anything I didn't directly want.

Without looking at the Bookwyrm client code in detail, I doubt that it will work as my instance (@realn2s@bookwyrm.social) require #2fa 🤷🏻

Checking the HumbleBundle client code I noticed several things

It contained a ton of normalization code. Of which I'm not sure if it is necessary (it might as well be, but I would leave it out for now. As it much harder to figure out that code isn't required but get executed nevertheless, than noticing that code is missing)

The authentication was done through a session cookie you had to extract form the browser. Cursor proposed to write it to an env file (that doesn't feel terrible secure 😬)

The Humble bundle client could either get the session cookie passed, or it would query the env 😬. I don't consider this good programming practice.

The code looks like it handles HumbleBundle games as well. This was requested and is additional code which shouldn't be there.

Reading through the code it looked about right. But it was too mich code, too much gold plating for me to be confident that the code really would be working.

Cursor provided no way to test the code apart from running it. And I'm not going to run it with my understanding.

On the positive side
I learned about the Click command line option "parsing" library

and about the dataclass decorator in #Python

Next step, let's try if Cursor can iteratively fixe some of my "issues"

2/n




Show Original Post


16.12.2025 13:11
djangonaut (@djangonaut@indieweb.social)

The next 🚀 Space Reviewers 👾 streams Thursday, Dec 18 at 10pm UTC!

- time.is/compare/2200_18_Decemb
- Episode notes: github.com/djangonaut-space/sp

#Django #Python




Show Original Post


16.12.2025 13:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

Asana is hiring Security Engineer, Application Security

🔧 #javascript #python #scala #typescript #sql #securityengineer
🌎 Warsaw, Poland
⏰ Full-time
🏢 Asana

Job details jobsfordevelopers.com/jobs/sec
#jobalert #jobsearch #hiring




Show Original Post


16.12.2025 12:53
realn2s (@realn2s@infosec.exchange)

As my company is evaluation the use of #Cursor I'm playing around with it. First expression is mixed.

Scratching my own itch, I thought of implementing a software tool which checks which books of a #HumbleBundle book bundle I already own. Initially again my HumbleBundle library and additionally against my #BookWyrm.

I started in the planning mode.

Cursor listed some steps on how to accomplish the task and asked me which language I would like to use.

Stating that I would use whatever is best suited, Cursor picked #Python.

Being cheeky and with my preferred use in mind I asked if a browser plugin wouldn't be better suited
(imagine that, looking at a bundle, the books you own are automatically highlighted)

No chance. Cursor was determined to stick with Python!

Ok, lets generate the project

1/n

#VibeCoding




Show Original Post


16.12.2025 12:53
qiita (@qiita@rss-mstdn.studiofreesia.com)

簡単にstreamlitアプリを配布する方法【stlite】
qiita.com/hataryo29/items/2914

#qiita #Python #JavaScript #初心者 #Streamlit




Show Original Post


16.12.2025 12:30
ThePSF (@ThePSF@fosstodon.org)

At PuPPy, Python is for everyone 🐍 This PSF Fiscal Sponsoree brings together the Puget Sound #Python community across all experience levels, fostering diversity and shared learning. Support PuPPy and help us keep Python accessible to all with #PythonForEveryone!
psfmember.org/civicrm/contribu





Show Original Post


16.12.2025 12:30
technologycarnival (@technologycarnival@mastodon.social)

technologiesinternetz.blogspot

Mastering Image Mirroring in Python: A Comprehensive Guide to Horizontal and Vertical Flips





Show Original Post


16.12.2025 12:27
HerraBRE (@HerraBRE@mastodon.xyz)

I am now a supporting member of the Python Software Foundation: python.org/psf-landing/

#python




Show Original Post


16.12.2025 12:21
technologycarnival (@technologycarnival@mastodon.social)

technologiesinternetz.blogspot

Mastering Image Mirroring in Python: A Comprehensive Guide to Horizontal and Vertical Flips




Show Original Post


16.12.2025 12:06
hugovk (@hugovk@mastodon.social)

I did quite well in the Python community bingo!

python-bingo.netlify.app

It runs on PyScript :)
github.com/rodrigosf672/python

And remember to donate to @ThePSF: donate.python.org





Show Original Post


16.12.2025 11:01
PythonPeak (@PythonPeak@mastodon.social)

String Comparison In Python

Strings can be compared

youtube.com/watch?v=hWckuOMO4wc




Show Original Post


16.12.2025 10:59
lvxnews (@lvxnews@mastodon.social)

Python static analysis advances as mypy-pure and mypy-raise tackle purity and exception handling gaps. These tools enhance reliability by extending type checking into critical areas, supporting developers in building more robust and responsible code. Python's ecosystem evolves thoughtfully.




Show Original Post


1 ...807 808 809 810 811 812 813 814 815 816 817 ...1576
UP