Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Homework assignments for the python programming course in SPBU

License

Notifications You must be signed in to change notification settings

mi-sts/spbu_python_homeworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homework assignments for the python programming course in SPBU

All tasks are covered the corresponding tests

Homework #1:

  • Implement operations for vectors (addition, subtraction, scalar product, length calculation, angle finding) and matrices (addition, subtraction, product, transpose).
  • Implement bash-imitating commands (wc, nl, head, tail).

Homework #2:

  • Implement a currying and uncurrying functions.

Homework #3:

  • Implement a treap data structure.

Homework #4:

  • Implement a semaphore using a context manager for multi-threaded writing/reading to a dictionary.
  • Using the asyncio and bs4 libraries, implement asynchronous downloading of images from the site https://www.thisfuckeduphomerdoesnotexist.com.

Homework #5:

  • Using libraries for data analysis and visualization, analyze the Titanic dataset.

    Link to a notebook with a solution.

  • Implement a semaphore using a context manager for multi-threaded writing/reading to a dictionary.

  • Using the asyncio and bs4 libraries, implement asynchronous downloading of images from the site https://www.thisfuckeduphomerdoesnotexist.com.

Final work #6:

  • Implement a telegram bot that uses neural networks to process any data.

    I have decided to implement a bot which stylizes the photos sent by the user under the anime style.

About

Homework assignments for the python programming course in SPBU

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages