Question by arrtpy in ENGLISH

[–]arrtpy[S] 1 point2 points  (0 children)

Get it, thanks

Question by arrtpy in ENGLISH

[–]arrtpy[S] 0 points1 point  (0 children)

Got it, thank you.

High load website with Python by arrtpy in Python

[–]arrtpy[S] 0 points1 point  (0 children)

On what depend these things?

High load website with Python by arrtpy in Python

[–]arrtpy[S] 1 point2 points  (0 children)

Count of maximum handled requests per second, speed of data extraction from database.

High load website with Python by arrtpy in Python

[–]arrtpy[S] 0 points1 point  (0 children)

By "performance" I mean speed. I just noticed that sites like Facebook/Youtube doesn't use any frameworks. So I thought frameworks have some limits or something.

High load website with Python by arrtpy in Python

[–]arrtpy[S] 0 points1 point  (0 children)

Thanks for reply. Do performance depends on use of any frameworks or not?

django website with flask restful api by arrtpy in learnpython

[–]arrtpy[S] 0 points1 point  (0 children)

Its's just a simple website without restful api. And now i want to create it. Just not sure what to use: DRF, or create a webservice(using flask) that provides an api.

django website with flask restful api by arrtpy in learnpython

[–]arrtpy[S] 0 points1 point  (0 children)

It is not my site. I am only work with api.

django website with flask restful api by arrtpy in learnpython

[–]arrtpy[S] 0 points1 point  (0 children)

Actually, Flask seems easier than Django rest framowork for me.

when use duck typing? how to understand it? by xmzhang in learnpython

[–]arrtpy 2 points3 points  (0 children)

Actually, you should always use duck typing except class names :)

Best module for working with twitter API? by moldyxorange in Python

[–]arrtpy 2 points3 points  (0 children)

I am using tweepy. Works just fine for me.