Click here to Skip to main content
15,886,963 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello - I am new to coding with an early intermediate understanding of Python and almost no JS experience. My end goal over the next year is to learn both languages by created an inventory management web-app with a JS front end and Python back-end. I also have intermediate knowledge of SQL that will be used in this project. I would love to hear anyone's ideas on the best way to approach combining Python, JS and SQL or see any public examples of how this has been done in the past.

What I have tried:

I am able to create a simple connection from a MySQL DB to Python, I understand function and class basics, but am basically brand new to JS.
Posted

Don't try to learn by looking at code: get a book (Wrox, Addison Wesley, and O'Reilly all publish them) or go on a course: you will learn how to use them properly in a structured manner instead of basically guessing.

Think about it: you can watch the Tour de France as much as you want, it won't teach you how to ride a bicycle!
 
Share this answer
 
If you want to use Python for backend processing of a website then I strongly recommend Writing your first Django app, part 1 | Django documentation | Django[^]. And if you need a refresher on Python then The Python Tutorial — Python 3.10.13 documentation[^] is a good place to start. And finally, for Javascript try JavaScript Tutorial[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900