Skip to content

samuelanthrayose/Python_Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages