Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 44 online users. » 1 Member(s) | 37 Guest(s) Applebot, Bing, Google, AOL, AOL, Noya_Yonatan
|
Latest Threads |
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: Anunderling
2 hours ago
» Replies: 0
» Views: 43
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 04:28 PM
» Replies: 11
» Views: 4,291
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 735
|
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Sep-19-2025, 12:30 PM
» Replies: 1
» Views: 3,609
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,076
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,580
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,406
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,601
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,542
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,704
|
|
|
What does this code? |
Posted by: Elvin - May-22-2021, 08:22 PM - Forum: Homework
- Replies (4)
|
 |
Hello,
What does is this code doing?
[python]def what(n):
if n<10:
return n
else:
k = what((n//100)*10 + n%10)
return (k*10..... More
|
|
|
Is that code correct? |
Posted by: Sameh - May-22-2021, 01:43 PM - Forum: Homework
- Replies (7)
|
 |
Hi there,
This is my first participation. to answer ►How many miles are there in 10 kilometers?
Is this way correct:
▼
[python]
miles_in_kilome..... More
|
|
|
curses issue |
Posted by: otalado - May-22-2021, 08:12 AM - Forum: General Coding Help
- Replies (2)
|
 |
I have a fresh install of Debian 10 /lxde. The installed Python3 version is 3.7.3 I intended to learn how to use the curses with Python (https://docs...... More
|
|
|
Set Text in Open Dialog Box |
Posted by: giddyhead - May-21-2021, 06:31 PM - Forum: General Coding Help
- No Replies
|
 |
Hello everyone,
I am trying send text to the File Name box and then click the button open. It is the textbox from the open dialog box you get when ..... More
Attached Files
Thumbnail(s)
|
|
|
dictionary |
Posted by: coral_raha - May-21-2021, 08:39 AM - Forum: General Coding Help
- Replies (5)
|
 |
hi i have this code with 4 files f.text, n.text, j.text, a.text
[python]
import os
currentPath =__file__
directoryPath = os.path.dirname(cur..... More
|
|
|
Dictionaries |
Posted by: ChloeH - May-21-2021, 03:03 AM - Forum: General Coding Help
- Replies (2)
|
 |
I need help with looping through the values of a dictionary.
[python]
def combine_dict(year_dict, headers):
borough={}
i=0
for x in ..... More
|
|
|
fuzzy regression in python |
Posted by: mohamed_L - May-20-2021, 03:33 PM - Forum: Data Science
- No Replies
|
 |
hello there
I just want to ask if anybody knows how to make a fuzzy regression in python or have an article explaining it because I am stuck trying..... More
|
|
|
cannot print DateEntry date |
Posted by: euras - May-20-2021, 12:57 PM - Forum: GUI
- Replies (4)
|
 |
Can someone help me with DateEntry, printing a value? Now I'm stuck on this part and for some reason .get_date() does not work :/
[python]import tkin..... More
|
|
|
|