#python-environment-discovery

[ follow ]
Python
fromRealpython
4 days ago

Using Jupyter Notebooks Quiz - Real Python

The quiz tests understanding of Jupyter Notebook basics with 9 questions and no time limit.
#django
Django
fromPycoders
3 days ago

PyCoder's Weekly | Issue #728

Django projects can be improved with Alpine AJAX and friendly classes for better code quality and maintainability.
fromPycoders
2 months ago
Python

PyCoder's Weekly | Issue #719

Django 6 adds a general tasks framework enabling migration from Celery to a unified asynchronous task mechanism.
Django
fromPycoders
3 days ago

PyCoder's Weekly | Issue #728

Django projects can be improved with Alpine AJAX and friendly classes for better code quality and maintainability.
Python
fromRealpython
3 days ago

Test-Driven Development With pytest Quiz - Real Python

The quiz tests understanding of Test-Driven Development with pytest through 8 questions.
#pycharm
#python
Python
fromMouse Vs Python
1 week ago

The Python Show - Python Illustrated - Mouse Vs Python

Two sisters collaborated on a beginner's book about Python, with one writing and the other illustrating.
Django
fromRealpython
3 weeks ago

Introduction to Python SQL Libraries Quiz - Real Python

A 9-question interactive quiz assesses proficiency in Python SQL libraries for database connectivity, query execution, and cross-database scripting with SQLite, MySQL, and PostgreSQL.
Python
fromPycoders
1 week ago

PyCoder's Weekly | Issue #727

Jazzband is winding down due to the overwhelming number of AI submissions affecting its cooperative model.
Python
fromDEV Community
2 weeks ago

I Compared 5 Python Text Analysis Libraries - Then Built a REST API Instead

Multiple specialized Python NLP libraries handle different tasks, creating dependency management challenges that led to building a unified REST API solution.
Python
fromRealpython
2 weeks ago

Spyder: Your IDE for Data Science Development in Python - Real Python

Spyder is an open-source Python IDE optimized for data science, offering powerful plotting, profiling capabilities, and integration with the data science ecosystem.
Python
fromRealpython
3 weeks ago

Your Python Coding Environment on Windows: Setup Guide Quiz - Real Python

An 11-question interactive quiz assesses knowledge of Python development environment setup on Windows, covering system configuration, package management, and workflow optimization.
Python
fromThe JetBrains Blog
3 weeks ago

Python Unplugged on PyTV Recap | The PyCharm Blog

PyCharm hosted Python Unplugged, a free online community conference on March 4th, 2026, featuring 15 speakers and 7.5 hours of content to make Python conferences accessible globally.
Software development
fromTreehouse Blog
2 months ago

Intermediate Python: Files, Packages, and CLI Apps

Intermediate Python enables building file-based, package-enabled, command-line programs that automate tasks, process data, and integrate into real workflows.
Python
fromRealpython
3 weeks ago

Working With APIs in Python: Reading Public Data - Real Python

Python with the Requests library enables efficient consumption of REST, SOAP, and GraphQL APIs through HTTP communication, supporting various authentication methods like API keys and OAuth.
Python
fromRealpython
4 weeks ago

How to Use Git: A Beginner's Guide Quiz - Real Python

A 14-question quiz tests understanding of Git fundamentals including repository initialization, staging changes, commits, and project history inspection.
fromPycoders
1 month ago

PyCoder's Weekly | Issue #720

subprocess module relies on busy-loop polling to determine whether a process has completed yet. Modern operating systems have callback mechanisms to do this, and Python 3.15 will now take advantage of these.
Web frameworks
Software development
fromPybites
1 month ago

How To Automate Python Performance Benchmarking In Your CI/CD Pipeline - Pybites

Treat performance as a quality gate: use deterministic benchmarks, enforce PR performance limits, and add AI-aware guardrails to prevent regressions.
Artificial intelligence
fromTheregister
2 months ago

Python libraries in AI/ML models can be poisoned w metadata

Hydra instantiate() vulnerabilities let attackers embed malicious metadata in popular AI libraries so code executes automatically when poisoned files are loaded.
Information security
fromThe Hacker News
2 months ago

Fake Python Spellchecker Packages on PyPI Delivered Hidden Remote Access Trojan

Two malicious PyPI packages disguised as spellcheckers delivered a Python RAT via a base64 payload hidden in a Basque dictionary file.
fromRealpython
1 month ago

What Does Python's __init__.py Do? - Real Python

A directory without an __init__.py file becomes a namespace package, which behaves differently from a regular package and may cause slower imports. You can use __init__.py to explicitly define a package's public API by importing specific modules or functions into the package namespace.
Python
Python
fromRealpython
1 month ago

Automate Python Data Analysis With YData Profiling - Real Python

YData Profiling generates interactive exploratory data analysis reports with summary statistics, visualizations, and data quality warnings from pandas DataFrames in just a few lines of code.
Django
fromPycoders
2 months ago

PyCoder's Weekly | Issue #718

pandas 3.0 adds pd.col expressions, Copy-on-Write semantics, and PyArrow-backed strings for significantly faster, more predictable dataframe and string operations.
Python
fromMicrosoft for Python Developers Blog
1 month ago

Python Environments Extension for VS Code - Microsoft for Python Developers Blog

VS Code Python now offers a unified environments extension that discovers, manages, and creates environments and packages across major tools with minimal setup.
#python-package-management
Python
fromThe JetBrains Blog
7 months ago

The Most Popular Python Frameworks and Libraries in 2025 | The PyCharm Blog

FastAPI leads Python framework usage in 2024 with 38%, offering high-performance async APIs, type safety, auto-generated docs, and strong ML deployment support.
fromInfoWorld
2 months ago

How to use Pandas for data analysis in Python

When it comes to working with data in a tabular form, most people reach for a spreadsheet. That's not a bad choice: Microsoft Excel and similar programs are familiar and loaded with functionality for massaging tables of data. But what if you want more control, precision, and power than Excel alone delivers? In that case, the open source Pandas library for Python might be what you are looking for.
Python
fromThe JetBrains Blog
1 month ago

Python Unplugged on PyTV - A Free Online Python Conference for Everyone | The PyCharm Blog

Join us on March 4th 2026, for an unforgettable, non-stop event, streamed from our studio in Amsterdam. We'll be joined live by 15 well-known and beloved speakers from Python communities around the globe, including Carol Willing, Deb Nicholson, Sheena O'Connell, Paul Everitt, Marlene Mhangami, and Carlton Gibson. They'll be speaking about topics such as core Python, AI, community, web development and data science.
Python
Python
fromPycoders
1 month ago

PyCoder's Weekly | Issue #721

Text classification and compression converge via incremental compressors; Python 3.14's zstd support enables experimenting with ML through compression.
Python
fromPycoders
2 months ago

PyCoder's Weekly | Issue #717

Test and monitor code performance scaling, optimize Docker builds with BuildKit cache mounts, use AI coding tools like Cursor, and apply recursive structural pattern matching.
#ollama
fromRealpython
1 month ago

Why You Should Attend a Python Conference - Real Python

Prerequisites This guide is for all Python users who want to grow their Python knowledge, get involved with the Python community, or explore new professional opportunities. Your level of experience with Python doesn't matter, and neither does whether you use Python professionally or as a hobbyist-regularly or only from time to time. If you use Python, you're a Python developer, and Python conferences are for Python developers!
Python
[ Load more ]