This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
notes:python_cheat_sheet [2026/09/14 12:51] 151.250.119.224 old revision restored (2026/08/06 06:28) |
notes:python_cheat_sheet [2026/09/16 07:35] (current) 85.106.99.254 old revision restored (2026/07/20 14:51) |
||
|---|---|---|---|
| Line 103: | Line 103: | ||
| * str() returns a readable representations, | * str() returns a readable representations, | ||
| * Strings have several formatting methods. | * Strings have several formatting methods. | ||
| - | * [[ http:// | + | * // |
| * To open a file <code python> open('/ | * To open a file <code python> open('/ | ||
| - | * File methods include read, readline, write. | + | * [[http:// |
| - | * //pickle// contains load and dump methods for serializing objects. Support should be added for new object types. | + | * //pickle// contains |