I'm learning Python!
- Python Interpreter: 3.9
- Python Book
- EN Python Book
- IT Python Book
- Python. Guida alla sintassi, alle funzionalità avanzate e all'analisi dei dati
- The Quick Python Book
| ID | FileName | Description |
|---|---|---|
| 001 | 001-hello-world | Simple Hello World |
| 002 | 002-hello-world-name | Hello word - Get 'input' from user |
| 003 | 003-array-loop-for | LOOP - FOR array items |
| 004 | 004-array-loop-while | LOOP - WHILE array items |
| 005 | 005-array-add-element | Array - Add single item |
| 006 | 006-array-add-elements | Array - Extend with another array |
| 007 | 007-array-sort-elements | Array - Sort items (ASC/ DESC) |
| 008 | 008-array-remove-element-position | Array - Remove item by position |
| 009 | 009-array-remove-element-value | Array - Remove item by value |
| 010 | 010-array-check-element-exists | Array - Check if value exists |
| 011 | 011-http-request-get | Simulate a HTTP Request GET |
| 012 | 012-http-request-get-params | Simulate a HTTP Request GET with query string |
| 013 | 013-http-request-get-json-load | How to read (and show) values from a remote JSON |
| 014 | 014-random-password | Generate Random Password |