- Mastering Vim
- Ruslan Osipov
- 151字
- 2021-06-10 18:51:21
Technical requirements
Throughout this chapter we will be writing a basic Python application. You don't have to download any code to follow along with this chapter as we'll be creating files from scratch. However, if you ever get lost and need more guidance, you can view the resulting code on GitHub:
https://github.com/PacktPublishing/Mastering-Vim/tree/master/Chapter01
We will be using Vim to primarily write Python code throughout this book, and it is assumed that the reader is somewhat familiar with the language. Examples assume you're using Python 3 syntax.
If you must live in the past, you can convert Python 3 examples to Python 2 code by changing the print() command syntax. Change all of print('Woof!') to print 'Woof!' to make the code run in Python 2.
We will also be creating and modifying Vim configuration, which is stored in a .vimrc file. The resulting .vimrc file is available from the previously mentioned GitHub link.
推薦閱讀
- Web程序設(shè)計(jì)及應(yīng)用
- Visual Basic .NET程序設(shè)計(jì)(第3版)
- RTC程序設(shè)計(jì):實(shí)時(shí)音視頻權(quán)威指南
- Groovy for Domain:specific Languages(Second Edition)
- Learning Network Forensics
- 大學(xué)計(jì)算機(jī)基礎(chǔ)(第2版)(微課版)
- Python深度學(xué)習(xí):基于TensorFlow
- Serverless computing in Azure with .NET
- Java網(wǎng)絡(luò)編程實(shí)戰(zhàn)
- 用戶體驗(yàn)可視化指南
- 單片機(jī)原理及應(yīng)用技術(shù)
- 算法精解:C語言描述
- 程序員面試金典(第6版)
- PHP 7 Programming Blueprints
- C語言進(jìn)階:重點(diǎn)、難點(diǎn)與疑點(diǎn)解析