Agentic Development in Python #1355
coherent17
started this conversation in
General
Replies: 1 comment 1 reply
-
|
This is a great question! I have not experienced this issue myself, (at least not chronically). What AI model(s) are you using that are exhibiting this behavior? One idea would be to point your agent at this page of Jpype documentation that provides a Quick Start Guide for Java/Python interaction: That might give it the added context to avoid the Java/Python differences in syntax. Let us know how it goes or if there are any specific attempts we can make to try to reproduce. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi RapidWright team,
I'm looking for advice on how to help AI tools write better code using the RapidWright Python API.
My challenge:
When using RapidWright in Python (via JPype), AI coding assistants sometimes struggle because:
What I've tried:
I cloned the documentation from https://github.com/clavin-xlnx/RapidWrightPages and provided it to the AI as reference material. However, the Java-to-Python translation still causes issues.
My question:
Do you have any recommendations, reference materials, or best practices that could help AI coding assistants better understand and generate correct code for the RapidWright Python API?
Thanks,
Coherent
Beta Was this translation helpful? Give feedback.
All reactions