- (here) ABout Investments, ETFs vs Fundos Ativos qual faz mais sentido
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
UNICEF donations: Ajude-nos a Ajudar: -UNICEF Portugal https://donativos.unicef.pt/campanha/ost-fome-pledge/
Example 1: Full IBAN PT50 0033 0000 5013 1901 2290 5
Example 2: NIB without country (defaults to PT) PT50 0033 0000 5013 1901 2290 5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Grandvision Screen Reading Glasses | |
| I BLU02+2.0 | |
| HAVANA-TURQUOISE | |
| `LOT 221005A1`, `REF 8719154802065` | |
| Grand Vision Supply Chain | |
| (Netherlands) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Install the library first: | |
| # pip install titlecase | |
| from titlecase import titlecase | |
| def format_title(text: str) -> str: | |
| return titlecase(text) | |
| if __name__ == "__main__": | |
| raw = "lifetime of surprises" |
Playlists I love (https://bit.ly/just-pure-fun)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ downplaylists.py | |
| Downloads playlists found at remote link into a fixed dir! | |
| """ | |
| import sys | |
| import os | |
| import re | |
| import requests |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| import sys | |
| import re | |
| def main(): | |
| """ Retira informacao desnecessaria; | |
| masker = SaldoMasker(":", blanks_right=False) -> sem valor de saldo | |
| ... ("^", ...) -> descricao simplificada | |
| """ | |
| masker = SaldoMasker("^", blanks_right=False) |
NewerOlder