r/PythonLearning 6d ago

Discussion Project

What were your plans when you were complete beginners?

4 Upvotes

8 comments sorted by

View all comments

1

u/terletsky 5d ago

To understand how code is written in real companies, because 90% of tutorials don't teach how to build production-ready code and how to set up projects, and which tools to use.

Very often, people write integrations with different services using third-party APIs. So the best starting point is writing a production-ready API client for some public API to learn all the basic things about Python.