mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-02 06:46:24 -07:00
Using `range(len(...))` is not pythonic. Python does not have not index-based loops. Instead, it uses collection iterators. Python has a built-in method `enumerate` which adds a counter to an iterable. |
||
---|---|---|
.. | ||
selenium_testing | ||
build_initdb.py | ||
dbconnect.sh | ||
dummydata.sql | ||
get_pre2021.sh | ||
mysql_dummydata.sql | ||
sql cheatsheet.sql |