Skip to content

AlexKuchynskyi/Python

Repository files navigation

Python

Includes different Python scripts.
Animals_API script performs ETL process - reliably loads (GET) every animal from the API endpoint, makes some transformations - translation comma-delimited string to an array, translation Javascript timestamps into ISO8601 timestamps in UTC - and then POST transformed data to another endpoint.
Count_query program counts how many times each query of Y can be found among the elements of X.
Mr_Mrs program gets integer N and N strings in specific format and returns sorted by age list with prefixes "Mr." and "Mrs."
Post_time program looks for the times that a Facebook user posted.
Szondi_test program provides psychological testing by Szondi method. (There some additional requirement for it. Watch file header.) Yaml_to_csv reads YAML file and prints out a CSV-formatted report that shows which student got the highest score for each assignment embedded in the YAML file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages