Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,956
» Latest member: Jamirul
» Forum threads: 38,728
» Forum posts: 175,529
Full Statistics
|
Online Users |
There are currently 44 online users. » 1 Member(s) | 37 Guest(s) Bing, AOL, Google, Applebot, AOL, kshahzad1985
|
Latest Threads |
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
3 hours ago
» Replies: 2
» Views: 99
|
How to retrieve money los...
Forum: General Coding Help
Last Post: samuel223
3 hours ago
» Replies: 1
» Views: 15
|
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
Today, 03:45 AM
» Replies: 3
» Views: 160
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Today, 01:04 AM
» Replies: 0
» Views: 350
|
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 02:48 PM
» Replies: 10
» Views: 29,395
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,406
|
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Sep-23-2025, 09:08 AM
» Replies: 0
» Views: 287
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Sep-23-2025, 03:29 AM
» Replies: 2
» Views: 738
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 941
|
403 error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 5,197
|
|
|
G code reader |
Posted by: luisfelipepc - Aug-13-2018, 01:21 AM - Forum: General Coding Help
- Replies (2)
|
 |
Hi, i'm trying to make a g-code reader for my cnc project, i allready had some progress, but i'm strugguling to make it identify the number 0,1,4 and ..... More
|
|
|
Incorrect lambda |
Posted by: vndywarhol - Aug-13-2018, 12:06 AM - Forum: General Coding Help
- Replies (3)
|
 |
Hi! I'm trying to make a map with "factorial" func, but with a sum and odd numbers. For example, 1=1, 3=3+1, 5=5+3+1 and so on.
Now I have something..... More
|
|
|
Homework |
Posted by: blabla44 - Aug-12-2018, 09:50 PM - Forum: Homework
- Replies (3)
|
 |
I can't find what I did wrong.
[python]
def program(a, b, c):
a = eval(input('Enter value a: '))
b = eval(input('Enter value b: '))
c = eval(i..... More
|
|
|
Code to change LAN Settings |
Posted by: MTom5 - Aug-12-2018, 09:18 PM - Forum: Networking
- No Replies
|
 |
I need to change LAN settings within IE and LAN adapter settings as part of my script but cannot get it working.
I have a Batch file that currently d..... More
|
|
|
Project im working on |
Posted by: Mobilesoundfx - Aug-12-2018, 05:35 PM - Forum: Bar
- Replies (3)
|
 |
I had an idea to build a modern day boom box. Im going to use a Raspberry Pi as the brains, and a Raspberry Pi 7 inch touch screen to control the whol..... More
|
|
|
Installing RE2 |
Posted by: Mradr - Aug-12-2018, 04:31 PM - Forum: General Coding Help
- Replies (2)
|
 |
Trying install RE2 on to windows and I keep hitting hit with the following error:
[python]C:\Users\Owner\AppData\Local\Programs\Python\Python37\pytho..... More
|
|
|
Computing average |
Posted by: vestkok - Aug-12-2018, 09:04 AM - Forum: Homework
- Replies (2)
|
 |
Hi guys, I have an exercise question from a book. I can't figure out where and how do I place error message if the first input from the user is 0.
..... More
|
|
|
Asyncio select.select |
Posted by: Mradr - Aug-12-2018, 08:46 AM - Forum: Networking
- Replies (3)
|
 |
What is select.select(rlist, (), (), timeout) doing as far as "waiting" for socket data using asyncio?
My end goal here is to remove the need for ..... More
|
|
|
|