#python

[ follow ]
fromRealpython
2 days ago

Episode #253: Starting With Marimo Notebooks & Python App Config Management - The Real Python Podcast

Marimo notebooks provide an innovative approach to interactivity in coding, featuring sandboxing for environment management and enabling reproducibility in sharing notebooks.
Python
#concurrency
#data-validation
#machine-learning
#software-development
fromInfoQ
1 month ago
Software development

Moving Your Bugs Forward in Time: Language Trends That Help You Catch Your Bugs at Build Time Instead of Run Time

fromInfoQ
1 month ago
Software development

Moving Your Bugs Forward in Time: Language Trends That Help You Catch Your Bugs at Build Time Instead of Run Time

#programming
fromIT Pro
3 weeks ago
Python

Python's popularity shows no signs of fading - here's why software developers love it

fromIT Pro
3 weeks ago
Python

Python's popularity shows no signs of fading - here's why software developers love it

#podcast
#gui-development
#development-tools
fromPythonbytes
5 days ago

Stop with .folders in my ~/

There are a lot of interesting lessons to be learned about application design and user data access through this guide on managing user-specific storage.
DevOps
#aws
fromMedium
3 weeks ago
Artificial intelligence

Build Multi-Agentic AI Agents with AWS Bedrock from Scratch..

fromMedium
3 weeks ago
Artificial intelligence

Build Multi-Agentic AI Agents with AWS Bedrock from Scratch..

fromMedium
3 weeks ago
Artificial intelligence

Build Multi-Agentic AI Agents with AWS Bedrock from Scratch..

fromMedium
3 weeks ago
Artificial intelligence

Build Multi-Agentic AI Agents with AWS Bedrock from Scratch..

fromeLearning Industry
1 week ago

7 Ways To Supercharge Your eLearning Workflow With VBA And Python Automation

VBA and Python significantly enhance efficiency in eLearning through automation.
Combining VBA and Python can streamline workflows and reduce errors in educational content development.
Online learning
fromMouse Vs Python
1 week ago

Parsing XML Comments with Python - Mouse Vs Python

The key point here is to create an instance of ET.XMLParser and set insert_comments to True. Then the code will work.
Python
#unix
#software-release
#development
fromCogito, Ergo Sumana
1 week ago

Congratulating Leonard for his Community Service Award

He's not a boastful guy. When he writes about these decades of work it's usually to share lessons that others might find useful...
Online Community Development
#llms
Data science
fromTechzine Global
1 week ago

Fivetran expands Connector SDK for custom data sources

Fivetran's Connector SDK enables rapid creation of custom connectors for data sources, reducing the need for DevOps involvement.
#control-flow
#thread-safety
#nuitka
#open-source
fromDeveloper Tech News
1 month ago
Web frameworks

Chainguard rebuilds Python libraries to slam the door on malware

Chainguard Libraries for Python enhances security by building dependencies securely from source code, addressing vulnerabilities in the Python ecosystem.
fromPythonmorsels
2 weeks ago

Looping in reverse

To loop in the reverse direction, you can use Python's built-in reversed function, which is more readable and flexible than slicing syntax for iterables.
Python
#web-development
fromBerlin Startup Jobs
3 weeks ago

Job Vacancy: Working Student - Python // CampfireFM GmbH | Internships, IT / Software Development Jobs | Berlin Startup Jobs

Our mission at CampfireFM is to create a dedicated community platform for podcast enthusiasts, providing them the space they deserve to connect and engage.
Podcast
Artificial intelligence
fromInfoWorld
3 weeks ago

Google releases agent development kits for Python and Java

Google has released development kits for Python and Java, allowing developers to build and deploy AI agents with greater ease and flexibility.
fromTalkpython
3 weeks ago

ty: Astral's New Type Checker (Formerly Red-Knot)

ty, formerly known as Red-Knot, is a revolutionary type-checker designed to improve the performance and functionality of Python programming by leveraging Rust technology.
Python
fromwww.raymondcamden.com
4 weeks ago

Code Break Tomorrow

In tomorrow's Code Break session, I will continue exploring Tauri, a platform for building desktop apps using web technologies, and might introduce a Python platform.
Web frameworks
fromPycon
4 weeks ago

Welcoming 8 Companies to Startup Row at PyCon US 2025

Think of Startup Row at PyCon US as a peek into the future of the Python software ecosystem, introducing innovative startups like AgentOps to the community.
fromTall, Snarky Canadian
4 weeks ago

Unravelling t-strings

t-strings offer a new way to expose the parser used for f-strings in Python 3.14, allowing for distinct string manipulation and formatting capabilities.
Typography
fromErik Marsja
1 month ago

Pandas: Drop Columns By Name in DataFrames

Pandas' drop() function allows for efficient column removal from DataFrames, either individually or across multiple DataFrames, aiding in data cleanup.
fromRealpython
4 weeks ago

Getting Started With Python IDLE Quiz - Real Python

Python IDLE is a simple yet effective integrated development environment included with Python installations, allowing users to edit and debug code easily.
Python
fromhttps://daniel.feldroy.com
4 weeks ago

Farewell to Michael Ryabushkin

Michael's energy and humor was relentless; his tenacity and giving nature was something I admired deeply—a true friend who always helped others reach their full potential.
NYC LGBT
fromeGenix.com
1 month ago

eGenix.com: eGenix Antispam Bot for Telegram 0.7.1 GA

eGenix Antispam Bot for Telegram 0.7.1 provides a solution for Telegram groups facing an influx of spam signups, improving management and security.
Marketing tech
#caching
fromRealpython
1 month ago

Python's T-Strings Coming Soon and Other Python News for May 2025 - Real Python

PEP 750 introduces template strings, a new standard mechanism for defining string templates as reusable, structured objects, enhancing Python’s string-handling capabilities.
Python
fromPython GUIs
1 month ago

What does @Slot() do?

Omitting the @Slot decorator means that the function can still act as a slot, but it won't provide the advantages of reduced memory usage and increased speed.
Python
fromRealpython
1 month ago

Episode #248: Experiments With Gen AI, Knowledge Graphs, Workflows, and Python - The Real Python Podcast

Are you looking for some projects where you can practice your Python skills? Would you like to experiment with building a generative AI app or an automated knowledge graph sentiment analysis tool?
Python
fromInfoWorld
1 month ago
Python

Python popularity climbs to highest ever - Tiobe

Python's popularity has surged to a record 25.35% in the Tiobe index as of May 2025.
#cybersecurity
fromThe Hacker News
1 month ago
Python

Researchers Uncover Malware in Fake Discord PyPI Package Downloaded 11,500+ Times

A malicious PyPI package named discordpydebug disguises itself as a Discord utility while incorporating a remote access trojan.
fromTechiediaries
1 month ago
Information security

Generate and Crack Passwords with Python and Ethical Considerations

Python's secrets module offers secure password generation by utilizing cryptographically strong random number generators.
Following best practices in password creation significantly enhances security against unauthorized access.
fromRealpython
1 month ago

Using the Python subprocess Module - Real Python

The Python subprocess module is used to run shell commands and manage external processes. You run a shell command using subprocess by calling subprocess.run() with the command as a list of arguments.
Python
fromTechiediaries
1 month ago

Find Wi-Fi Connected Devices with Python

The Address Resolution Protocol (ARP) resolves IP addresses to MAC addresses within a local network, allowing identification of devices connected to Wi-Fi.
Python
fromHackernoon
1 year ago

SQL Transactions - How to Implement COMMIT, ROLLBACK, and Savepoints With Python | HackerNoon

Technological tools enhance how developers handle transactions, allowing them to utilize COMMIT, ROLLBACK, and SAVEPOINT for efficient database management in SQL.
Cryptocurrency
#web-automation
[ Load more ]