programming help

  1. R

    Expert Python Developer & Tutor

    Hi, I am a python developer. have almost 4 years of experience. I am new to this site. Hello everyone ! If you need any help regarding python you can ask me anytime! Thanks!
  2. Panther28

    How to convert this Python SQLAlchemy code to MySQL?

    I have the following code: class User(db.Model, UserMixin): userid = db.Column(db.Integer, primary_key=True) username = db.Column(db.String(255), unique=True) password = db.Column(db.String(255)) The code is part of a MVC flask website setup, and I'm trying to convert from the...
Back
Top