#python

[ follow ]
#software-release
fromRealpython
1 day ago

Episode #256: Solving Problems and Saving Time in Chemistry With Python - The Real Python Podcast

The book targets chemists and other researchers who want to streamline common workflows with Python, offering solutions to challenges in chemical research.
Education
#programming
fromIT Pro
1 month ago
Python

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

fromIT Pro
1 month ago
Python

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

#performance-optimization
#performance
#programming-techniques
#software-development
fromRealpython
1 month ago
Python

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

fromRealpython
1 month ago
Python

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

fromMouse Vs Python
3 days ago

Creating a Website with Sphinx and Markdown - Mouse Vs Python

To create a barebones Sphinx site, run the command sphinx-quickstart NAME_OF_SITE_FOLDER inside your virtual environment. It will ask you a series of questions.
Python
fromPythonbytes
4 days ago

Motivation time

Trey Hunter has compiled a comprehensive list of cheat sheet articles on his Python Morsels blog, offering valuable resources for Python developers looking to enhance their skills.
Python
#machine-learning
fromInfoWorld
1 week ago

Google touts new Python client library for Data Commons

Google's newly launched Python client library for Data Commons helps developers easily query and integrate statistical data from over 200 datasets, supporting custom instances.
Python
fromLuke Plant's home page
1 week ago

Statically checking Python dicts for completeness

In Python, creating a dictionary to correspond with enum states can lead to inconsistencies; ensuring each entry matches the enum is crucial for reliability.
fromRealpython
1 week ago

Episode #255: Structuring Python Scripts & Exciting Non-LLM Software Trends - The Real Python Podcast

The structure of your Python script should include inline metadata as defined in PEP 723 to facilitate automatic environment creation and dependency management.
Python
#development-tools
#rust
#ai-development
fromHackernoon
2 months ago
Artificial intelligence

Why Most AI Agents Fail in Production (And How to Build Ones That Don't) | HackerNoon

fromHackernoon
2 months ago
Artificial intelligence

Why Most AI Agents Fail in Production (And How to Build Ones That Don't) | HackerNoon

fromRealpython
1 week ago

Starting With DuckDB and Python - Real Python

DuckDB provides a powerful, seamless way to manage large datasets in Python, utilizing OLAP optimization for enhanced data handling and query capabilities.
Data science
fromPythonbytes
1 week ago

Python Language Summit 2025 Highlights

The Python Language Summit led at PyCon highlighted key discussions among Python developers, shaping the future trajectory and addressing security concerns in the community.
Python
fromPython Software Foundation Blog
1 week ago

The PSF's 2024 Annual Impact Report is here!

2024 was another remarkable year of growth for the Python Software Foundation! Python became the most popular language on GitHub, and worldwide community engagement was at an all-time high.
Python
#web-development
#data-science
fromMicrosoft for Python Developers Blog
2 weeks ago

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

We're excited to announce the June 2025 release of the Python, Pylance and Jupyter extensions for Visual Studio Code!
Python
fromThe Hacker News
2 weeks ago

Malicious PyPI Package Masquerades as Chimera Module to Steal AWS, CI/CD, and macOS Data

Cybersecurity researchers have discovered a malicious package on the Python Package Index (PyPI) repository that's capable of harvesting sensitive developer-related information, such as credentials, configuration data, and environment variables, among others.
Growth hacking
fromRealpython
3 weeks 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
fromPeterbe
3 weeks ago

A Python dict that can report which keys you did not use - Peterbe.com

For testing large Python objects, ensure you're unit testing everything retrieved, especially when data in reports doesn't match the database query.
Django
#podcast
fromTalkpython
3 weeks ago
Podcast

Deep Dives Complete: 600K Words of Talk Python Insights

All episodes of the Talk Python To Me podcast now feature comprehensive deep dive analyses to enhance learning.
Deep dives total 600,000 words, providing 50 hours of reading resources for podcast listeners.
fromPythonbytes
1 month ago
Python

Most of OpenAI's tech stack runs on Python

Python Bytes discusses exciting news from the Python community, including updates on server features and issues with email delivery.
#gui-development
fromThe JetBrains Blog
3 weeks ago

Faster Python: Concurrency in async/await and threading | The PyCharm Blog

In programming, multithreading refers to the ability of a program to execute multiple sequential tasks concurrently. However, multithreading in Python is limited because of the Global Interpreter Lock (GIL).
Cooking
fromPythonbytes
3 weeks 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
1 month ago
Artificial intelligence

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

fromMedium
1 month ago
Artificial intelligence

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

fromMedium
1 month ago
Artificial intelligence

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

fromMedium
1 month ago
Artificial intelligence

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

fromeLearning Industry
3 weeks 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
4 weeks 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
#development
fromCogito, Ergo Sumana
1 month 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
fromTalkpython
1 month ago

Agentic AI Workflows with LangGraph

Debugging large workflows can be challenging, but tools like LangGraph provide developers with local interfaces to inspect agent nodes and LLM calls in real-time.
Artificial intelligence
fromTechzine Global
1 month 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.
Data science
#control-flow
#nuitka
fromPythonmorsels
1 month 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
fromBerlin Startup Jobs
1 month 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
fromWirtel
1 month ago

From script to version 1.0.0 - 12 years later

A tiny utility script can have a significant long-term impact.
Open source projects often have unexpected users and contributors.
Software development
fromwww.raymondcamden.com
1 month 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
1 month 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.
[ Load more ]