Python/other
Christian Clauss 47a9ea2b0b
Simplify code by dropping support for legacy Python (#1143)
* Simplify code by dropping support for legacy Python

* sort() --> sorted()
2019-08-19 15:37:49 +02:00
..
anagrams.py Simplify code by dropping support for legacy Python (#1143) 2019-08-19 15:37:49 +02:00
binary_exponentiation_2.py Binary Exponentiation for Multiplication 2017-10-08 13:10:05 +05:30
binary_exponentiation.py Update binary_exponentiation.py 2017-10-08 13:12:33 +05:30
detecting_english_programmatically.py Travis CI: Run black, doctest, flake8, mypy, and pytest (#964) 2019-07-08 23:27:51 +08:00
dictionary.txt snake_case all the things 2018-10-19 17:14:25 -05:00
euclidean_gcd.py Simplify code by dropping support for legacy Python (#1143) 2019-08-19 15:37:49 +02:00
fischer_yates_shuffle.py print() is a function just like every other function (#1101) 2019-08-06 12:14:23 +02:00
food_wastage_analysis_from_1961-2013_fao.ipynb Validate Python filenames (#1086) 2019-07-30 15:32:13 +05:30
frequency_finder.py initial 2016-08-18 18:29:10 +05:30
game_of_life.py Updated README 2019-07-06 11:11:20 +05:30
linear_congruential_generator.py Simplify code by dropping support for legacy Python (#1143) 2019-08-19 15:37:49 +02:00
nested_brackets.py Simplify code by dropping support for legacy Python (#1143) 2019-08-19 15:37:49 +02:00
palindrome.py Program for finding the HCF,LCM and Palindrome using and recursion and non recursion 2018-11-23 22:21:07 +05:30
password_generator.py Simplify code by dropping support for legacy Python (#1143) 2019-08-19 15:37:49 +02:00
primelib.py Travis CI: Add a flake8 test for unused imports (#1038) 2019-07-25 13:19:00 +05:30
sierpinski_triangle.py Travis CI: Run black, doctest, flake8, mypy, and pytest (#964) 2019-07-08 23:27:51 +08:00
tower_of_hanoi.py Simplify code by dropping support for legacy Python (#1143) 2019-08-19 15:37:49 +02:00
two_sum.py Simplify code by dropping support for legacy Python (#1143) 2019-08-19 15:37:49 +02:00
word_patterns.py Simplify code by dropping support for legacy Python (#1143) 2019-08-19 15:37:49 +02:00
words initial 2016-09-06 18:04:53 +05:30