atlas news
    
JetBrains : PyCharm
25  mars     22h02
PyCharm 2024.1 Release Candidate Is Out
Valeria Letusheva    The PyCharm . RC is now available You can get the latest build from our website, through the free Toolbox App, or via snaps for Ubuntu. Download PyCharm . RC To use this build, you need to have an active subscription to PyCharm Professional. With the major release on the horizon, there’s...
22  mars     06h52
PyCharm 2023.3.5 Is Out
Valeria Letusheva    PyCharm . . is an important bug fix update. You can update to this version from inside the IDE, using the Toolbox App, or via snaps, if you’re using Ubuntu. You can also download it directly from our website. Here are some of the notable fixes in v . . : For the full list of issues...
15  mars     10h47
Pytest vs. Unittest: Which Is Better?
Maha Taqi    Python, being a versatile and widely used programming language, offers several testing frameworks to facilitate the testing process. Two prominent choices are pytest and unittest, both of which come with their own sets of features and advantages. In this article, we’ll be covering the following...
08  mars     15h37
PyCharm 2024.1 EAP 8: Enhanced Support for Terraform
Valeria Letusheva    PyCharm . EAP is now available, providing a sneak peek into some exciting new features planned for the next major release. A notable update of this build is enhanced support for Terraform. You can download the new version from our website, update directly from the IDE or via the free Toolbox...
05  mars     10h55
Deploying Django Apps in Kubernetes
Mukul Mantosh    As an open source container orchestration platform that automates deployment, scaling, and load balancing, Kubernetes offers unparalleled resilience and flexibility in the management of your Django applications. Whether you’re launching a small scale project or managing a complex application,...
04  mars     12h00
Best PyCharm Plugins 2024
Maha Taqi    PyCharm is designed to be used straight out of the box, but you can customize it further by installing the right plugins. In this article, we’ll be highlighting the top PyCharm plugins that can bring great value to you. They are not available out of the box, but if you’re looking for something to...
01  mars     11h25
PyCharm 2024.1 EAP 7: Support for Flask and FastAPI bigger applications in the Endpoints tool window
Valeria Letusheva    PyCharm . EAP is now available, providing a sneak peek into some exciting new features planned for the next major release. Notable updates include support for Flask and FastAPI bigger applications in the Endpoints tool window, improvements to the Version Control integrations and support for...
26  février     21h10
PyCharm 2023.3.4: AI Assistant’s Efficiency Boosters and a more powerful Django Structure tool window
Valeria Letusheva    This year, we are trying out a new approach with our releases, moving away from a quarterly schedule to more regular monthly feature rich releases. This change is intended to deliver new features more rapidly and streamline the feedback process. Upgrade to PyCharm . . New AI Assistant...
21  février     22h26
PyCharm 2024.1 EAP 6: In-editor Code Review
Valeria Letusheva    Our new EAP build for PyCharm . is now available for you to download This new build is packed with a bunch of updates to the integration with version control systems. You can download the new version from our website, update directly from the IDE or via the free Toolbox App, or use snaps for ...
15  février     20h27
PyCharm 2024.1 EAP 5: Model Cards for Hugging Face Models, Updates for the HTTP Client, and More
Valeria Letusheva    Our new EAP build for PyCharm . is now available for you to download Packed with numerous new features and enhancements, PyCharm . EAP brings model cards for Hugging Face models and datasets, extended support for GitHub Actions, updates to the HTTP Client, and much more. We invite you...
13  février     10h33
The Release Candidate for PyCharm 2023.3.4 Is Out
Valeria Letusheva    PyCharm . . Release Candidate is now available You can get the latest build here, through the free Toolbox App, or via snaps for Ubuntu. If you spot any bugs, please report them using our issue tracker. We’re also eager to hear your thoughts on the latest IDE updates, so feel free to connect...
12  février     09h00
Three pytest Features You Will Love
Helen Scott    One of the most popular frameworks for Python is pytest, and it comes with several cool features. I’m going to show you three of them in this blog post: As you’d expect, PyCharm has full support for pytest, including a dedicated test runner, code completion, and code navigation. To get started with...