#python search results

The PSF is looking for a PyPI Sustainability Engineer to join the team! This is a full time, 1-year contract (with the possibility of renewal), globally remote position. If you love #Python, care about open source, and want your work to matter at infrastructure scale–consider


Looks simple, right? That’s what every coder said before getting it wrong 😏 What’s your answer? 👇🔥 #python #coding #programming #codinglife #developers #pythonquiz #codingquiz #codingchallenge #100DaysOfCode

Python_Dv's tweet image. Looks simple, right?
That’s what every coder said before getting it wrong 😏
What’s your answer? 👇🔥

#python #coding #programming #codinglife #developers #pythonquiz #codingquiz #codingchallenge #100DaysOfCode

Python Lists Must Save It!! #python #programming

Python_Dv's tweet image. Python Lists Must Save It!!

#python #programming

The April edition of the PSF Board Office Hour is about to begin 🐍 🗒️ 9 PM UTC. Join us to share how we can help your community, express your perspectives, and provide feedback for the PSF! #python pyfound.blogspot.com/2025/10/a-new-…


Normal People vs. Programmers #programmers #developers #python

Python_Dv's tweet image. Normal People vs. Programmers

#programmers #developers #python

Everyone thinks this line will throw an error… But Python says: ‘Nope, I got this.’ 🧠🔥 #python #programming #codinglife #developers #pythonquiz #codingquiz #codingchallenge #100DaysOfCode

Python_Dv's tweet image. Everyone thinks this line will throw an error…

But Python says: ‘Nope, I got this.’ 🧠🔥

#python #programming #codinglife #developers #pythonquiz #codingquiz #codingchallenge #100DaysOfCode

Turn your Python skills into real data science expertise with eJDS. Validate your ability to analyze, model, and interpret data using real-world tools. Data science roles are growing fast and paying $100K+. Learn more 👇 bit.ly/3NQb2dg #DataScience #Python

SecurityTube's tweet image. Turn your Python skills into real data science expertise with eJDS.

Validate your ability to analyze, model, and interpret data using real-world tools.

Data science roles are growing fast and paying $100K+.

Learn more 👇
bit.ly/3NQb2dg

#DataScience #Python

You call yourself a Python coder? 🐍 Prove it — solve this in the comments ⚡👇 #python #programming #codinglife #developers #100DaysOfCode

Python_Dv's tweet image. You call yourself a Python coder? 🐍

Prove it — solve this in the comments ⚡👇

#python #programming #codinglife #developers #100DaysOfCode

Python Libraries Cheat Sheet #python #programming

Python_Dv's tweet image. Python Libraries Cheat Sheet

#python #programming

90% of people will scroll without even trying… Be the 10% who can crack it 💻⚡ What’s the output? 👇 #python #programming #codinglife #developers #100DaysOfCode

Python_Dv's tweet image. 90% of people will scroll without even trying…

Be the 10% who can crack it 💻⚡
What’s the output? 👇

#python #programming #codinglife #developers #100DaysOfCode

Python datetime handling👇 Create → datetime(2024, 1, 15, 14, 30) Format → dt.strftime('%Y-%m-%d') Parse → datetime.strptime(s, '%Y-%m-%d') Arithmetic → dt + timedelta(days=30) Pandas → pd.to_datetime(col) codewithfimi.com/python-datetim… #Python


Python vs. C# vs. Java - Shutdown PC #python #csharp #java

Python_Dv's tweet image. Python vs. C# vs. Java - Shutdown PC

#python #csharp #java

LLM APIs → Prompt Engineering → RAG → AI Agents → MCP A new learning path covering the full stack of LLM app development in #Python: realpython.com/learning-paths…


Python Cheat Sheet Every Beginner Should Know #python

Python_Dv's tweet image. Python Cheat Sheet Every Beginner Should Know

#python

Day 15. Wrote the README. Smart Photo Archive is now a proper open source project on GitHub what it does, how it works, how to run it. github.com/KRVisual/smart… #buildinpublic #python #AI


🐍❓ Python Threading [Quiz] — This is a quiz that will review topics covered in our An Intro To Threading tutorial. #python realpython.com/quizzes/python…


月曜朝のPython小技☕ 辞書の結合、まだupdate()使ってる? # Python 3.9+ merged = d1 | d2 たった1行でスッキリ。 小さな改善の積み重ねがコードの読みやすさを変える✨ 他にも「知ってよかった」Python構文あったら教えて👇 #Python #プログラミング


La democracia solo funciona como dice Socrates, con personas bien informadas, importante que te informes bien para que elijas bien. #Haskell se usa en sistemas criticos; pero ya se han integrado herramientas Aiken, Plu-ts, Opshin así puede programar en #Python, #TypeScript etc 🌞

JhonnatanYhucep's tweet image. La democracia solo funciona como dice Socrates, con personas bien informadas, importante que te informes bien para que elijas bien. #Haskell se usa en sistemas criticos; pero ya se han integrado herramientas Aiken, Plu-ts, Opshin así puede programar en #Python, #TypeScript etc 🌞

That's a wrap for Day 3 of #PyTexasConference2026! 🎉 pytexas.org/2026 Shoutout to our wonderful sponsors for helping make this #python event. 💛 @anacondainc @blackpythondevs @DevITJobs @Elastic @GitButler @Microsoft @TechAtBloomberg pretix Temporal


Питон сурахад эхлэгчдэд: - Бүх асуултанд хариулт байдаг, гүнзгийрүүлэн эрдэм мэдлэг бий болго! 🤓 - Кодын стиль, форматыг анхааралтай сур, код нь давуу тал бий болгоно 💻 - Өдөр бүр багагүй кодлож, туршлагаа нэмэгдүүл 🔥 #Tech #Python #Coding


【LangChainの位置づけ】 LLMアプリを組み立てるためのフレームワーク 🔗 ✅ プロンプト・チェーンの整理 ✅ RAG(Retriever + LLM) ✅ ツール呼び出し(エージェント) ✅ 複数プロバイダとの抽象化 「生のAPI呼び出し」から 一段階、構造化できる! #LangChain #LLM #Python


📌 Official implementations for paper: Zero-shot Image Editing with Reference Imitation 🔹 Projet open source 🔹 Code de qualité 🔗 github.com/ali-vilab/Mimi… #Python


🐍📰 How to Move a Django Model to Another App In this tutorial, you'll learn how to move a Django model from one app to another. You'll explore three different techniques and learn some helpful guidelines for choosing the best approach for you. #python realpython.com/move-django-mo…


リストのスライスとは、リストの一部を切り出して新しいリストを作る方法です。特定の範囲を簡単に取得できます。コード例はリプライで👇 #Python #Python学習 #python初学者


Stop using range(len())! 🛑 Master the enumerate() function to loop like a pro in Python. 🐍 It makes your code so much cleaner! ✨ Watch: youtube.com/watch?v=Iwfr7b… #Python #Coding #PythonTips #LearnToCode #100DaysOfCode

DigitalAcademyy's tweet card. Digital Academy

youtube.com

YouTube

Digital Academy


Bienvenidos a mi garage python lab 🍕🐍💻 aun voy en el capitulo 2 de las variables pero es proyecto personal asi que poco a poco 🙏 ✨️ @ehmatthes #Python #SetupGoals #CodeAndChill #GarageLab #ProgrammerLife

A17_GZ's tweet image. Bienvenidos a mi garage python lab 🍕🐍💻 aun voy en el capitulo 2 de las variables pero es proyecto personal asi que poco a poco 🙏 ✨️ @ehmatthes
#Python #SetupGoals #CodeAndChill #GarageLab #ProgrammerLife

DW Simpson and ActuaryExamTutor have partnered to offer computer classes designed for individuals pursuing careers in Actuarial Science and Data Science, as well as for current professionals in these fields. actuaryexamtutor.com/computer-class… #R #Python #AdvancedExcel #VBA #SQL

ActuaryTutor's tweet image. DW Simpson and ActuaryExamTutor have partnered to offer computer classes designed for individuals pursuing careers in Actuarial Science and Data Science, as well as for current professionals in these fields.

actuaryexamtutor.com/computer-class…

#R #Python #AdvancedExcel #VBA #SQL

Still trending. 📈 QwenPaw: personal AI assistant. Easy install, deploy on your own machine or cloud. Supports multiple chat apps with extensible capabilities. Python 3.10+, Apache 2.0. Self-hosted, no vendor lock-in. ⭐ 15.6K #AI #SelfHosted #Python

chenzeling4's tweet image. Still trending. 📈

QwenPaw: personal AI assistant. Easy install, deploy on your own machine or cloud. Supports multiple chat apps with extensible capabilities. Python 3.10+, Apache 2.0. Self-hosted, no vendor lock-in.

⭐ 15.6K
#AI #SelfHosted #Python

効率化したい業務を、まず自分の手でやり切る。 フローを熟知して、手でやる中で見つかる「大切なところ」「いらない工程」「手の抜きどころ」がわかってはじめて自動化ができると考えています。 効率化がゴールにならないようにしたいです! #業務効率化 #Python


Our next speaker is about to start - Miguel Vargas! Will you be joining us to learn more about #python? 🐍 Virtual option still available! 💛 pytexas.org/2026 #PyTexasConference2026


📢 CFP CLOSED! A huge thank you to everyone who submitted proposals for PyCon Africa 2026 🙌🏾🐍 We’re excited to see the incredible ideas from across the community! Stay tuned for updates as we review submissions 👀 #PyConAfrica26 #Python #Community

pyconafrica's tweet image. 📢 CFP CLOSED!

A huge thank you to everyone who submitted proposals for PyCon Africa 2026 🙌🏾🐍
We’re excited to see the incredible ideas from across the community!

Stay tuned for updates as we review submissions 👀

#PyConAfrica26 #Python #Community

【楽天競馬・競艇の投票モジュール販売中】 Webアプリだけでなく、Python等で自作したい方向けに投票用モジュール単体での提供も可能です。 「自分だけのフロントエンドを作りたい」というエンジニアの方、ご相談ください! #Python #スクレイピング #自動投票API


🌛おはようございます🌞 今日も一日がんばりましょう! 皇紀: 2686年 旧暦: 2026年3月4日 干支: 丙午 六曜: 赤口 月齢: 2.6 日の出: 05:05:21 (方位 75.5°) 日の入: 18:17:38 (方位 284.7°) #raspberrypi #python


Looks simple, right? That’s what every coder said before getting it wrong 😏 What’s your answer? 👇🔥 #python #coding #programming #codinglife #developers #pythonquiz #codingquiz #codingchallenge #100DaysOfCode

Python_Dv's tweet image. Looks simple, right?
That’s what every coder said before getting it wrong 😏
What’s your answer? 👇🔥

#python #coding #programming #codinglife #developers #pythonquiz #codingquiz #codingchallenge #100DaysOfCode

Python Cheat Sheet Every Beginner Should Know #python

Python_Dv's tweet image. Python Cheat Sheet Every Beginner Should Know

#python

Everyone thinks this line will throw an error… But Python says: ‘Nope, I got this.’ 🧠🔥 #python #programming #codinglife #developers #pythonquiz #codingquiz #codingchallenge #100DaysOfCode

Python_Dv's tweet image. Everyone thinks this line will throw an error…

But Python says: ‘Nope, I got this.’ 🧠🔥

#python #programming #codinglife #developers #pythonquiz #codingquiz #codingchallenge #100DaysOfCode

Python Libraries Cheat Sheet #python #programming

Python_Dv's tweet image. Python Libraries Cheat Sheet

#python #programming

Implementing a PID Controller Algorithm in #Python More here: bit.ly/4eOl06t

MakerIO's tweet image. Implementing a PID Controller Algorithm in #Python 

More here: bit.ly/4eOl06t

Added line wrapping to Textual Diff View. For the most purdy diffs you will ever see in a terminal. #AI #Python #terminal #TUI github.com/batrachianai/t…

willmcgugan's tweet image. Added line wrapping to Textual Diff View. For the most purdy diffs you will ever see in a terminal.

#AI #Python #terminal #TUI

github.com/batrachianai/t…

Turn your Python skills into real data science expertise with eJDS. Validate your ability to analyze, model, and interpret data using real-world tools. Data science roles are growing fast and paying $100K+. Learn more 👇 bit.ly/3NQb2dg #DataScience #Python

SecurityTube's tweet image. Turn your Python skills into real data science expertise with eJDS.

Validate your ability to analyze, model, and interpret data using real-world tools.

Data science roles are growing fast and paying $100K+.

Learn more 👇
bit.ly/3NQb2dg

#DataScience #Python

You call yourself a Python coder? 🐍 Prove it — solve this in the comments ⚡👇 #python #programming #codinglife #developers #100DaysOfCode

Python_Dv's tweet image. You call yourself a Python coder? 🐍

Prove it — solve this in the comments ⚡👇

#python #programming #codinglife #developers #100DaysOfCode

Python vs. C# vs. Java - Shutdown PC #python #csharp #java

Python_Dv's tweet image. Python vs. C# vs. Java - Shutdown PC

#python #csharp #java

60 Python Projects ideas. #python

Python_Dv's tweet image. 60 Python Projects ideas.

#python

When they said coding was like a puzzle 🧩, but didn't mention some pieces change shape 🤯, and others are just a happy accident 🪄✨. #python #java #javascript

Python_Dv's tweet image. When they said coding was like a puzzle 🧩, but didn't mention some pieces change shape 🤯, and others are just a happy accident 🪄✨.

#python #java #javascript

90% of people will scroll without even trying… Be the 10% who can crack it 💻⚡ What’s the output? 👇 #python #programming #codinglife #developers #100DaysOfCode

Python_Dv's tweet image. 90% of people will scroll without even trying…

Be the 10% who can crack it 💻⚡
What’s the output? 👇

#python #programming #codinglife #developers #100DaysOfCode

Normal People vs. Programmers #programmers #developers #python

Python_Dv's tweet image. Normal People vs. Programmers

#programmers #developers #python

SQL > Python > Excel💯 #sql #python #excel

Python_Dv's tweet image. SQL > Python > Excel💯

#sql #python #excel

Loading...

Something went wrong.


Something went wrong.