Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,956
» Latest member: Jamirul
» Forum threads: 38,728
» Forum posts: 175,529
Full Statistics
|
Online Users |
There are currently 42 online users. » 1 Member(s) | 37 Guest(s) Bing, AOL, Google, AOL, selverek
|
Latest Threads |
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
1 hour ago
» Replies: 2
» Views: 97
|
How to retrieve money los...
Forum: General Coding Help
Last Post: samuel223
2 hours ago
» Replies: 1
» Views: 14
|
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
Today, 03:45 AM
» Replies: 3
» Views: 159
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Today, 01:04 AM
» Replies: 0
» Views: 349
|
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 02:48 PM
» Replies: 10
» Views: 29,390
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,406
|
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Sep-23-2025, 09:08 AM
» Replies: 0
» Views: 286
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Sep-23-2025, 03:29 AM
» Replies: 2
» Views: 738
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 938
|
403 error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 5,194
|
|
|
Dividing list into subsets |
Posted by: Michael11 - Oct-01-2020, 12:26 PM - Forum: Homework
- Replies (10)
|
 |
A list is given. You know the number of sticks with which we divide our list into subsets. The rules of division is that the sum of elements in each p..... More
|
|
|
Mouse click without use bind |
Posted by: ATARI_LIVE - Oct-01-2020, 11:59 AM - Forum: GUI
- Replies (8)
|
 |
I have code with bind which I do not like.
is there another way than bind?
I am looking for counting when the mouse or touchscreen is pressed and ho..... More
|
|
|
Please Help! |
Posted by: bntayfur - Oct-01-2020, 08:00 AM - Forum: Homework
- Replies (4)
|
 |
I tried so many times but i couldn't do it :(
The steps are all below, someone please help me!
Algorithm 1 Greedy Algorithm for the Continuous K..... More
|
|
|
My first python project |
Posted by: etracher - Sep-30-2020, 08:35 PM - Forum: Code Review
- Replies (3)
|
 |
Hello to everyone here. I have been learning python for a few weeks now with the book 'Learn Python 3 the Hard Way' and Jose Portilla's Udemy Complete..... More
|
|
|
Pyaudio |
Posted by: Souls99 - Sep-30-2020, 10:42 AM - Forum: General Coding Help
- Replies (7)
|
 |
here is my code what i am trying to do is
when in text noting or something else than mentioned in my code do noting and continue till in text someth..... More
|
|
|
ON-SCREEN KEYPAD module |
Posted by: ATARI_LIVE - Sep-30-2020, 09:18 AM - Forum: GUI
- Replies (1)
|
 |
Does anyone have module code for the on-screen keypad than the on-screen keyboard?
Thanks!
RAM
|
|
|
Completeing the Class |
Posted by: baboon - Sep-29-2020, 09:40 PM - Forum: Homework
- Replies (1)
|
 |
Can someone please help me finish this code. I am a college student learning python for the first time and I am stuck at the def getNextToken part
..... More
|
|
|
shorten an if condition |
Posted by: naughtysensei - Sep-29-2020, 05:06 PM - Forum: Homework
- Replies (2)
|
 |
Is there a way to write this in short and clean way:
if (x == 'a') or (x == 'e') or (x == 'i') or (x == 'o') or (x == 'u'):
|
|
|
tkinter| listbox.insert problem |
Posted by: Maryan - Sep-29-2020, 01:39 PM - Forum: GUI
- Replies (3)
|
 |
Hi! I'm beginner with tkinter, I have one question.
When I select item from the list, I want to copy it and added again to the same list. However, th..... More
|
|
|
|