[issue43488] Added new methods to vectors.py

2021-03-13 Thread Ehsonjon Gadoev
New submission from Ehsonjon Gadoev : What's new in Vector (vector.py) 1) Added multiplay (Vector and Vector) 2) Added division (Vector and Vector) and (Vector and scalar) 3) Added FloorDiv (Vector and Vector) and (Vector and scalar) 4) Added __mod__ (Vector and Vector) and (Vector and s

[issue43488] Added new methods to vector.py

2021-03-13 Thread Ehsonjon Gadoev
Change by Ehsonjon Gadoev : -- title: Added new methods to vectors.py -> Added new methods to vector.py ___ Python tracker <https://bugs.python.org/issu

[issue41380] Create snake.py

2020-07-24 Thread Ehsonjon Gadoev
Change by Ehsonjon Gadoev : -- resolution: -> fixed ___ Python tracker <https://bugs.python.org/issue41380> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue41380] Create snake.py

2020-07-24 Thread Ehsonjon Gadoev
New submission from Ehsonjon Gadoev : Created simple and basic snake game using python turtle! We use the simplest algorithm to made it! It will be good example for beginners! -- components: Tkinter messages: 374163 nosy: Ehsonjon Gadoev priority: normal severity: normal status: open

[issue41280] lru_cache on 0-arity functions should default to maxsize=None

2020-07-24 Thread Ehsonjon Gadoev
Change by Ehsonjon Gadoev : -- nosy: +Ehsonjon Gadoev nosy_count: 4.0 -> 5.0 pull_requests: +20743 pull_request: https://github.com/python/cpython/pull/21582 ___ Python tracker <https://bugs.python.org/issu

[issue41380] Create snake.py

2020-07-24 Thread Ehsonjon Gadoev
Change by Ehsonjon Gadoev : -- keywords: +patch pull_requests: +20744 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21582 ___ Python tracker <https://bugs.python.org/issu

[issue41380] Add snake example to turtledemo

2020-07-26 Thread Ehsonjon Gadoev
Ehsonjon Gadoev added the comment: @gvanrossum, Can you merge my pull requests? -- components: -Library (Lib) nosy: -epaine, gregorlingl, terry.reedy, willingc type: enhancement -> versions: -Python 3.10 ___ Python tracker <

[issue41418] Add snake game to tools/demo!

2020-07-28 Thread Ehsonjon Gadoev
New submission from Ehsonjon Gadoev : Its simple snake game for beginners! It based on simple algorithm! If you know! And it must be on python/cpython repo! Cause, I made python (snake) game with Python Programming Language xD (maybe not funny)! We love python as much as you do! Yea

[issue41418] Add snake game to tools/demo!

2020-07-28 Thread Ehsonjon Gadoev
Change by Ehsonjon Gadoev : -- keywords: +patch pull_requests: +20803 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21658 ___ Python tracker <https://bugs.python.org/issu

[issue41418] Add snake game to tools/demo!

2020-07-28 Thread Ehsonjon Gadoev
Change by Ehsonjon Gadoev : -- hgrepos: +390 ___ Python tracker <https://bugs.python.org/issue41418> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41418] GH-21658: Add snake game to tools/demo!

2020-07-28 Thread Ehsonjon Gadoev
Change by Ehsonjon Gadoev : -- title: Add snake game to tools/demo! -> GH-21658: Add snake game to tools/demo! ___ Python tracker <https://bugs.python.org/issu

[issue41380] Add snake example to turtledemo

2020-07-28 Thread Ehsonjon Gadoev
Ehsonjon Gadoev added the comment: Moved to https://bugs.python.org/issue41418 -- ___ Python tracker <https://bugs.python.org/issue41380> ___ ___ Python-bug

[issue41418] GH-21658: Add snake game to tools/demo!

2020-07-29 Thread Ehsonjon Gadoev
Ehsonjon Gadoev added the comment: I knew, but its not support for turtledemo cause, canvas is so small for this example! Mr @terry.reedy!! -- ___ Python tracker <https://bugs.python.org/issue41