Skip to content

Instantly share code, notes, and snippets.

View TanmoySG's full-sized avatar
💻
Building stuff one semi-colon at a time!

Tanmoy Sen Gupta TanmoySG

💻
Building stuff one semi-colon at a time!
View GitHub Profile
@TanmoySG
TanmoySG / Function_Scheduling_PyFlask.md
Last active March 23, 2022 07:39
Function Call scheduling in a Flask App using APScheduler

Scheduling a Function Execution using APScheduler

Create a Flask Project using flinit. Flinit creates a virtual environment, flask app along with the file structure required for a flask app along with other requirements like CORS. Checkout flinit at @TanmoySG/flinit.

Install flinit

pip install flinit

Create a Flask Project using flinit

@TanmoySG
TanmoySG / FIleSystemOperations.java
Created February 4, 2022 06:18 — forked from ashrithr/FIleSystemOperations.java
HDFS FileSystems API example
package com.cloudwick.mapreduce.FileSystemAPI;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;

#Starting Python Web development in Mac OS X#

Objective: Getting started with Python Development Operating System: Mac OS X Python version installed: 3.5 (5th December 2015)

Downoad the lastest Python from https://www.python.org/downloads/