PyCharm 2026.2 is here โ and it meets you where modern Python development actually happens!๐
Featuring Rust plugin support, uv workspaces and uvx-backed tools, the Agent Skills Manager, and debugpy as the default, this release keeps your entire workflow in one place.
๐ Take a look at all the updates in our โWhatโs Newโ video โ https://t.co/DfwLn0dZgp
If you've ever built a model to find objects in images, you'll remember the painful setup.
Older object detectors needed two fiddly things:
โข Anchor boxes โ size/shape guesses you had to fine-tune for every dataset.
โข NMS โ an extra cleanup step to remove duplicate boxes.
Modern detectors dropped both.
From YOLOv10 onward, there's no NMS, and boxes are predicted directly โ no dataset-specific tuning.
The payoff: less config, lower latency, and a clean end-to-end model.
Our guide shows which 2026 models are NMS-free, with benchmarks and code ๐
Inside you'll find:
โข How object detection actually works
โข The best models of 2026 (RF-DETR, YOLO26, YOLO12)
โข Benchmarks, use-case picks, and quick-start code
Read it here: https://t.co/vaV6hvfgdg
#ComputerVision #MachineLearning #Python
marimo notebooks are now available directly in PyCharm! ๐
The new plugin, developed by the @marimo_io team, lets you open, edit, and run reactive Python notebooks without leaving your IDE.
โถ๏ธ See it in action: https://t.co/nYhY1a81iS
๐งฉ Get the plugin: https://t.co/RMgmDlHrZf
#Python #marimo #PythonNotebooks #DataScience
๐ ๏ธ Want to use tools like Ruff or Black without cluttering your local project environment?
Run linters and formatters on demand via uvx without installing them in your virtual environment, fully integrated with editor inspections and Actions on Save.
See what else is new in PyCharm 2026.2 โ๏ธ https://t.co/tfOKpDTonI
๐ฆ Managing interconnected packages across multi-package setups shouldn't require opening a separate IDE window for every subproject.
PyCharm automatically detects workspace structures via pyproject.toml, configures shared virtual environments with a single click, and keeps all project dependencies synchronized across your entire repo.
See what else is new in PyCharm 2026.2 โ๏ธhttps://t.co/tfOKpDTonI
. @PyCharm now integrates with the Rust plugin to allow the development of extensions using PyO3, makes debugpy the default debugger backend, helps manage uv, Poetry, and Hatch multiprojects and uv workspaces (Beta), and adds a minimap for source files and Jupyter notebooks.
Tired of rerunning notebook cells in the right order?
#marimo notebooks are reactive โ when your code changes, dependent cells update automatically. Theyโre also stored as `.py` files, making them easier to run, share, and track with Git.
Theyโre now available in PyCharm through a plugin developed by the @marimo_io team. Try it now!
โถ๏ธ See it in action: https://t.co/nYhY1a81iS
๐ฆ Tired of context-switching to external tools every time a tight Python loop needs a Rust performance boost?
PyCharm now supports the Rust plugin, allowing you to build, run, and debug native pyo3 extension modules directly inside your Python workspace. [Beta]
See what else is new in PyCharm 2026.2 โ๏ธhttps://t.co/1az5wxkpWs
There is even more in 2026.2 โ including an improved Pydantic insight, TypeScript 7 support, and interactive Docker Compose container statuses.
Explore the full release: https://t.co/jBRE4qr4cm
PyCharm 2026.2 is officially here! ๐
This release brings deep ecosystem support, smarter workflows, and faster analysis engines that stay out of your way.
Here is a look at the major highlights. โ
๐ง Keep your AI agent equipped with continuous domain knowledge using the Agent Skills Manager.
Install custom skills or import existing ones from public GitHub repositories, Claude Code, or Codex to give your agents deep context across every project session.
See PyCharm running directly on an #NVIDIAJetson device ๐ค
Hereโs the moment @iuliaferoli installed PyCharm on her Jetson-powered reComputer and got it ready for physical AI development.
The full JetPack 7.2 setup: ๐ https://t.co/fZrQaC2qJk ๐
It was great to see you at #EuroPython! ๐
Thank you to everyone who stopped by to say hi, chat about Python, and take part in our booth activities.
See you at more Python events soon! ๐