• If you are looking to enhance your Python skills, just pick a project and try to build it.
  • Python is great for:
    • Data Science
      • scikit-learn is a good library.
      • pandas.pydata - Python data analysis library
    • Web Apps
    • Automation
  • APIs
    • Flask allows you to easily create rest APIs
  • Web scraping.
    • selenium.dev
    • Python Request Library is one of the best request libraries available.
      • Python can integrate with web browser drivers such as Selenium.
  • Recommended Python Courses: favorite_python_resources.pdf

Updated: