| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,313
» Latest member: wesley300
» Forum threads: 38,843
» Forum posts: 175,966
Full Statistics
|
| Online Users |
There are currently 27 online users. » 0 Member(s) | 24 Guest(s) Google, Bing, AOL
|
|
|
| trouble while appending list in for loop |
|
Posted by: py_learner - May-28-2018, 12:41 AM - Forum: General Coding Help
- Replies (1)
|
 |
Hi folks, I am new to python and having trouble to append list in for loop.. any help will be appreciated!
[python]
a = [1,1,2,3,5,8,13,21,34,55,..... More
|
|
|
| Compressing Matrix |
|
Posted by: RamyMaher - May-27-2018, 02:45 PM - Forum: Data Science
- Replies (3)
|
 |
I want to compress a gray image whose dimension is 64x64 into 40x40 image
I tried scipy.fftpack.dct and scipy.fftpack.idct but the resulted image ..... More
|
|
|
| Era Of Brutality - MMORPG |
|
Posted by: Heretic06 - May-27-2018, 11:37 AM - Forum: Jobs
- Replies (3)
|
 |
Hello, I'm here asking for some advice and help...
I'm currently part of a team building a new MMORPG, but we are in need of a python programmer........ More
|
|
|
| Release kbhit |
|
Posted by: Epilepsy - May-26-2018, 03:49 AM - Forum: General Coding Help
- Replies (2)
|
 |
I there, is possible to release the msvcrt.kbhit()
I have this,
[python]import msvcrt
while True:
command = msvcrt.kbhit()
if command == 1:..... More
|
|
|
| the return statement |
|
Posted by: Skaperen - May-26-2018, 03:30 AM - Forum: Bar
- Replies (6)
|
 |
SyntaxError: 'return' outside function
IMHO, they should have made return outside of a function be allowed and do the same as exit..... More
|
|
|
| Loops |
|
Posted by: alwillia - May-26-2018, 01:55 AM - Forum: Homework
- Replies (1)
|
 |
[python]
for i in range(3):
category = input("Enter a Category: ")
for j in range(3):
enter_for_category = input("Enter Something ..... More
|
|
|
| while loops and breaks |
|
Posted by: alwillia - May-26-2018, 12:30 AM - Forum: Homework
- Replies (10)
|
 |
[python]
secret_num = round(3.3312, 2)
while True:
user_guess = float(input("Guess the secret number: "))
if user_guess > secret_num:
..... More
|
|
|
|