Monday, December 31, 2018

My new Year Plan

Hi
Happy New Year 2019!

This year I wish do a course on Big Data Computing. Among various Java frameworks, I like Hadoop framework, which is a Big data framework.

Best wishes for a Happy, rewarding new Year 2019!

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_...