Python

32 Open Source Libraries for Python’s 32nd Birthday

Happy Birthday Python!

Yujian Tang
Plain Simple Software

--

Guido van Rossum created Python on this day, February 20th, in 1991. In the last 32 years Python has become one of the most popular programming languages in the world with over 15 million developers! There are even entire sites dedicated to people learning Python such as RealPython, PythonAlgos, and LearnPython. Along with full sites devoted to Python, there are over 137k open source libraries! Let’s take a look at 32 amazing open source libraries for Python’s 32nd birthday.

The most popular use case of Python is AI/ML so that’s where these libraries are coming from. The order of the libraries is arbitrary

Natural Language Processing

  1. DeepSpeech — Speech to Text
  2. CoreNLP —Text Analysis
  3. spaCy —Text Analysis
  4. PyNLP — End to End NLP
  5. NLTK — Text Analysis
  6. SpeechRecognition — Speech to Text (tutorial)
  7. TorchAudio — Audio Processing (intro)
  8. Porcupine — Wake Word Detection

Computer Vision

9. OpenCV — Segmentation/Recognition

10. YOLOv5 — Segmentation/Recognition

11. YOLOv8 — Segmentation/Recognition

12. PaddleOCR — Optical Character Recognition

13. SciKit-Image — Image Processing

14. TorchVision — Image Processing

15. DeepFace — Facial Recognition

16. MMDetection — Object Recognition

Machine Learning

17. PyTorch — Neural Nets

18. TensorFlow — Neural Nets

19. Keras — Neural Nets

20. Sci-Kit Learn — Machine Learning

21. Theano — Neural Nets

22. Caffe — Deep Learning

23. NNI — AutoML

24. Chainer — Deep Learning

Data

25. NumPy — Data Processing

26. Pandas — Data Processing

27. MatPlotLib — Data Visualization

28. SciPy — Data Processing

29. Seaborn — Data Visualization

30. Bokeh — Data Visualization

31. Pillow — Imaging

32. GGPy — GGPlot for Python

Bonus from Jan Katins on Twitter — PlotNine, apparently GGPy is no longer maintained.

Thanks for reading! If you liked this article, please share it and follow/tweet me on Twitter or ping me on LinkedIn! For unlimited access to Medium articles, sign up to become a Medium member today! Don’t forget to follow me, Yujian Tang, for more articles on growth, technology, and more! Make sure to follow Plain Simple Software for more software articles!

--

--