I know Python basics, what next?

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

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

    My solutions to the exercises contained in the "Think Python 2nd Edition" book by Allen B. Downey.

  • The best I can suggest in such a case is to read books that will help you understand the programming basics better. I'd highly recommend Think Python or How to Think Like a Computer Scientist: Interactive Edition - both are free to read/use online.

  • pytudes

    Python programs, usually short, of considerable difficulty, to perfect particular skills.

  • Pytudes by Peter Norvig — Python programs, usually short, of considerable difficulty

  • 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.

    WorkOS logo
  • thonny

    Python IDE for beginners

  • Sites like Pythontutor allow you to visually debug a program — you can execute a program step by step and see the current value of variables. Similar feature is typically provided by IDEs like Pycharm and Thonny. Under the hood, these visualizations are using the pdb module. See also Python debugging with pdb.

  • pythonds

    Problem Solving with Algorithms and Data Structures using Python

  • Problem solving with algorithms and data structures

  • py-must-watch

    Must-watch videos about Python

  • awesome-modern-cpp

    A collection of resources on modern C++

  • This might help: https://github.com/rigtorp/awesome-modern-cpp/blob/master/README.md

  • LogicAndCodingGames

    [Resource List] Programming-related games I'd like to try

  • There are also logic based games like Lightbot that can help you get better (see https://github.com/dargaCode/LogicAndCodingGames for a list)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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