Introductory Web Programming [Closed]

Asked 2 years ago, Updated 2 years ago, 35 views

This question appears to be outside the scope defined in Help Center for stack overflow.

Closed 5 years ago.

5 years ago

I'd like to program on Linux.
First of all, I want to download a web page and write an introductory program where the html source appears on the device screen, but I don't know what to do.
Do you have any reference books or pages?

I haven't decided the language yet, but I can handle C a little bit.
If there is a language that is easier or better suited to it, I will study it.

linux

2022-09-30 17:17

2 Answers

Ruby and Python and Nodejs are easy to use these days.

Ruby is

yahoo_html_source.rb

require 'open-uri'
open('http://yahoo.co.jp').read

and files

ruby yahoo_html_source.rb

Run to display the HTML source on the screen.

Also, if you are programming on Linux, you will need basic commands such as ls and cd, so I recommend you to buy a book related to that.


2022-09-30 17:17

Hello, this is Prosta Editorial Department.

Here are some tutorials that we recommend to help the questioner learn about linux.
(Reference site: [Review of Linux books and reference books] [http://programming-study.com/language/linux-books/])

I recommend the following five books.Please refer to it.

1. Self-study Linux 2nd Edition
2. Regular Linux Programming The royal road to gcc programming that you can learn from how Linux works
3. New Linux Textbook
4. Linux System Construction and Operations Technology for Professionals (Software Design plus)
5. All Linux server construction and configuration illustrated


2022-09-30 17:17

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.