Monday, April 22, 2019

For MCA IGNOU student's: Link to all semester PDF from eGyankosh

Link to all MCA study material from IGNOU eGyanKosh to all MCA students  eGyankosh handle: MCA all semester PDF You can download and study all MCA material of IGNOU from here as well as get prints.

No comments:

Post a Comment

Basic Flask web app

 from flask import Flask app = Flask(__name__) #In Flask, URL rules can be added using either the @app.route() decorator or the app.add_url_...