| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,310
» Latest member: QABOB
» Forum threads: 38,801
» Forum posts: 175,921
Full Statistics
|
| Online Users |
There are currently 41 online users. » 1 Member(s) | 37 Guest(s) Bing, Google, AOL, snippsat
|
| Latest Threads |
No new line from print in...
Forum: General Coding Help
Last Post: snippsat
8 minutes ago
» Replies: 10
» Views: 266
|
Python compiler
Forum: General Coding Help
Last Post: NeoQuant
Yesterday, 08:01 PM
» Replies: 0
» Views: 43
|
Trading Risk management s...
Forum: Code sharing
Last Post: NeoQuant
Yesterday, 07:34 PM
» Replies: 5
» Views: 87
|
Standard template Data En...
Forum: Code Review
Last Post: Hosthubac
Yesterday, 05:51 PM
» Replies: 0
» Views: 39
|
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
Yesterday, 07:39 AM
» Replies: 3
» Views: 11,114
|
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Nov-28-2025, 10:44 AM
» Replies: 4
» Views: 200
|
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Nov-28-2025, 04:44 AM
» Replies: 8
» Views: 725
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,836
|
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 196
|
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 163
|
|
|
| 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
|
|
|
|