0
Who here is coding in HTML and Python
can we combine both in our coding technics and what's the best language for creating app.. and I also need a partner who can help me with a project
5 Answers
+ 7
You can combine Python and JS by different ways:
+ using JS inside Python through libraries as suggested by @Sami Khan (but it will not be much efficient: run time interpreted language wich interpret another syntax)
+ using Python at back end rather than usual Php, and still use JS at front end (no other language available at user side)
Anyway best language to do app is the one best suited for the targeted platform/device:
+ android app: Java
+ desktop/laptop app: should mostly depends on what kind of app, os, maybe needed framework
However, most of the time you can use any language you want for any purpose, and the 'best' language is more probably the one you're the most skilled ^^
+ 2
you can combine both Html and python.. python has library for it
+ 1
You should learn JavaScript--it is much easier to combine with HTML, and is similar to python, with just a little more syntax.
+ 1
If you're considering creating web apps in python you should definitely check out django. It's a web framework that covers all the 'gluecode' and comes with many other perks (including a template system which generates html content. (beware of the gartner hype cycle here)). And to all of you providing answers the lead to front end languages I do not think I need to remind you that the question relates to webAPPS, not webPAGES. My advice is build an app that works first, then make it pretty. In other words, back-end before front-end. All the best.
- 3
I know both of the programming languages that you mentioned in the question title. They can't be combined since Python is a console-based language whereas HTML is a tag language used create web pages with the help of other supported languages like CSS, JS, Bootstrap, W3.CSS, JQuery, XML etc. Python and HTML are completely different and hence can't be combined.
The best programming language for creating applications is Java. Java is the most famous and efficient programming language to create advanced applications which can be used on any device, and as the creators of Java say: "WORA - Write Once, Run Anywhere". If Java is too hard for you then you can consider learning C++ since it's the 2nd best language to create modern applications on your computer. C++ is easy to learn, but it doesn't offer as much modern GUI as Java does.
What project do you need help for? Which programming language is it in? Please provide full details about your project.
PaperTronics