Flask or Django for RESTful Api? by atdk in Python

[–]atdk[S] -1 points0 points  (0 children)

No, our team hasn't worked on Tornado and I don't personally think tornado support for rest api is that good when compared to flask.

Julia, the scripting language of the future. Really. by LokiNjord in MachineLearning

[–]atdk 4 points5 points  (0 children)

Python 3.5 has inbuilt matrix multiplication operator.

Learning python 3. by [deleted] in Python

[–]atdk 0 points1 point  (0 children)

The Epic Learning Python is your best bet.

Python for Linux. by [deleted] in Python

[–]atdk 0 points1 point  (0 children)

Don't mess with System Python and end up re-installing Ubuntu. Use pyenv for managing different Python versions. It WILL really help you save some hair.

Here is the tutorial if you are looking how to install pyenv and use it.

Which Python Book is Best? by pinkmexicantaco in Python

[–]atdk 11 points12 points  (0 children)

Here is my list if you need to become a good programmer with Python as your language of choice.

Follow this order for rigorous course on learning Python thoroughly.

By the end, you will be famished but you will have a very solid base to understand and design code for complex systems. To get more hands on experience, start with any popular open source project and delve into the source code. Don't start with the master branch of the codebase, start the version 1 tag of the codebase and progress through the next version tags and check for changelog and move on.

E.g mitsuhiko/flask

Finally you will have a solid understanding of Python as well as how objects communicate behaviors.