| Function | Shortcut |
|---|---|
| New Tab | β + T |
| Close Tab or Window | β + W (same as many mac apps) |
| Go to Tab | β + Number Key (ie: β2 is 2nd tab) |
| Go to Split Pane by Direction | β + Option + Arrow Key |
| Cycle iTerm Windows | β + backtick (true of all mac apps and works with desktops/mission control) |
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
| import boto3 | |
| import pandas as pd | |
| s3 = boto3.client('s3') | |
| def transfrom_member_df( | |
| df, | |
| select_cols:list, | |
| new_col_suffix:str, |
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
| import MetaTrader5 as mt5 | |
| from pyrogram import Client, filters | |
| import re | |
| from time import sleep | |
| channels = { | |
| -1001416233252: {'type': 'channel', 'trading': 'str_long', 'url': 'test'}, # | |
| -1001445377985: {'type': 'channel', 'trading': 'str_long', 'url': '@americanforexspecialist'}, # | |
| -1001349935562: {'type': 'channel', 'trading': 'gold', 'url': '@bestForexSignalsPips'}, # | |
| -1001246538371: {'type': 'channel', 'trading': 'scalping', 'url': '@bestforextradinggroup'}, # |