#python

[ follow ]
fromeLearning Industry
5 hours 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
2 days 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
#programming
fromIT Pro
2 weeks ago
Python

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

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

fromIT Pro
2 weeks ago
Python

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

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

#software-release
#development
fromCogito, Ergo Sumana
4 days 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
fromPythonbytes
4 days ago

Most of OpenAI's tech stack runs on Python

Of course, we're thankful to DigitalOcean for providing some amazing servers and their recent Gen.AI features which we're excited to share with you.
Python
#llms
#machine-learning
Data science
fromTechzine Global
5 days 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
#software-development
fromRealpython
3 weeks ago
Python

Episode #249: Going Beyond requirements.txt With pylock.toml and PEP 751 - The Real Python Podcast

fromRealpython
3 weeks ago
Python

Episode #249: Going Beyond requirements.txt With pylock.toml and PEP 751 - The Real Python Podcast

#nuitka
#open-source
fromInfoQ
1 week ago
React

Meta Open-Sources Pyrefly, a High-Performance Python Type Checker in Rust

fromDeveloper Tech News
3 weeks 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.
fromInfoQ
1 week ago
React

Meta Open-Sources Pyrefly, a High-Performance Python Type Checker in Rust

fromPythonmorsels
1 week 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
2 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
fromMedium
2 weeks ago

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

"Your job is to assess the user's question and pass it to the appropriate agent for further handling. If the user's question is not about accommodation or restaurants, reply back with 'I can't help you, I can only help with restaurants and accommodation.'"
Artificial intelligence
Artificial intelligence
fromInfoWorld
2 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.
#rust
#gui-development
fromwww.raymondcamden.com
2 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
#ai
fromTall, Snarky Canadian
3 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
#pandas
Data science
fromTalkpython
1 month ago

The PyArrow Revolution

PyArrow optimizes performance for data analysis in Python, positioning itself as a critical backend for Pandas.
The integration of PyArrow into Pandas marks a significant shift in data science practices.
Data science
fromTalkpython
1 month ago

The PyArrow Revolution

PyArrow optimizes performance for data analysis in Python, positioning itself as a critical backend for Pandas.
The integration of PyArrow into Pandas marks a significant shift in data science practices.
fromRealpython
3 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
3 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
3 weeks 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
3 weeks 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
3 weeks 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
4 weeks 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
Python
fromMicrosoft for Python Developers Blog
4 weeks ago

Python in Visual Studio Code - May 2025 Release - Microsoft for Python Developers Blog

The May 2025 release enhances Python development in Visual Studio Code with new features and tools to streamline environment management.
Key additions include Quick Create for easy environment setup, chat tools for package management, and experimental AI Code Actions.
fromInfoWorld
4 weeks 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
fromPycoders
1 month ago

PyCoder's Weekly | Issue #679

AI has become an essential component of modern technology, yet many professionals struggle to find the time to learn it efficiently. The Rundown AI newsletter aims to address this issue.
Python
fromPybites
1 month ago

From Backend To Frontend: Connecting FastAPI And Streamlit - Pybites

Using Streamlit allowed me to build a fast and efficient frontend without leaving the comfort of Python, leveraging its data-centric features effectively.
Web frameworks
fromRealpython
1 month ago

Managing Python Projects With uv: An All-in-One Solution Quiz - Real Python

Python's uv combines multiple functionalities such as fast dependency installation, virtual environment management, and Python version control into a single tool, streamlining project management.
Django
fromPython GUIs
1 month ago

Building a Currency Converter Application using Tkinter

The currency converter application will empower users to easily convert amounts between different currencies using real-time exchange rates.
Python
fromEuroPython Society
1 month ago

Call for EuroPython 2026 Host Venues

EuroPython is the longest-running volunteer-led Python conference in the world, uniting communities across Europe, fostering learning, sharing ideas, and creating connections.
Europe politics
[ Load more ]