Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,986
» Latest member: Tycho_2025
» Forum threads: 38,735
» Forum posts: 175,577
Full Statistics
|
Online Users |
There are currently 38 online users. » 0 Member(s) | 33 Guest(s) Applebot, AOL, Bing, Google
|
Latest Threads |
print does not open conso...
Forum: General Coding Help
Last Post: Axel_Erfurt
1 hour ago
» Replies: 1
» Views: 36
|
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
5 hours ago
» Replies: 3
» Views: 2,519
|
create ocr to detect lice...
Forum: General Coding Help
Last Post: noisefloor
6 hours ago
» Replies: 2
» Views: 68
|
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
6 hours ago
» Replies: 6
» Views: 181
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Yesterday, 03:05 AM
» Replies: 4
» Views: 2,040
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 456
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,086
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,155
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 837
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,109
|
|
|
subprocess.call - Help ! |
Posted by: sniper6 - Nov-27-2019, 07:42 PM - Forum: General Coding Help
- No Replies
|
 |
hi,
How can I use multiple subprocess.call commands in one window (cmd)
Example:
1- cd\
2- ping 8.8.8.8
3- exit
thanks (:
|
|
|
2 sets of radiobuttons |
Posted by: Chuck_Norwich - Nov-27-2019, 05:10 PM - Forum: GUI
- Replies (4)
|
 |
Hi,
have looked ont web, but I can't seem to find a definite answer.
Have a pair of radio buttons:
rad_lt = Radiobutton(root,text='Lighting c..... More
|
|
|
the baby chatbot |
Posted by: ronblue77 - Nov-27-2019, 12:33 PM - Forum: Code sharing
- Replies (9)
|
 |
hello all
here is a code of a program of what i call "a baby chat bot" the bot only knows 4 words "mom' "dad" "food" and "hi" the user is suppose t..... More
|
|
|
socket loop problem |
Posted by: monamour - Nov-27-2019, 09:16 AM - Forum: Networking
- Replies (9)
|
 |
Dear All,
I have tried to write a code which fetches the Host name and the IP Address for a user. The program is working nice as you can ..... More
|
|
|
How to import entire module ? |
Posted by: tonycstech - Nov-27-2019, 08:58 AM - Forum: GUI
- Replies (5)
|
 |
I want to import entire module. I dont want to specify each function of that module i plan on using.
For example:
[python]from tkinter import messag..... More
|
|
|
Python Classes |
Posted by: leodavinci1990 - Nov-27-2019, 07:08 AM - Forum: General Coding Help
- Replies (1)
|
 |
[python]from random import Random # library for randoms
class Die(object): # define the class
sides = [1,2,3,4,5,6]
def __init__(self): # M..... More
|
|
|
Error in my code |
Posted by: TumbleR - Nov-26-2019, 10:19 PM - Forum: Homework
- Replies (1)
|
 |
Hello everyone,
I am working on my school homework that is quite easy for some professional, but I have troubles with few things that I tried to chan..... More
|
|
|
Idea of project |
Posted by: dibax10 - Nov-26-2019, 08:07 PM - Forum: News and Discussions
- Replies (2)
|
 |
Good evening,
As part of my studies, on a Python module and on the teacher we ask to realize a project. But it is to offer us a project idea that doe..... More
|
|
|
|