N
N
N2014-04-13 11:55:08
ruby
N, 2014-04-13 11:55:08

How to start writing "Hello World" Ruby/Python applications?

I want to learn one or two languages ​​for frontend: PHP, Python, Ruby. To execute code in PHP, you need the PHP server itself + additionally Mysql (ready-made Denwer assembly). What tools do I need to set up a writing environment (IDE) and code execution for Python on Django and Ruby on Rails?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
V
Vladimir Chernyshev, 2014-04-13
@volkol

Modern PHP has a built-in web server for development, meaning no denvers are needed anymore. Whether or not MySQL is used is up to you, and that decision needs to be made for all languages. IDE would advise from JEtBrains.

K
Kirill Arutyunov, 2014-04-13
@arutyunov

php for front end? Is mysql required for php to work?
You are too confused in the testimony.
I assume that since all these languages ​​​​are related to server technologies, then a server is needed to execute these scripts.
For hello world, the usual notepad ++ is enough.

R
RokkerRuslan, 2014-04-13
@RokkerRuslan

For Ruby - puts "Hello World", Python - print("Hello World")

K
Kirill Platonov, 2014-04-13
@kirillplatonov

https://www.ruby-lang.org/en/documentation/quickstart/

V
Velikodniy, 2014-04-13
@Velikodniy

To execute hello world in python, the installed python is enough.
If you want to deposit on a server, there are a sufficient number of WSGI servers.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question