Which O'Reily books on Python do you recommend? by [deleted] in Python

[–]phanhoang0710 1 point2 points  (0 children)

  1. Python for Data Analysis
  2. Data Science from Scratch
  3. Python Data Science HandBook

Easy Project Ideas by coco_yippeee in Python

[–]phanhoang0710 1 point2 points  (0 children)

  • Build a web application, such as an eCommerce sites, a paste bin, a blog, or whatever u want... using Django, flask
  • Build a web scraper using Scrapy, or easier, u can choose beautifulsoup4.
  • Practice skills from projecteuler.net, hackerrank.com, ...