Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 61 online users. » 0 Member(s) | 50 Guest(s) Bing, AOL, Google, AOL, Applebot, Google Image, Facebook Dev
|
Latest Threads |
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
Yesterday, 05:56 PM
» Replies: 9
» Views: 3,019
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Yesterday, 11:22 AM
» Replies: 4
» Views: 1,437
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Yesterday, 10:31 AM
» Replies: 3
» Views: 463
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 721
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 1,840
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 824
|
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 410
|
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 3,364
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,582
|
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 1,240
|
|
|
Writing file |
Posted by: kvivek266 - Sep-22-2017, 01:58 PM - Forum: General Coding Help
- Replies (4)
|
 |
hello everyone,
I am beginner and I am trying to write file but I am getting this type of error.
Traceback (most recent call last):
File "<pyshell#..... More
|
|
|
a Home language |
Posted by: TDH - Sep-21-2017, 02:12 PM - Forum: Homework
- Replies (4)
|
 |
ok, I dont have a code for this
what I need to do is basiclly create a home language
which the input will be translated to from english
to home lan..... More
|
|
|
Learning and Looping |
Posted by: AnjyilLee - Sep-21-2017, 04:47 AM - Forum: Homework
- Replies (6)
|
 |
Posting this is both for figuring out my homework and to try learning the site's preferred way for me to format my questions. I've looked over the hel..... More
|
|
|
GUI |
Posted by: Pedroski55 - Sep-21-2017, 12:44 AM - Forum: GUI
- Replies (6)
|
 |
As a beginner at Python, I am very pleased and surprised to find that I can actually make it do something which is useful and time-saving for me.
I..... More
|
|
|
tkinter themes |
Posted by: metulburr - Sep-20-2017, 11:00 PM - Forum: Code sharing
- Replies (3)
|
 |
This isnt mine, i just thought it was nice to display the available themes
[python]import random
import tkinter
from tkinter import ttk
from tki..... More
Attached Files
Thumbnail(s)
|
|
|
UI framework? |
Posted by: JP_ROMANO - Sep-20-2017, 10:37 PM - Forum: General Coding Help
- Replies (12)
|
 |
Hello,
I'm essentially being forced to use Python, despite VBA clearly being the right way to do this little project (and significantly easier), bu..... More
|
|
|
Help |
Posted by: ralfi - Sep-20-2017, 07:20 PM - Forum: General Coding Help
- Replies (1)
|
 |
who can figure out this
Using a “while loop” ask the user for a number and add it to a list if number is even and to a different list if number is ..... More
|
|
|
Is this right/ what should i change? |
Posted by: ralfi - Sep-20-2017, 06:12 PM - Forum: Homework
- Replies (6)
|
 |
# 3. Using the following list and a “for” loop, display differences of all consecutive pairs of numbers in the list.
our_list = [1,2,5,6,3,77,9,0,3..... More
|
|
|
I need to answer this: For the following list, print each element in the list an it’s |
Posted by: ralfi - Sep-20-2017, 05:23 PM - Forum: General Coding Help
- Replies (1)
|
 |
Heres the code I put
List = ['a','b',1,2,[1,2,3,4],'hello',(4,5,6),7,True,"False",2.3]
for i in List:
print(i, type) [output]..... More
|
|
|
|