GithubHelp home page GithubHelp logo

orx57 / vikio Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 18 KB

:book: Yet another simple Wiki based on Bottle (Python micro web-framework)

License: Creative Commons Zero v1.0 Universal

Python 40.90% Smarty 55.31% CSS 3.79%
archived deprecated obsolete

vikio's People

Contributors

orx57 avatar

Stargazers

 avatar

Watchers

 avatar

vikio's Issues

`error` function already defined line 18

Message: function already defined line 18

Occurred on:

Currently on:

In Python, a redefinition of functions, classes, and methods is allowed and overrides the original definition. This is confusing to readers and is therefore considered an error.

Old-style class defined.

Message: Old-style class defined.

Occurred on:

Currently on:

In Python 2.x, old-style classes are defined by not inheriting from a base class or by inheriting from other old-style classes. New-style classes are defined by inheriting from class object or from other new-style classes.

Python 3.x supports only new-style classes; if no base class is specified on a class definition, the class implicitly inherits from object.

It is recommended to define only new-style classes, because they are properly integrated into Python's type system. See Python docs article: New-Style Classes for details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.