Category: Python

  • Working with WTForms and Oracle REST Database Services (ORDS) APIs

    , ,

    Welcome Back The title pretty much speaks for itself, and if you’ve been following along, you’d know that I’m working on a demo application that uses Flask (a web application microframework) connected to my Oracle Autonomous Database (ADB) via Oracle REST Data Services (ORDS) APIs. One of Flask’s strengths is that it allows you to…

    Current Flask application, made presentable by using Bootstrap for HTML and CSS
  • Clean up a .CSV file with Regular Expressions, Pandas, and Python

    ,

    I want to load data via Database Actions in my Oracle Autonomous Database, but first I need to clean up some Dates and Times. Python is my language of choice, and I’ve heard about Regular Expressions, but I’m scared…

    A-more-formal-pattern-for-Regular-Expressions-Database-Actions-Oracle-Autonomous-Database-Chris-Hoina-Senior-Product-Manager-ORDS-Database-Actions
  • GET requests with Python, ORDS, and the Oracle Autonomous Database

    ,

    I needed an approach that would make me question my life decisions. Something that would force me to rethink what it meant to be human.

    Objects-in-SQL-Worksheet-in-Oracle-Autonomous-Database-Chris-Hoina-Senior-Product-Manager-ORDS-Database-Tools-
  • Project Overview: python – flask – ORDS – Autonomous Database

    , ,

    Update For the past week and a half I’ve been immersed in learning how python and flask interact with each other so a developer can create a quick/crude web application. I’ve also spent time becoming more familiar with virtual environments (as they pertain to python + flask), jinja, and WTForms (I’m sure I’m forgetting other…

    Explaining-my-python-flask-Autonomous-Database-and-ORDS-API-project-1