TIL: How to move a line in Vim
For a text like the following:
This is the line I want to move.
This line should be the first line.
In order to move the first line down, in normal mode* (not edit or insert mode), follow these steps:
For a text like the following:
This is the line I want to move.
This line should be the first line.
In order to move the first line down, in normal mode* (not edit or insert mode), follow these steps:
Only two steps required (it assumes an existing account in AWS console):
I used these two articles as a reference:
Yes! Indentation, or leading white space at the beginning of a line is required in Python. You can read more about why that is important here. And here is the part of the style guide convention for indentation (PEP 8).
In a large web application, the backend logs can get quite verbose: requests created, sent, processed, received, etc. The list can grow large very quickly depending on how logs are implemented.