Skip to content
View premchalmeti's full-sized avatar

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 django/django Public

    The Web framework for perfectionists with deadlines.

    Python 86.1k 33.3k

  2. git-reports git-reports Public

    GitReports is a statistical analysis tool for git repositories.

    HTML 1

  3. automated-backend automated-backend Public

    The system generates backend for HTML forms.

    JavaScript 1 1

  4. Asymmetric-cryptography Asymmetric-cryptography Public

    Java 3

  5. 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
  6. pydash pydash Public

    Forked from dgilland/pydash

    The kitchen sink of Python utility libraries for doing "stuff" in a functional way. Based on the Lo-Dash Javascript library.

    Python