RepoJournal

Developer journal

Anurag Verma

@anurag629 since Jan 2022

144 stories across 32 days in 2021

Mon Wed Fri
Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
an entry to read activity only Less More before entries began Recent weeks →

Entries start Jan 13, 2022 — we reconstructed the previous month from @anurag629's public GitHub activity on the day they joined. Squares before that show contribution counts only.

Add this graph to your GitHub README

Paste this Markdown into your README — the badge stays current automatically and links back here.

[![anurag629's work on RepoJournal](https://repojournal.com/journals/anurag629/heat.svg)](https://repojournal.com/journals/anurag629)

Saturday, Feb 5, 2022

fixed

Replaced python_utils.divide with // operator in oppia

Anurag Verma merged a commit to oppia/oppia that removed uses of a custom division utility in favor of Python 3's native // operator.

1 person shipped this

Verma worked on fixing part of issue #13956 [1], which tracked the migration away from custom utility functions toward Python 3 built-ins. The PR replaced calls to python_utils.divide with the // floor division operator [2]. This simplifies the codebase by removing an abstraction layer that is no longer necessary in Python 3, making division operations more direct and readable.

python oppia

Sources

  1. Fix part of #13956: Replaced python_utils.divide with "//" python3 operator · oppia/oppia
  2. Fix part of #13956: Replaced python_utils.divide with "//" python3 operator (#14657) · oppia/oppia

On this day

← All entries

Follow along

Follow anurag629

A short briefing every day anurag629 ships something — in about 3 minutes.

or

One email a day. Unsubscribe in one click. Read a past issue →

RSS Read other developers