Use of Python in web develpment [closed] - python

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
Right now i am learning python and i want to start doing web development with Python.
I wanted to know about the different types of things we can do with python in web development.

I'd highly recommend learning HTML, JS, and CSS. It is essential for web development. It should be fairly straightforward though, especially compared to learning python. I expect you'll pick it up quickly.
I'm not sure you'd really understand the underpinnings of frameworks like Django without those first.
I'm sure you can learn it as you go though.
Good luck.

Related

I am new to programming and I have faced a dilemma [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 1 year ago.
Improve this question
I have begun programming and I have faced a dilemma that do I need to learn everything about a particular language or do i need to learn the main concepts
It's impossible to learn literally everything about a programming language. Using python for example, there are so many packages, and new ones packages are being developed every week, nobody knows them all. It's more important to know the main concept. If you're using python for data science, for example, you'll need to know Numpy, pandas, matplotlib, scikit learn as your basics.

I am newbie to react.js can i use python as a backend and react as a frontend for data science application [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
I am writing API in python, When i read the react js documentation it describe's lot about view layer and JSX and i didn't find any good tutorial to start with and apart from that im confused with technology decision shall i go with these technologies or not.
help me in taking right decision.
Just posting #Sami's comment as an answer so you can accept it.
The React site itself has quite good documentation. It doesn't care what the backend is, or if there even is a backend. That's all up to you. So to your question in the title: yes, you can. As for should you, that's an opinion based question and not a good fit for Stack Overflow.

Best ruby rest framework like python Flask-RESTful? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I need to create API for my project and learn Ruby by the way. Earlier I created APIs in Flask-RESTful and I looking for something simple as Flask-RESTful for Ruby.
I'm just started with Ruby so I have no knowledge what would be the best.
Flask-RESTful allows you to do many things automatically and creating useful, small API takes 15 minutes and 50 lines of code. I'll find something similar for Ruby ?
Or maybe I should guided by other criteria ?
Check out Sinatra. It's a Ruby framework quite similar to Flask.

Is it possible to use Python to make plugins for programs? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
Or is python not a good programming language for that? If it isn't good for that, then what programming language is?
Depends on the program. There are lots of different programs (Firefox, Wordpress, jQuery...) that utilize plugins and they all use different programming languages.
Look at the plugin documentation for the program you want to write a plugin for and it will tell you what languages you can write the plugin in.

web.py and flask [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
For these pythonic web frameworks;
They looks similar, except a few minor differences like their url handling schemes. So it is very hard to choose one of them.
I want to learn from your experiences that which one more suits for a web application that is small in size, but need long term support (initial application is small but it is supposed to became larger over time) and why?
Flask is a new and a very active project with good documentation and guidelines for new development and plugins. Its community is quite large and Armin (the lead) is an A grade programmer. Hence it is definitely the better contender.
Web.py is an older and more mature project which is more a library than a framework. It's what we use for the Internet Archives Open Library website. The documentation is spotty but the code is rock solid and it's over the years accrued a lot of useful utilities into it.
The final decision is yours but for a new project, I'd go with Flask.

Categories

Resources