This repository is for my personal code practice. Someone told me
'Do code everyday even if is a small one. Your beginnings will seem humble, so prosperous will your future be!'
This repository contains short examples.
Title of every file would be like
'WeekdayChecker_16_09_16.py'
. Front part of the title is the main feature of the file and the latter part is start date of the file.
By comparing the date and the code quality, you and I can see the growth of my capability.
- What I recommend are emphasized.
📙 New version format(since 16/09/17. contains comments and written in English.)
- create_gitignore_180309.py
- send_gmail_180308.py
- image_download_171020.py
- seconds_to_timestring_171019.py
- for_yerang_170925.py
- excel_column_changer_170916.py
- counting_sort_170731.py
- quadratic_equation_170723.py
- argparse_practice_170719.py
- ip_address_changer_170622.py
- graph_methods_170608.py
- basic_graph_170524.py
- number_of_all_possible_coins_170519.py
- coin_change_dp_170518.py
- fizzbuzz_optimal_170503.py
- matrix_170419.py
- to_radix_notation_170417.py
- nth_lucky_number_170417.py
- character_frequency_graph_170409.py
- change_file_title_170407.py
- huffman_compression_170406.py
- linked_array_170325.py
- sort_collections_170324.py
- make_polar_coordinates_170324.py
- binary_tree_class_170320.py
- binary_tree_list_170320.py
- integrate_polynomial_function_170308.py
- differentiate_polynomial_function_170308.py
- merge_sort_170301.py
- merge_sort_170215.py
- gcd_lcm_170205.py
- get_minimal_integer_170123.py
- combination_170118.py
- count_8_170112.py
- get_nth_palindrome_170112.py
- get_primefactor_170111.py
- get_prime_170109.py
- get_maxmultiplier_170109.py
- thread_inpython_161225.py
- get_pokemonphoto_161204.py
- bs4_practice_2_161105.py
- bs4_practice_1_161103.py
- drawgraph_161015.py
- NumberSeparator_161007
- MemoizeFIbo_161003
- GetDivisors_160930.py
- SumOfDivisors_160929.py
- MultiplyAll_160926.py
- NewFizzBuzz_160924.py
- SumSelfNumber_160923.py
- SnailMaker_160922.py
- EngCharMover_160917.py
- WeekdayChecker_160916.py
📘 Old versioin format(before 16/09/17. Written in korean and contains very beginning of my Python.
📔 Others:
- poem.py : This contains a good poem for your stained heart with code. Enjoy.
- RegularExpression_in_Python.md : Translating Python RE libray reference in Korean. Still working on.
Too long.- .vimrc : My vim configuration file. Keep updating.