This chapter marks the beginning of a series of four chapters on web programming with PyCharm, covering the development of general web applications. The topics discussed in this chapter include the integration of common web programming languages (JavaScript, HTML, and CSS) in PyCharm and how to debug them in straightforward and intuitive ways. By the end of the chapter, you will have gained a comprehensive knowledge of how to use the three languages to get started with a web development project using PyCharm.
The following topics will be covered in this chapter:
- Introducing JavaScript, HTML, and CSS in the process of web development
- The options for working with JavaScript, HTML, and CSS code in PyCharm
- How to implement live editing and debugging for web projects