What to do next after learning basic python grammar

This page summarizes the projects mentioned and recommended in the original post on /r/Python

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Pandas

    Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more

  • plotnine

    A Grammar of Graphics for Python

    I will separate my answer on two parts: (1) fun stuff and (2) useful work-related things. As it relates to (1), it is obviously a function on what you're mainly interested in. Nonetheless, I definitely recommend reading parts of the book Think Python (available for free here), which includes many different examples on how to use Python for creating your own functions, and I've used it to build my own tweet scraper using Tweepy, create budget planners, etc. As it relates to (2), I believe it is useful to learn about data manipulation and visualization libraries (I have a job related to business development). For instance, knowing how to use Pandas to take a database of customers, group them by some useful variables (such as location, spending potential, etc.), and use visualization libraries (such as MatplotLib or Plotnine) to display your analysis can help you build sales report much more quickly. Hope this helps.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts