PyCharm, a JetBrains IDE

7.9K posts

PyCharm, a JetBrains IDE banner
PyCharm, a JetBrains IDE

PyCharm, a JetBrains IDE

@pycharm

The only Python IDE you need. Built by @JetBrains, part of @JetBrainsData

JetBrains s.r.o. Katılım Ocak 2010
28 Takip Edilen71.5K Takipçiler
Sabitlenmiş Tweet
PyCharm, a JetBrains IDE
Dozens of models claim to be the best detector. In 2026, it comes down to these three: 🏆 RF-DETR – Highest accuracy. First real-time model to break 60 mAP on COCO. ⚡ YOLO26 – Best for edge devices. 43% faster on CPU than YOLO11n, five tasks in one model. 🔬 YOLO12 – Best for research. Attention at its core (use the original repo, not the port). But one rule beats every benchmark: COCO mAP ≠ your data. Always test on your own. #Python #ComputerVision #ObjectDetection
PyCharm, a JetBrains IDE tweet media
English
1
1
13
2.2K
PyCharm, a JetBrains IDE
Classification tells you what's in an image. Detection tells you what AND where. 📦 Draw a box around each object. 🏷️ Label every box. That "where" is what runs self-driving cars, security, retail, and medical imaging. Want to go deeper? Our guide explains how detection works and breaks down the best object detection models of 2026: 🔗 jb.gg/object-detecti… 🔗 #ComputerVision #MachineLearning
PyCharm, a JetBrains IDE tweet media
English
0
0
11
1.4K
PyCharm, a JetBrains IDE
Django turns 21 today. 🚀 Old enough to have onboarded a generation of developers, launched countless careers, and quietly run more of the internet than most people realize. Happy 21st birthday, @djangoproject! What was your first Django project? Tell us in the comments 👇
PyCharm, a JetBrains IDE tweet media
English
2
5
45
3.2K
PyCharm, a JetBrains IDE
TypeScript 7 support is live in PyCharm 2026.2 RC – ready out of the box, no setup required. Try it: jetbrains.com/pycharm/nextve…
WebStorm, a JetBrains IDE@WebStormIDE

TypeScript 7 is out🚀 Huge congrats to the @typescript team, it’s a big step for the ecosystem! We’re extra grateful for the collaboration around the API fixes: having support from day zero made a big difference for us. Thanks for getting those fixes landed for the release 🙌 WebStorm 2026.2 RC is ready: built in, no config. Try it right now and share your feedback: jb.gg/webstorm-2026.2

English
0
1
13
3.5K
PyCharm, a JetBrains IDE
Full guide with benchmarks, quick-start code, and fine-tuning tips: jb.gg/object-detecti… Test these models on your own data using PyCharm and its Hugging Face integration. New to PyCharm? Try PyCharm Pro free for 30 days!
English
0
0
1
805
PyCharm, a JetBrains IDE
Dozens of models claim to be the best detector. In 2026, it comes down to these three: 🏆 RF-DETR – Highest accuracy. First real-time model to break 60 mAP on COCO. ⚡ YOLO26 – Best for edge devices. 43% faster on CPU than YOLO11n, five tasks in one model. 🔬 YOLO12 – Best for research. Attention at its core (use the original repo, not the port). But one rule beats every benchmark: COCO mAP ≠ your data. Always test on your own. #Python #ComputerVision #ObjectDetection
PyCharm, a JetBrains IDE tweet media
English
1
1
13
2.2K
PyCharm, a JetBrains IDE
Publishing Python packages to PyPI? Seth Larson from the PSF recommends two things: 👉 Use Trusted Publishers 👉 Check your GitHub Actions workflows with Zizmor Trusted Publishers remove long-lived credentials from your workflow. Zizmor helps find and fix risky CI/CD patterns. Because attackers are looking at workflows — not just code. #Python #PyPI #OpenSource #CyberSecurity #GitHubActions
English
2
1
13
1.8K
PyCharm, a JetBrains IDE
Python 3.15 introduces explicit lazy imports. ⚡ Faster startup 📉 Lower memory use 🧹 Less upfront cost from heavy dependencies With lazy imports, modules load only when they’re first used. Read the blog post, check the PyCharm benchmark, and try it today 👇 jb.gg/lazy-imports
English
0
3
38
2.5K
PyCharm, a JetBrains IDE
Want to build your own open-source duck robot? 🦆 While an animatronic duck may sound cute, the build entails a comprehensive robotics workflow: • Hardware assembly and 3D printing • Soldering and wiring • Servo motor configuration • Raspberry Pi setup • Open-source code repo cloning • Debugging in PyCharm That’s what @iuliaferoli from Back To Engineering explores with the Open Duck Mini Kit by @tnkrdotai. ▶️ Watch the video to see how it all comes together: youtube.com/watch?v=tt-g_f… #openduck #physicalai #robotics
YouTube video
YouTube
English
0
3
25
2.5K
PyCharm, a JetBrains IDE
PyCharm, a JetBrains IDE@pycharm·
Learning Python? Don’t spend weeks searching for the “perfect” tutorial. Pick one. Commit to it. Write the code yourself. Use AI when you get stuck — but make sure you understand every line. As @sheena_oconnell says: if it feels hard, you’re probably doing it right. Python is learned by building, not by watching. #Python #LearnPython #Coding
English
1
0
10
1.6K
PyCharm, a JetBrains IDE
PyCharm, a JetBrains IDE@pycharm·
Rust is changing the Python ecosystem — but not always for the reason people think. As Seth Larson from the @ThePSF explains, tools like uv, Ruff, ty, and Pyrefly often choose Rust for performance: startup time, speed, and data processing. But for Python binary modules, especially when handling untrusted data, Rust’s memory safety is a serious security advantage over C/C++. Python + Rust is becoming one of the most interesting combinations in modern developer tooling. #Python #Rust #PyPI #OpenSource #CyberSecurity
English
4
4
35
2.7K
PyCharm, a JetBrains IDE
PyCharm, a JetBrains IDE@pycharm·
🐍 What if Python could skip loading the libraries your code never actually uses? That’s what explicit lazy imports in Python 3.15 are designed to do. In this post by @cheukting_ho, we put this new feature to the test with a familiar data science setup: pandas, NumPy, and Matplotlib. The result? A single unused module had accounted for a large share of startup time – and with lazy imports, that cost disappeared. See the benchmark, the PyCharm profiling setup, and what happens inside `sys.lazy_modules` when a lazy import finally gets used 👇 jb.gg/lazy-imports
PyCharm, a JetBrains IDE tweet media
English
0
2
29
2.3K
PyCharm, a JetBrains IDE
PyCharm, a JetBrains IDE@pycharm·
Python AI frameworks usually fall into three groups: 1. Deep learning frameworks For neural networks, images, text, audio, and GPU acceleration. Examples: TensorFlow, PyTorch, Keras 2. Classical ML frameworks For structured data, forecasting, classification, and risk scoring. Examples: scikit-learn, XGBoost 3. LLM and agent frameworks For chatbots, RAG, tool use, and agent workflows. Examples: LangChain, Hugging Face The full guide breaks down when to use each one: 🔗 jb.gg/py-ai 🔗
English
0
2
18
1.5K
PyCharm, a JetBrains IDE
PyCharm, a JetBrains IDE@pycharm·
A common mistake in AI projects is picking the framework before defining the job. • Training a custom model? • Building an LLM app? • Working with structured business data? • Deploying to production? Each path points to a different Python AI framework – from scikit-learn or XGBoost to PyTorch, TensorFlow, LangChain, or Hugging Face. We broke down where each one fits best in the full guide: 🔗 jb.gg/py-ai 🔗
English
0
1
15
1.7K
PyCharm, a JetBrains IDE
PyCharm, a JetBrains IDE@pycharm·
Type checking may become more important in the AI era, not less. @BruceEckel connects type checking with something broader: effect checking — tracking not just what types flow through a program, but what side effects the code can produce. The more boundaries we can give an LLM — types, constraints, interfaces, effects — the better it can reason about what it’s generating. Without those boundaries, we hit scaling problems: code may look plausible, but it becomes harder to trust, maintain, or evolve. Could Python’s type system eventually go further and help us express effects too? Watch the full interview on YouTube: youtu.be/hj6RiSEUuoY?si…
YouTube video
YouTube
English
1
1
15
4.7K
PyCharm, a JetBrains IDE
PyCharm, a JetBrains IDE@pycharm·
AI can generate a prototype in seconds. But can a beginner tell whether it’s good software? Will Vincent joined @teachingpython to discuss Django, AI coding, and why foundational skills still matter. Not just for writing code, but for understanding architecture, security, maintainability, and production-ready software. Listen for a thoughtful look at how Python education is changing: 🎧 teachingpython.fm/158
English
0
1
13
881
PyCharm, a JetBrains IDE
PyCharm, a JetBrains IDE@pycharm·
Choosing a Python AI framework is easier when you start with one question: What are you building? Here’s how to choose the right Python framework for your project: 📊 Working with structured data? • Use scikit-learn for quick classical ML workflows. • Use XGBoost when accuracy on tabular data is the priority. Best for: forecasting, classification, risk scoring, business analytics. 🧠 Building deep learning models? • Use PyTorch for research, experimentation, and custom architectures. • Use TensorFlow when production deployment matters most. • Use Keras when you need fast prototyping. 💬 Building LLM-powered apps? • Use LangChain for RAG, agents, memory, and tool use. • Use Hugging Face to access and fine-tune pre-trained models. 🎯A simple rule of thumb: • Structured data → scikit-learn / XGBoost • Deep learning research → PyTorch • Production deployment → TensorFlow • Fast prototyping → Keras • LLM apps → LangChain / Hugging Face Read the full guide: 🔗 jb.gg/py-ai 🔗 #Python #MachineLearning #AI #DataScience #PyCharm
PyCharm, a JetBrains IDE tweet media
English
2
2
27
1.8K