Message from Python discussions

December 2018

— From keras.preprocessing.text import Tokenizer

— 

def start() -> scoped_session:
engine = create_engine(DB_URI, client_encoding="utf8")
BASE.metadata.bind = engine
BASE.metadata.create_all(engine)
return scoped_session(sessionmaker(bind=engine, autoflush=False))
BASE = declarative_base()
SESSION = start()

— Could I have multiple sessions like this?

— Like SESSION2 = start2()

— I want to be sure I won't mess up something 😂

— Which one is gud editor for python?

— Just use whatever as long as youre comfortable

— I am new in these tech. So suggestion would be helpful.

— What are you using?

— Textpad

— Im not familiar with that, is it windows?

— You can go with sublime or vscode