Skip to content

Instantly share code, notes, and snippets.

View interactivetech's full-sized avatar
🎯
Focusing

Andrew Mendez interactivetech

🎯
Focusing
View GitHub Profile
@interactivetech
interactivetech / pycocotools_tutorial.ipynb
Created January 17, 2021 22:10
Detailed Walkthrough of pycocotools and Python COCO API
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@alexaleluia12
alexaleluia12 / flask_logging_requests.py
Last active March 19, 2024 13:49
Flask Logging (every request)
#/usr/bin/python
# http://exploreflask.com/en/latest/views.html
# https://stackoverflow.com/questions/51691730/flask-middleware-for-specific-route
# https://dev.to/rhymes/logging-flask-requests-with-colors-and-structure--7g1
import logging
from logging.handlers import RotatingFileHandler
from flask import Flask, request, jsonify
from time import strftime
@ruanbekker
ruanbekker / cheatsheet-elasticsearch.md
Last active August 24, 2024 11:12
Elasticsearch Cheatsheet : Example API usage of using Elasticsearch with curl