Skip to main content
Filter by
Sorted by
Tagged with
6 votes
4 answers
42k views

I have an MS Access database that contains translated sentences in source-target pairs (a translation memory for fellow users of CAT tools). Somewhat annoyingly, source and target are not stored in ...
Marek Jedliński's user avatar
615 votes
14 answers
217k views

I have a list of 2-item tuples and I'd like to convert them to 2 lists where the first contains the first item in each tuple and the second list holds the second item. For example: original = [('a', 1)...
Cristian's user avatar
  • 44.2k

1
65 66 67 68
69