Skip to content
View premchalmeti's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report premchalmeti

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. django/django django/django Public

    The Web framework for perfectionists with deadlines.

    Python 77.3k 31k

  2. git-reports git-reports Public

    GitReports is a statistical analysis tool for git repositories.

    HTML 1

  3. DSA_101 DSA_101 Public

    This repo contains some of ds and algorithm problems and codewars and hackerrank solutions

    Python 1

  4. automated-backend automated-backend Public

    The system generates backend for HTML forms.

    JavaScript 1 1

  5. Asymmetric-cryptography Asymmetric-cryptography Public

    Java 3

  6. Django Style SQLAlchemy Base Models ... Django Style SQLAlchemy Base Models (Auto ID, CreatedDateTime & UpdatedDateTime)
    1
    import datetime as dt
    2
    
                  
    3
    from sqlalchemy import Column, Integer, DateTime
    4
    from sqlalchemy.engine import create_engine
    5
    from sqlalchemy.orm import sessionmaker