Home > Back-end >  Python WEB development with a Python WEB development, you need to learn?
Python WEB development with a Python WEB development, you need to learn?

Time:09-15

Step 1: HTML (hypertext bai this markup language) is the core of the Web, to learn HTML is to become a Web development the basic conditions, du zhiHTML very easy to learn, but it is easy to miss the dao, to learn kung fu have trouble,

As the development and popularization of it, understand it also will become the compulsory subject of Web developers,

It comes to web page appearance, need to learn CSS, it can help you do web page more beautiful,

Using HTML and CSS to simulate some have seen your website layout and layout (color, pictures, text style, etc.),

The second step: learning javascript, understand the DOM

JavaScript is a can make your web page more lively programming language, study the basic syntax of JavaScript, learn to use JavaScript dom elements in web page operation,

Then learn to use some javascript libraries such as jquery is most WEB developers like to use, through the jquery can effectively improve the development efficiency of javascript,

The third step: to understand the Web server

You don't have to spend too much energy on it, but for IIS, Apache to master basic configuration, this knowledge learning is relatively easy, it won't take long time,

Learn some basic knowledge of Unix and Linux, because most of the Web server running on Unix and Linux platforms,

Step four: learn a server-side scripting language

Server-side scripting (background development) is one of the Web developer background, you can just pick a server-side scripting language, and then learn it well,

Currently popular server scripting language: PHP, http://asp.net, JSP, ruby, python, etc.,

Step 5: learning database and SQL syntax

To build dynamic pages to the database is usually used, the commonly used database has essentially, Oracle, MySQL, etc., they will follow the principle of standard SQL,

Usually use http://asp.net application is essentially database, PHP, Java use Oracle, MySQL database,

Step 6: comprehensive practical

Choose a background you like programming language, combined with previously learned HTML, CSS, javascript, front end technology, the implementation of a simple guestbook, BBS program, and to implement a simple CMS (content management system)

Step 7: learning to use a Web framework

When you master HTML, CSS, JavaScript, and server-side scripting language, you should find a Web framework to speed up your Web development, using a framework can save you a lot of time,

SSH such as.net MVC, JAVA, PHP cake, CodeIgniter, zend, ROR ruby, python dijango etc., but there are some similarities,

Throughout the development process you may also learn the use of some tools:

Visio, Dreamweaver, Vistual Studio, elipse (Vim, EditPlus Notpad++), essentially, phpmyadmin, various browsers and FireBug plug-in, IE WebDevelopmentHelper, IETester,

From the most simple HTML to a Web framework, content and many, if you want to master everything here technology, have to hard, half a year's time, you enough knowledge of Web development to produce a valid, at this time, thinking about you again in the direction of further study

Author: IT youth
Link: https://www.jianshu.com/p/0642f661d4f5
Source: Jane books
Copyright owned by the author, commercial reproduced please contact the author for authorization, non-commercial reprint please indicate the source,

CodePudding user response:

0 poster, delete,
  • Related