Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,666
» Latest member: SairamK
» Forum threads: 38,645
» Forum posts: 175,050
Full Statistics
|
Online Users |
There are currently 540 online users. » 1 Member(s) | 533 Guest(s) Applebot, Bing, Google, Baidu, Yandex, snippsat
|
Latest Threads |
While loop is terminating...
Forum: Homework
Last Post: Plyth
18 minutes ago
» Replies: 2
» Views: 201
|
PythonPath file
Forum: General Coding Help
Last Post: Pedroski55
3 hours ago
» Replies: 7
» Views: 19,605
|
Building a food delivery ...
Forum: Homework
Last Post: nooryasmeen022
9 hours ago
» Replies: 3
» Views: 7,508
|
Python Install Mager Help
Forum: News and Discussions
Last Post: snippsat
Yesterday, 09:43 AM
» Replies: 5
» Views: 348
|
RemoTe server operation w...
Forum: General Coding Help
Last Post: mario17
Yesterday, 07:18 AM
» Replies: 4
» Views: 272
|
Hide CLI while grabbing i...
Forum: GUI
Last Post: Gribouillis
Jul-03-2025, 08:12 AM
» Replies: 1
» Views: 134
|
Venv - Python Virtual Env...
Forum: General Coding Help
Last Post: Larz60+
Jul-02-2025, 05:41 PM
» Replies: 4
» Views: 624
|
textbox compare command n...
Forum: GUI
Last Post: deanhystad
Jul-02-2025, 01:40 PM
» Replies: 1
» Views: 232
|
Deploy Flask apps on Wind...
Forum: Web Scraping & Web Development
Last Post: DeaD_EyE
Jul-02-2025, 09:23 AM
» Replies: 2
» Views: 5,951
|
How to ask Smart Question...
Forum: Board
Last Post: Thatedge
Jul-01-2025, 08:10 AM
» Replies: 3
» Views: 5,679
|
|
|
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
|
|
|
Getting hacked off with spam |
Posted by: Bass - Sep-20-2017, 02:33 PM - Forum: Board
- Replies (9)
|
 |
Hi,
I appreciate that the world is not perfect, but over the last few weeks, the level of spam appears to have risen.
Could the forum consider h..... More
|
|
|
loops in python |
Posted by: nuncio - Sep-20-2017, 12:00 PM - Forum: Data Science
- Replies (2)
|
 |
This seems to be rather simple, but I am not getting there. I am trying to execute the math for Fourier transform. Here is the code I wrote
[pyth..... More
|
|
|
|