AI & Python #36: Python Libraries You Should Learn
Multipurpose Python libraries that you’ll need regardless of your specialization.
Everyone has been in a situation where they don’t know what to learn next or what to specialize in.
You might like Python but that doesn’t mean you’ll learn every single library out there. You also don’t want to learn libraries that you may never use, so what should you do?
Well, there are a few Python libraries that will come in handy regardless of the field you’re in. Whether you’re into web development or data analysis, you’d need these libraries to some degree.
Here are some Python modules, libraries, and packages that you should learn whenever you don’t know what to learn next.
OS/Pathlib
Working with paths is something that anyone does sooner or later. Whether you’d like to export a dataset in a specific directory or read static files for your web application, you’d need to learn the OS or Pathlib modules.
The OS and Pathlib are Python modules that allow us to do file system operations such as creating directories, listing directory content, working with paths, a…



