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

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 Loading

  1. django/django Public

    The Web framework for perfectionists with deadlines.

    Python 81.5k 32k

  2. git-reports Public

    GitReports is a statistical analysis tool for git repositories.

    HTML 1

  3. DSA_101 Public

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

    Python 1

  4. automated-backend Public

    The system generates backend for HTML forms.

    JavaScript 1 1

  5. Asymmetric-cryptography Public

    Java 3

  6. Django Style SQLAlchemy Base Models ...
    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