freeatlantis.com is one of the many independent Mastodon servers you can use to participate in the fediverse.

Administered by:

Server stats:

199
active users

#python

22 posts18 participants2 posts today
↯ Klaatu - Some Brave Apollo ↯<p>$0 <a href="https://noauthority.social/tags/free" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>free</span></a> <a href="https://noauthority.social/tags/book" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>book</span></a><br>Finance: Cloud Computing, Cyber Security &amp; Cyber Heist - Beginners Guide to Help Protect Against Online Theft<br><a href="https://www.amazon.com/dp/B019VEYWUY/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">amazon.com/dp/B019VEYWUY/</span><span class="invisible"></span></a></p><p>The <a href="https://noauthority.social/tags/Ethics" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Ethics</span></a> of <a href="https://noauthority.social/tags/Cybersecurity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Cybersecurity</span></a><br><a href="https://www.amazon.com/dp/B084RH7JNC/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">amazon.com/dp/B084RH7JNC/</span><span class="invisible"></span></a></p><p><a href="https://noauthority.social/tags/Cybersecurity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Cybersecurity</span></a> for Beginners<br><a href="https://www.amazon.com/dp/B0DHF95XPV/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">amazon.com/dp/B0DHF95XPV/</span><span class="invisible"></span></a></p><p><a href="https://noauthority.social/tags/Tor" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Tor</span></a> and the Dark Art of <a href="https://noauthority.social/tags/Anonymity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Anonymity</span></a><br><a href="https://www.amazon.com/dp/B00XRZW8F0/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">amazon.com/dp/B00XRZW8F0/</span><span class="invisible"></span></a></p><p><a href="https://noauthority.social/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a> For Everybody: Python Programming Made Easy <br><a href="https://www.amazon.com/dp/B0CBY12TM9/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">amazon.com/dp/B0CBY12TM9/</span><span class="invisible"></span></a></p><p><a href="https://noauthority.social/tags/Marketing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Marketing</span></a>: Social Media for Small Businesses <br><a href="https://www.amazon.com/dp/B01KB7Q9VU/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">amazon.com/dp/B01KB7Q9VU/</span><span class="invisible"></span></a></p><p><a href="https://noauthority.social/tags/deal" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>deal</span></a> <a href="https://noauthority.social/tags/delete" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>delete</span></a> <a href="https://noauthority.social/tags/ebooks" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ebooks</span></a> <a href="https://noauthority.social/tags/ebook" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ebook</span></a></p>

#Cursor #IDE doesn't stop to amaze me. I had an old web scraper in #Python. It stopped working because the scraped website changed. I simply prompted that "it no longer finds the right data". No other details. It:
1. Run a few `curl` commands to analyze how the HTML looks now (!)
2. Adjusted CSS selectors (!!)
3. Run the program to figure out if it now works (it did!!!)
4. But Cursor didn't know that, so it added some print statements for himself, re-run and verify the output (!!!!)
#AI #DevEx

🤔 I have an intense desire to just ‘know stuff’

Have you ever needed to understand how capillary action works and how it makes a fountain pen write?

(Then you totally get where I’m coming from)

🐍 This morning I was writing notes on #Python classes. I’ve come across the concept before, but never dived in or fully understood..until now!

The irony is I was writing in #HTML and #JavaScript the rest of the day, though my inky pen pals helped me with that, too! #fountainpen #coding #programming

A new year a renewed #introduction

I am Dude, associated with the movie but there the comparison ends.

An updated #Introduction for 2025:

I’m a dad, #cat whisperer, #computer nerd, occasional #gamer, and #movie lover. I’m a #quality minded #professional and I make my own #homebrew beer. #freebsd. Enthousiast I love #fitness #walking #programming in #python and #3Dprinting. Busy with #homeassistant and more.
Ik spreek voornamelijk Nederlands, Engels een beetje Duits.

Yes #Python is a deeply unimpressive language, but in my experience it's tolerable for simple tasks as long as it's used correctly.

Most Python code out there is terrible because it's written by less experienced developers who don't read language and tool documentations and copy/paste what they find online (content itself written by junior developers), endlessly amplifying the problem.

This is the curse of languages perceived as easy for beginners.