Python development tool PyCharm v2023.3 newly released - AI Assistant tool fully launched

JetBrains PyCharm is a Python IDE that comes with a set of tools that can help users improve their efficiency when developing in the Python language. Furthermore, this IDE provides some advanced features for professional web development under the Django framework.

PyCharm v2023.3 official version download

In PyCharm 2023.3, every tool is at your fingertips to help improve developer productivity in a streamlined workflow .

AI Assistant preview phase ends

JetBrains AI Assistant is now generally available with a host of new features and improvements to help you work more efficiently in the JetBrains IDE.

With AI Assistant, you get enhanced code generation directly in the editor, context-aware AI chat that answers project-related queries without copying code, and project-aware AI actions that deliver more comprehensive results. To improve the clarity of code changes, a new diff view is integrated into LLM code suggestions.

PyCharm v2023.3 new version atlas

Complete line of code

As you type, PyCharm 2023.3 provides multi-tag code completion suggestions while checking them for correctness. Whole-line code completion leverages deep learning models to process suggestions on your computer, which ensures your code remains private and you can take advantage of this feature offline.

PyCharm v2023.3 new version atlas

data visualization

Powerful DataFrame UI

Adding interactivity to DataFrame processing, the new DataFrame UI provides sorting, paging, and infinite scrolling capabilities. With the new UI for DataFrame, column statistics automatically pop up just by hovering over a column.

You can export data in a variety of formats, with options such as CSV, TSV, SQL INSERT statements, Markdown, and HTML available.

PyCharm v2023.3 new version atlas

Instant graphical representation of DataFrame

Get an instant overview of the data in a dataframe or series. In PyCharm 2023.3, click on the DataFrame and select Show Chart and the IDE will do all the work. Choose the most appropriate chart type and once you're satisfied with the result, export it as a PNG file.

PyCharm v2023.3 new version atlas

HTTP client

OAuth 2.0 support

In PyCharm 2023.3, HTTP clients support authentication using a new client credential grant type (established using OAuth 2.0 or password grant types).

You can use the new syntax {$auth.token("my-keycloak1")} to reference the authentication data in the request and navigate to the JSON file containing the authentication details.

No more manual retrieval of tokens. Enjoy an intuitive request execution process.

PyCharm v2023.3 new version atlas

Guess you like

Origin blog.csdn.net/AABBbaby/article/details/134988383