Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,954
» Latest member: Jorgecog
» Forum threads: 38,726
» Forum posts: 175,522
Full Statistics
|
Online Users |
There are currently 62 online users. » 1 Member(s) | 58 Guest(s) Bing, Google, AOL, electronic
|
Latest Threads |
Digital marketing agency ...
Forum: News and Discussions
Last Post: electronic
1 minute ago
» Replies: 0
» Views: 15
|
pip install requests does...
Forum: General Coding Help
Last Post: adamsmith12
46 minutes ago
» Replies: 9
» Views: 29,035
|
Little project for someon...
Forum: Jobs
Last Post: trntgl
1 hour ago
» Replies: 4
» Views: 2,946
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:00 PM
» Replies: 5
» Views: 9,246
|
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Yesterday, 09:08 AM
» Replies: 0
» Views: 144
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Yesterday, 03:29 AM
» Replies: 2
» Views: 542
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Yesterday, 02:36 AM
» Replies: 0
» Views: 168
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 700
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,939
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,213
|
|
|
The jack output on Python |
Posted by: Galtair - Nov-19-2020, 03:10 PM - Forum: General Coding Help
- No Replies
|
 |
Hello, I'm a french student and I work on a sound program with python. I an using a raspberry. I want to play sound thanks to python but it doesn't wo..... More
|
|
|
Explain a piece of code |
Posted by: SuuzyQ04 - Nov-19-2020, 02:44 PM - Forum: Homework
- Replies (1)
|
 |
Hi there,
Could someone please explain very clearly what the following piece of code is doing?
[python]def question_set(X):
qset = [[] for ..... More
|
|
|
Help with my router. |
Posted by: Pocket_Sand - Nov-19-2020, 01:37 PM - Forum: Networking
- Replies (2)
|
 |
Hey everyone I have been getting into python recently and I have an issue with my router's username and password. I forgot my username and password bu..... More
|
|
|
Set form element from javascript |
Posted by: GrahamL - Nov-19-2020, 11:59 AM - Forum: GUI
- Replies (1)
|
 |
Hi
I am struggling to use javascript to update an element on my form when an item is clicked on a select list
In the following code I can set the v..... More
|
|
|
pop methods |
Posted by: Skaperen - Nov-19-2020, 06:10 AM - Forum: News and Discussions
- Replies (4)
|
 |
/of all the types/classes that have a pop() method, it seems only dict/pop() implements an optional 2nd argument for default. why is it limited to jus..... More
|
|
|
Help with DNS queries |
Posted by: RedDirt - Nov-19-2020, 03:27 AM - Forum: Networking
- Replies (1)
|
 |
In my work I often have to confirm whether devices are in or not in DNS, which, obviously, usually includes using nslookup. Since the list of ..... More
|
|
|
input timer |
Posted by: Nickd12 - Nov-18-2020, 11:29 PM - Forum: General Coding Help
- Replies (13)
|
 |
can someone help me with an input timer I have tried 100 different ways to make it work and im at a loss.
|
|
|
Import Errors |
Posted by: swimmDude1 - Nov-18-2020, 03:11 PM - Forum: General Coding Help
- Replies (1)
|
 |
I am a beginner beginner in python and when I try to import pyautogui it says it isn't installed though when I install it it says the requirement is a..... More
|
|
|
List and string |
Posted by: emirasal - Nov-18-2020, 09:26 AM - Forum: General Coding Help
- Replies (1)
|
 |
I have a list something like this:
courses = ['MATH201:A', 'CS222:C', 'IF100:B']
and user enters course name like
coursename = "MATH201"
I just wa..... More
|
|
|
Keylogger Help |
Posted by: Bigsnook - Nov-18-2020, 12:58 AM - Forum: Homework
- No Replies
|
 |
This is what I put together but I need some help. The code is below but I don't know if its correct and I don't know how to make it Change the python ..... More
|
|
|
input timer |
Posted by: Nickd12 - Nov-18-2020, 12:30 AM - Forum: General Coding Help
- No Replies
|
 |
So I'm revising wake word and input for a project I'm working on I made this sample text so you can see what I'm trying to do basically two ways of wa..... More
|
|
|
ZeroDivisionError |
Posted by: MyCatCondo - Nov-17-2020, 08:32 PM - Forum: Code Review
- Replies (3)
|
 |
I am working on somebody's GitHub project and trying to run it produces this. I changed the time_delta = 1./fps to time_delta == 1./fps but I only..... More
|
|
|
|