Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.11 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.11 KB

Python_Learning

1. Learn Python

  • Solved examples (50 examples) from learnpythonthehardway.com

2. Flask Tutorial

  • Flask Python tutorials

3. Examples

  • Add new word (add_new_word)
  • Capitalize each line (capitalize_line)
  • Add, delete and view records from MySQL (console_to_mysql)
  • Contact manager using Flask REST API and SQLite (contact_manager)
  • Contact manager from console on SQL (contact_manager_SQL)
  • Find count of digits and letters (count_digits_letters)
  • Copy column in tab separated (csv_copy_column)
  • Find number of vowels in file (find_vowels)
  • Format a sentence (format_sentence)
  • Generate 2D array (generate_array)
  • Copy json file to csv (json_to_csv)
  • Find numbers divisible by 7 and not a multiple of 5 (num_divisible)
  • Print words of specific length (print_words)
  • Sort words and remove duplicates in a string (sort_remove_duplicates)
  • Split and join words in a comma separated string (split_join)

Note: For my work related assignments and tasks in Python, refer to Python Text Manipulation repo.