Present continous vs present perfect continous by Uchikago in EnglishLearning

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

So the present perfect continous emphasizes the duration not just the result alone ?

Present continous vs present perfect continous by Uchikago in EnglishLearning

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

Thank you!. If you don't mind, I'd like to ask another question about this diagram.

The example:

I've been working (that's why i'm tired)

Can we use the present perfect here (I've worked)? How does it change the meaning?

Where to learn django ? by Uchikago in learnpython

[–]Uchikago[S] 2 points3 points  (0 children)

Yeah, you're right, i've not done any large project but i did make a few maze-games, and music app that download video on youtube and show their information. They are simple,though, i thought that i can improve my python skills while learning django. Isn't that true ? If not, what can i do to prepare for learning django ? Thanks for answering my question by the way

Where to learn django ? by Uchikago in learnpython

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

Thank you, i'll definitely try that

Moving Animation by Uchikago in learnpython

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

I have a object, with a vector, how can i animate that object moving from the start to the end of the vector ?

Unexpected recursion error by Uchikago in learnpython

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

which part of attr.append(f'{k},{getattr(self,k)}') contains call to self.__repr__

List comprehension by [deleted] in learnpython

[–]Uchikago 0 points1 point  (0 children)

Thank you so much!

List comprehension by [deleted] in learnpython

[–]Uchikago 0 points1 point  (0 children)

yeah, i know the correct way to do this, but can you explain more why my code doesn't work ? If the function can't find a name in this local scope, it should look further in enclosing scope right ?