[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/issue43488>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 scalar)

This new methods is very useful!
[It is beta version! By the way we will fix bugs]

--
components: Demos and Tools
hgrepos: 402
messages: 388631
nosy: Ehsonjon Gadoev
priority: normal
pull_requests: 23608
severity: normal
status: open
title: Added new methods to vectors.py
versions: Python 3.10

___
Python tracker 
<https://bugs.python.org/issue43488>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue41418>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue41418>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue41418>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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!

--
components: Tkinter
files: snake.py
messages: 374492
nosy: Ehsonjon Gadoev
priority: normal
severity: normal
status: open
title: Add snake game to tools/demo!
versions: Python 3.8
Added file: https://bugs.python.org/file49344/snake.py

___
Python tracker 
<https://bugs.python.org/issue41418>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 
<https://bugs.python.org/issue41380>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue41380>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue41280>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
title: Create snake.py
versions: Python 3.9

___
Python tracker 
<https://bugs.python.org/issue41380>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com