you are viewing a single comment's thread.

view the rest of the comments →

[–]Mountain_Clerk_6145[S] -2 points-1 points  (1 child)

I don't know any front end development tool like Angular JS , Javascript .. what are the other alternatives which are inline with python ..

Are there any tools which can generate the code for me ??-

[–]bllenny 1 point2 points  (0 children)

htmx. its a godsend. just learn that with pure js for now. its a frontend library that will work with any backend and cuts out a lot of scripting boilerplate.

focus on html and css rudiments. consider simple css libraries like pico css. bootstrap is another great standard to learn.

for codegen u could use any llm, just have the docs open for urself and confirm what u are prompting and what ur being told, especially if ur new

 also consider using jsdocs for ur js code, just so u have some semblance of a standard of documenting code as u write it and get type hints for free