Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		
- 
				
				 chadd1745188yPython Cookbook from O'Reilly is great if you can find a newer version. Just like the title implies, it gives you code for lots of commonly used dishes - I mean functions. Great for people who already know the language. chadd1745188yPython Cookbook from O'Reilly is great if you can find a newer version. Just like the title implies, it gives you code for lots of commonly used dishes - I mean functions. Great for people who already know the language.
- 
				
				If you want to learn about python data structures and algorithms, look at C and how it implements them. That'll give you a better understanding. Other than that, Mark Lutz wrote good books for oreilly ("learning python" and "programming python" - they're huge tomes though).
 I second the latest edition of the python cookbook. But I'm a sucker for cookbooks.
- 
				
				Of course you can. But they're very high level and slow. The basic concepts of how they work are better understood in C.
- 
				
				 sauyon168y@evilmupp3t I wouldn't consider them "real data structures" if they don't offer the same complexity benefits that the actual versions would :P sauyon168y@evilmupp3t I wouldn't consider them "real data structures" if they don't offer the same complexity benefits that the actual versions would :P
Related Rants
- 
						
							 hashit6Substitute Teacher who apparently majors in Java sees my copy. T - Your programs are incomplete M - You mean ?... hashit6Substitute Teacher who apparently majors in Java sees my copy. T - Your programs are incomplete M - You mean ?...
- 
						
							 unknowndev110Came home to visit parents Dad - Internet on my laptop isn't working (I switched him on a Ubuntu platform beca... unknowndev110Came home to visit parents Dad - Internet on my laptop isn't working (I switched him on a Ubuntu platform beca...
- 
						
							 FadedCoder15That weird moment when you don't understand what ++ or -- means in devRant cause you Python developer FadedCoder15That weird moment when you don't understand what ++ or -- means in devRant cause you Python developer




Does anyone recommend Python books about Python3, data structure or algorithm?
question
python 3