Tell me some good books on python
Posted by tech_kie@reddit | Python | View on Reddit | 13 comments
I have been working in fastapi and python as backend..Need to sharpen my skill in python specially in OOP and architectural area. Thanks
Im__Joseph@reddit
Hi there, from the /r/Python mods.
We have removed this post as it is not suited to the /r/Python subreddit proper, however it should be very appropriate for our sister subreddit /r/LearnPython or for the r/Python discord: https://discord.gg/python.
The reason for the removal is that /r/Python is dedicated to discussion of Python news, projects, uses and debates. It is not designed to act as Q&A or FAQ board. The regular community is not a fan of "how do I..." questions, so you will not get the best responses over here.
On /r/LearnPython the community and the r/Python discord are actively expecting questions and are looking to help. You can expect far more understanding, encouraging and insightful responses over there. No matter what level of question you have, if you are looking for help with Python, you should get good answers. Make sure to check out the rules for both places.
Warm regards, and best of luck with your Pythoneering!
mardiros@reddit
If you are fluent with python:
Architecture patterns with python. from Harry Percival and Bob Gregory.
No_Indication_1238@reddit
Fluent Python is invaluable. The rest are covered in pretty much any book about software architecture so just choose one and read it.
Drowning_in_a_Mirage@reddit
Fluent Python really helped me understand Python at a much deeper level and has been invaluable.
data4dayz@reddit
Just to add to Fluent Python rec: Effective Python, Fluent Python, Robust Python, High Performance Python
Goldarr85@reddit
Automate the boring Stuff
ostadsgo@reddit
Python 3 object oriented programming
Western_Prompt_2006@reddit
Effective python
Western_Prompt_2006@reddit
And clean code for pretty much any coder
bbalouki@reddit
Python Official documentation
western_watts@reddit
If you're working with data frames 'Python for Data Analysis'
Amazing_Upstairs@reddit
Programming collective intelligence
PwnDa_Undefined@reddit
“Let’s start coding Python” - Toni Geddis very useful book for beginners