#pythondev — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #pythondev, aggregated by home.social.
-
SHIFTING CURRENTS IN COMPUTATIONAL LATTICES
New NVIDIA CUDA Toolkit 12.2 features improve Python GPU programming. Learn how this helps developers run complex calculations faster on NVIDIA GPUs.
#NVIDIACUDA, #GPUcomputing, #PythonDev, #TechUpdate, #ParallelProcessing
https://newsletter.tf/nvidia-cuda-toolkit-12-2-python-gpu-computing/
-
SHIFTING CURRENTS IN COMPUTATIONAL LATTICES
New NVIDIA CUDA Toolkit 12.2 features improve Python GPU programming. Learn how this helps developers run complex calculations faster on NVIDIA GPUs.
#NVIDIACUDA, #GPUcomputing, #PythonDev, #TechUpdate, #ParallelProcessing
https://newsletter.tf/nvidia-cuda-toolkit-12-2-python-gpu-computing/
-
NVIDIA's CUDA Toolkit 12.2 is out, offering new tools that make running complex calculations on GPUs much easier for Python developers.
#NVIDIACUDA, #GPUcomputing, #PythonDev, #TechUpdate, #ParallelProcessing
https://newsletter.tf/nvidia-cuda-toolkit-12-2-python-gpu-computing/ -
NVIDIA's CUDA Toolkit 12.2 is out, offering new tools that make running complex calculations on GPUs much easier for Python developers.
#NVIDIACUDA, #GPUcomputing, #PythonDev, #TechUpdate, #ParallelProcessing
https://newsletter.tf/nvidia-cuda-toolkit-12-2-python-gpu-computing/ -
Looks like I got laid off today.
If anyone’s looking for a C++ developer with 5 years of experience, feel free to reach out. I also work with Python, Go, and C.
I’m open to freelance work too - programming and pixel art 🎨
Feel free to DM me 🙂💻
#OpenToWork #CppDeveloper #CPlusPlus #SoftwareDeveloper #GameDev #IndieDev #FreelanceDeveloper #PythonDev #GoLang #CLanguage #PixelArt #GameArtist #IndieGameDev #FreelanceArtist
-
Looks like I got laid off today.
If anyone’s looking for a C++ developer with 5 years of experience, feel free to reach out. I also work with Python, Go, and C.
I’m open to freelance work too - programming and pixel art 🎨
Feel free to DM me 🙂💻
#OpenToWork #CppDeveloper #CPlusPlus #SoftwareDeveloper #GameDev #IndieDev #FreelanceDeveloper #PythonDev #GoLang #CLanguage #PixelArt #GameArtist #IndieGameDev #FreelanceArtist
-
Looks like I got laid off today.
If anyone’s looking for a C++ developer with 5 years of experience, feel free to reach out. I also work with Python, Go, and C.
I’m open to freelance work too - programming and pixel art 🎨
Feel free to DM me 🙂💻
#OpenToWork #CppDeveloper #CPlusPlus #SoftwareDeveloper #GameDev #IndieDev #FreelanceDeveloper #PythonDev #GoLang #CLanguage #PixelArt #GameArtist #IndieGameDev #FreelanceArtist
-
Looks like I got laid off today.
If anyone’s looking for a C++ developer with 5 years of experience, feel free to reach out. I also work with Python, Go, and C.
I’m open to freelance work too - programming and pixel art 🎨
Feel free to DM me 🙂💻
#OpenToWork #CppDeveloper #CPlusPlus #SoftwareDeveloper #GameDev #IndieDev #FreelanceDeveloper #PythonDev #GoLang #CLanguage #PixelArt #GameArtist #IndieGameDev #FreelanceArtist
-
Looks like I got laid off today.
If anyone’s looking for a C++ developer with 5 years of experience, feel free to reach out. I also work with Python, Go, and C.
I’m open to freelance work too - programming and pixel art 🎨
Feel free to DM me 🙂💻
#OpenToWork #CppDeveloper #CPlusPlus #SoftwareDeveloper #GameDev #IndieDev #FreelanceDeveloper #PythonDev #GoLang #CLanguage #PixelArt #GameArtist #IndieGameDev #FreelanceArtist
-
i've been messing with a little script someone else wrote that creates a virtual xbox 360 controller where the X and Y joystick are controlled by a mouse. i modified it so you can control both virtual sticks with 2 different mice and left and right click of the first mouse also map to A and B. it handles relative values from devices as well as absolute values (such as what DualShock controllers use). it's been awesome on #microslop flight sim 2020, i use my smartwatch to control the collective and throttles in a natural way and a PS4 controller attached to a board which is itself taped to a big bowl to control rudder/tail rotor.
i ordered some actual flight pedals but it's good i still worked on this after ordering because the seller on ali might be doing something fucky, they told me the pedal isn't made anymore and to cancel the order. i'm not gonna do anything and see what happens.
repo if interested: https://github.com/tyzbit/msfs_mouse_yoke
(this code is not high quality, nor is it really intended to be right now)
-
i've been messing with a little script someone else wrote that creates a virtual xbox 360 controller where the X and Y joystick are controlled by a mouse. i modified it so you can control both virtual sticks with 2 different mice and left and right click of the first mouse also map to A and B. it handles relative values from devices as well as absolute values (such as what DualShock controllers use). it's been awesome on #microslop flight sim 2020, i use my smartwatch to control the collective and throttles in a natural way and a PS4 controller attached to a board which is itself taped to a big bowl to control rudder/tail rotor.
i ordered some actual flight pedals but it's good i still worked on this after ordering because the seller on ali might be doing something fucky, they told me the pedal isn't made anymore and to cancel the order. i'm not gonna do anything and see what happens.
repo if interested: https://github.com/tyzbit/msfs_mouse_yoke
(this code is not high quality, nor is it really intended to be right now)
-
i've been messing with a little script someone else wrote that creates a virtual xbox 360 controller where the X and Y joystick are controlled by a mouse. i modified it so you can control both virtual sticks with 2 different mice and left and right click of the first mouse also map to A and B. it handles relative values from devices as well as absolute values (such as what DualShock controllers use). it's been awesome on #microslop flight sim 2020, i use my smartwatch to control the collective and throttles in a natural way and a PS4 controller attached to a board which is itself taped to a big bowl to control rudder/tail rotor.
i ordered some actual flight pedals but it's good i still worked on this after ordering because the seller on ali might be doing something fucky, they told me the pedal isn't made anymore and to cancel the order. i'm not gonna do anything and see what happens.
repo if interested: https://github.com/tyzbit/msfs_mouse_yoke
(this code is not high quality, nor is it really intended to be right now)
-
Hey #dev Fedi, I need help!
Recently, #Kate #LSP for #Python (using python-lsp and #jedi) stopped working for me.
Apparently Kate does not provide the expected document variable to jedi but just "None", which obviously breaks the whole package.Anyone else also having this issue? Are there other tools I can test to replace jedi to detect docstrings and jump to definitions in Python files?
Thanks in advance for any tip.
-
Hey #dev Fedi, I need help!
Recently, #Kate #LSP for #Python (using python-lsp and #jedi) stopped working for me.
Apparently Kate does not provide the expected document variable to jedi but just "None", which obviously breaks the whole package.Anyone else also having this issue? Are there other tools I can test to replace jedi to detect docstrings and jump to definitions in Python files?
Thanks in advance for any tip.
-
Hey #dev Fedi, I need help!
Recently, #Kate #LSP for #Python (using python-lsp and #jedi) stopped working for me.
Apparently Kate does not provide the expected document variable to jedi but just "None", which obviously breaks the whole package.Anyone else also having this issue? Are there other tools I can test to replace jedi to detect docstrings and jump to definitions in Python files?
Thanks in advance for any tip.
-
Hey #dev Fedi, I need help!
Recently, #Kate #LSP for #Python (using python-lsp and #jedi) stopped working for me.
Apparently Kate does not provide the expected document variable to jedi but just "None", which obviously breaks the whole package.Anyone else also having this issue? Are there other tools I can test to replace jedi to detect docstrings and jump to definitions in Python files?
Thanks in advance for any tip.
-
Hey #dev Fedi, I need help!
Recently, #Kate #LSP for #Python (using python-lsp and #jedi) stopped working for me.
Apparently Kate does not provide the expected document variable to jedi but just "None", which obviously breaks the whole package.Anyone else also having this issue? Are there other tools I can test to replace jedi to detect docstrings and jump to definitions in Python files?
Thanks in advance for any tip.
-
Exciting news for Python developers! Anthropic's strategic $1.5M investment in the Python Foundation signals a major commitment to open-source software infrastructure and security. This boost could accelerate innovation in machine learning and package development. Want to know how this impacts the tech ecosystem? Read on! #PythonDev #OpenSourceSoftware #MachineLearning #SoftwareInfrastructure
🔗 https://aidailypost.com/news/anthropic-invests-usd-15-million-python-foundation-boost-developer
-
We've got an amazing speaker lined up at #Python #Edinburgh, on 9th September.
@ambv is going to be talking about WebGL and PyScript! -
I just started the Hundred Days of Code challenge!
I'm taking a Python course by Angela Yu and using some other websites as well.
ഓണത്തിന് മുൻപ് പൈത്തൺ...
#100daysofcode #pythondev #Coding #beginner -
⚠️ Python developers are being targeted by a sophisticated phishing scam! Attackers spoof PyPI with a fake site (pypj.org) to steal login credentials via "email verification" requests. Never click suspicious links; always verify by visiting PyPI.org directly! Stay safe 👉 https://www.techradar.com/pro/security/python-devs-targeted-with-dangerous-phishing-attacks-heres-how-to-stay-safe #CyberSecurity #Phishing #PythonDev #PyPI #InfoSec 🐍🔒 #newz
-
🚨 Get ready Pythonistas... our PyCon UK 2025 keynote speaker lineup is about to drop! 🎤
Next week, we’re announcing our three amazing keynote speakers 🐍 Expect inspiration, insight, and some incredibly interesting stories and experiences! 💥
🌟 Who will take the stage?
🎤 What stories will they share?
💬 What conversations will they spark?👀 Watch this space! 👀
#PythonProgramming #PythonDev #Python #PyConUK2025 #KeynoteSpeaker #Manchester #TechEvents #development #SoftwareEngineering
-
🚨 Get ready Pythonistas... our PyCon UK 2025 keynote speaker lineup is about to drop! 🎤
Next week, we’re announcing our three amazing keynote speakers 🐍 Expect inspiration, insight, and some incredibly interesting stories and experiences! 💥
🌟 Who will take the stage?
🎤 What stories will they share?
💬 What conversations will they spark?👀 Watch this space! 👀
#PythonProgramming #PythonDev #Python #PyConUK2025 #KeynoteSpeaker #Manchester #TechEvents #development #SoftwareEngineering
-
🚨 Get ready Pythonistas... our PyCon UK 2025 keynote speaker lineup is about to drop! 🎤
Next week, we’re announcing our three amazing keynote speakers 🐍 Expect inspiration, insight, and some incredibly interesting stories and experiences! 💥
🌟 Who will take the stage?
🎤 What stories will they share?
💬 What conversations will they spark?👀 Watch this space! 👀
#PythonProgramming #PythonDev #Python #PyConUK2025 #KeynoteSpeaker #Manchester #TechEvents #development #SoftwareEngineering
-
🚨 Get ready Pythonistas... our PyCon UK 2025 keynote speaker lineup is about to drop! 🎤
Next week, we’re announcing our three amazing keynote speakers 🐍 Expect inspiration, insight, and some incredibly interesting stories and experiences! 💥
🌟 Who will take the stage?
🎤 What stories will they share?
💬 What conversations will they spark?👀 Watch this space! 👀
#PythonProgramming #PythonDev #Python #PyConUK2025 #KeynoteSpeaker #Manchester #TechEvents #development #SoftwareEngineering
-
Tuple instead of Lists in Python:
Use a tuple instead of a list in Python when you need an immutable, hash able, and faster collection of fixed items.
#PythonTips #PythonTuple #LearnPython #PythonDev #CodingTips #Immutable #PythonCode #DevLife #TupleVsLis -
Tuple instead of Lists in Python:
Use a tuple instead of a list in Python when you need an immutable, hash able, and faster collection of fixed items.
#PythonTips #PythonTuple #LearnPython #PythonDev #CodingTips #Immutable #PythonCode #DevLife #TupleVsLis -
Nested Dictionaries in Python:
A nested dictionary in Python is a dictionary where values can also be dictionaries, allowing multi-level data storage.
#PythonTips #NestedDictionary #LearnPython #PythonForBeginners #CodeSmart #PythonDev #PythonBasics #CodingTips -
Nested Dictionaries in Python:
A nested dictionary in Python is a dictionary where values can also be dictionaries, allowing multi-level data storage.
#PythonTips #NestedDictionary #LearnPython #PythonForBeginners #CodeSmart #PythonDev #PythonBasics #CodingTips -
🧠 Want to build AI that acts, not just chats?
Discover why OpenAI’s new Agents SDK is outperforming LangChain and AutoGen in 2025. From agent chaining to built-in guardrails, this SDK changes the game for devs.
👇 Here’s your edge in the Agentic AI era:
#AgenticAI #OpenAI #LangChain #PythonDev
https://medium.com/@rogt.x1997/7-reasons-why-openais-agents-sdk-beats-langchain-and-autogen-in-2025-690b58007e54 -
🧠 What if full-stack AI development could mirror human thought?
Reflex lets you build entire apps in Python — no JS juggling, no context-switching.
Discover why startups are dropping React+Flask for this game-changer.🚀 40–60% faster MVPs. 1-command deployment. Cognitive UI design.
#PythonDev #AIApps #Reflex #FullStack
https://medium.com/@rogt.x1997/python-rewired-the-full-stack-showdown-no-one-saw-coming-reflex-vs-react-flask-3f44a9f8f9df -
A year and change since some of us were let go… https://textual.textualize.io/blog/2025/05/07/the-future-of-textualize/
Coincidentally this week is the anniversary of me starting with my new employer.
-
I've just released v0.8.0 of Braindrop, my #raindrop #bookmarking application for the #terminal. This version adds the ability to rebind application commands.
Next I should do some docs so it's obvious how.
-
Top Python Debugging Tools You Need in 2025
https://www.indianperson.com/uncategorised/top-python-debugging-tools-you-need-in-2025/
Explore the top Python debugging tools in 2025 that simplify code troubleshooting and enhance development efficiency. Stay ahead with smart, powerful debuggers every Python developer should know.
#Python2025
#PythonDebugging
#DebuggingTools
#PythonTools
#CodeDebugging
#PythonDev
#PythonDevelopers
#SoftwareTools
#Programming2025
#PythonTips
#PythonDevelopment
#DebuggingMadeEasy
#TechTrends2025
#CodeBetter -
Top Python Debugging Tools You Need in 2025
https://www.indianperson.com/uncategorised/top-python-debugging-tools-you-need-in-2025/
Explore the top Python debugging tools in 2025 that simplify code troubleshooting and enhance development efficiency. Stay ahead with smart, powerful debuggers every Python developer should know.
#Python2025
#PythonDebugging
#DebuggingTools
#PythonTools
#CodeDebugging
#PythonDev
#PythonDevelopers
#SoftwareTools
#Programming2025
#PythonTips
#PythonDevelopment
#DebuggingMadeEasy
#TechTrends2025
#CodeBetter -
🧟♂️ Oh look, another Python developer has stumbled upon the unholy horrors of their own `__init__` method. 😱 It's a spine-chilling tale of a test that fails sometimes, and sometimes not—truly the stuff of nightmares for anyone who still thinks they, not Frankenstein, control the code. 😂🔧
https://ohadravid.github.io/posts/2025-04-19-frank/ #PythonDev #Horror #Story #CodingNightmares #InitMethod #DebuggingFails #HackerNews #ngated -
A 2025 Roadmap to Empowering Cloud With Python
https://tuvoc1.livepositively.com/a-2025-roadmap-to-empowering-cloud-with-python/
Discover how Python is transforming cloud computing in 2025 with powerful tools, frameworks, and integrations. This roadmap guides developers through key trends, best practices, and future-ready solutions.
#Python2025
#CloudComputing
#PythonForCloud
#CloudDevelopment
#PythonDev
#TechTrends2025
#CloudEngineering
#FutureOfCloud
#ServerlessPython
#CloudInnovation
#PythonProgramming
#CloudTechnology -
A 2025 Roadmap to Empowering Cloud With Python
https://tuvoc1.livepositively.com/a-2025-roadmap-to-empowering-cloud-with-python/
Discover how Python is transforming cloud computing in 2025 with powerful tools, frameworks, and integrations. This roadmap guides developers through key trends, best practices, and future-ready solutions.
#Python2025
#CloudComputing
#PythonForCloud
#CloudDevelopment
#PythonDev
#TechTrends2025
#CloudEngineering
#FutureOfCloud
#ServerlessPython
#CloudInnovation
#PythonProgramming
#CloudTechnology