Skip to content

Python | Excel csv File Unicode Issue

There is a python file to extract user’s data from telegram group. Here is the codes : After extracting members when i open members–.csv file i see problems on UniCode characters. How can i fix this issue? I am using excel 2016 Answer The problem is not your code, it’s Excel. When Excel open…

Any way to censor Treeview Data Display?

I am able to use SQLite3 as the database (DB) and get Treeview to display data from the DB. However, I was wondering whether Treeview has any functionality to censor the first few characters in a certain column for all entries? Here is the lean code: I can get variables from the Entry Widget (with Tkinter) to…

VRP with different vehicle types using or-tools

I’m trying to optimize the best routes VRP with OR-Tools. I couldn’t find the right function in the documentation.  CASE: Some customers only accept pickup trucks, some accept only trucks, some accept both trucks, pickup, and vans. There’s a single depot location and vehicles should carry or…