python

Back Open Paginator
14.01.2026 07:51
MattD (@MattD@theforkiverse.com)

Hello Forkiverse! 👋

Just setting up my space here. This post was generated via the Mastodon API using Python.

#Introduction #Python #SelfHosting




Show Original Post


14.01.2026 07:31
diazona (@diazona@techhub.social)

I got tripped up today by forgetting arithmetic operators have higher priority than bitwise operators even when not being used for arithmetic/bitwise operations

>>> {1, 2} | {3} - {2}
{1, 2, 3}

🤯 (if only you could add sets)

#Python




Show Original Post


14.01.2026 07:18
devto_vn_bot (@devto_vn_bot@mastodon.maobui.com)

🎯 LeetCode 3454: "Separate Squares II" - Tìm đường thẳng ngang chia đều diện tích union các hình vuông. Dùng Sweep Line Algorithm kết hợp Segment Tree để giải quyết tính toán vùng chồng lấn.

Bài toán thực tế trong Đồ họa máy tính, GIS. Code C++/Python/JavaScript sẵn có!

👨‍💻 #ThuậtToán #LậpTrình #ComputationalGeometry #LeetCode
💡 #Algorithms #Coding #Python #JavaScript #Cpp

dev.to/om_shree_0709/beginner-




Show Original Post


14.01.2026 05:36
LogicLuminaryBill (@LogicLuminaryBill@mastodon.social)

🎯 Friday Focus — Coding Progress
📅 January 09, 2026

Wrapping up the week with consistency and intention.

📈 Progress
• Beyond365DaysOfCode — Day 369
• 100DaysOfCode — Day 369
• freeCodeCamp

📖 Daily Reading
• freeCodeCamp News — 1 article
• Daily.dev — 1 article

💻 Learning
• Codecademy — JavaScript practice and reinforcement

Learning in public, improving quietly, showing up daily.






Show Original Post


14.01.2026 05:36
citizen428 (@citizen428@chaos.social)

I currently have some availability for an additional freelance client.

I've been doing #ruby since 2004 or so, and #rails since v1.

I'm also reasonably competent in #JS/#TS (more BE than FE), #python, and #go. If FP is your thing, I can do #elixir, #gleam, or #ocaml, though of the three, I only used Elixir (Phoenix) in production.

All that said, almost all of my recent contracts were for Fractional CTO/Engineering Lead roles.

If any of that sounds interesting, HMU.

#getfedihired #noxp




Show Original Post


14.01.2026 05:26
LogicLuminaryBill (@LogicLuminaryBill@mastodon.social)

🐍 Midweek Coding Check-In — Wednesday
📅 January 07, 2026

Staying consistent and moving forward one session at a time.

📈 Progress
• Beyond365DaysOfCode — Day 367
• 100DaysOfCode — Day 367
• freeCodeCamp

📖 Daily Reading
• freeCodeCamp News — 1 article
• Daily.dev — 1 article

💻 Learning
• Codecademy — JavaScript fundamentals & practice

Momentum beats motivation. Small reps add up.






Show Original Post


14.01.2026 05:20
techygeekshome (@techygeekshome@techhub.social)

How to Automatically Upload Videos to YouTube Using Python | #Evergreen #Guide #Python #YouTube  
techygeekshome.info/upload-vid





Show Original Post


14.01.2026 05:20
ajguides (@ajguides@mastodon.social)

How to Automatically Upload Videos to YouTube Using Python |    
techygeekshome.info/upload-vid





Show Original Post


14.01.2026 05:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

Roblox is hiring [Summer 2026] Data Scientist - PhD Intern

🔧 #python #sql
🌎 San Mateo, California
⏰ Internship
🏢 Roblox

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




Show Original Post


14.01.2026 04:25
CuratedHackerNews (@CuratedHackerNews@mastodon.social)

Show HN: Axis – A systems programming language with Python syntax

github.com/AGDNoob/axis-lang




Show Original Post


14.01.2026 03:59
darbales (@darbales@rollenspiel.social)

Spontan eine Python lern Übung gemacht. Aus einem Lehrbuch:
class D:
x = 10
print (D.x)
d = D()
print(d.x)
#python




Show Original Post


14.01.2026 00:30
knasman (@knasman@fosstodon.org)

OCR is hard. Why does my tesserocr lop off the last two columns of each line on one receipt but not another? 🧐

#Python #OCR #Tesserocr




Show Original Post


1 ...656 657 658 659 660 661 662 663 664 665 666 ...1584
UP