Skip to content

Tunexwizard/Bincome-Technical-Interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Bincom Python Exam Solution (Supabase + Secure)

Overview

This project analyzes color data and includes:

  • Mean, median, mode, variance
  • Probability
  • Recursive search
  • Binary to decimal
  • Fibonacci sum
  • ✅ Supabase PostgreSQL storage with hidden password

Files

  • bincom_test.py: main script

Setup Instructions

  1. Install dependencies:
pip install python-dotenv psycopg2
  1. Add your Supabase DB password inside .env:
SUPABASE_DB_URL=postgresql://postgres:yourpassword@aws-0-eu-west-1.pooler.supabase.com:6543/postgres
SUPABASE_DB_URL=postgresql://postgres:%40ProudBot99@aws-0-eu-west-1.pooler.supabase.com:6543/postgres

  1. Run your script:
python bincom_exam_solution.py

About

Bincome Online technical Interview Test for Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages