| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,304
» Latest member: IFDA123
» Forum threads: 38,798
» Forum posts: 175,905
Full Statistics
|
| Online Users |
There are currently 99 online users. » 1 Member(s) | 96 Guest(s) Bing, Google, buran
|
|
|
| Python Read/Write serial |
|
Posted by: dlizimmerman - Jan-31-2019, 03:12 AM - Forum: General Coding Help
- No Replies
|
 |
Learning to read/write serial using back to back USB to serial boards (X-cross TX & RX) started writing to a port and monitoring the other using Putty..... More
|
|
|
| help with list |
|
Posted by: sonedap - Jan-30-2019, 04:18 PM - Forum: Homework
- Replies (22)
|
 |
[python]
input("give number a")
a= int(input())
input("give number b")
b=int(input())
luck = list()
for i in range(0,b):
luck[i] = a**b
pri..... More
|
|
|
| Delete a post |
|
Posted by: gehrenfeld - Jan-30-2019, 12:44 PM - Forum: Board
- Replies (2)
|
 |
How do I dlete a post or show that was solved?
|
|
|
| JSON Parsing |
|
Posted by: PythonLearner007 - Jan-30-2019, 02:12 AM - Forum: General Coding Help
- Replies (3)
|
 |
I have a situation where i need to parse a JSON into relation tables. the JSON comprise of dictionaries, list with 4 -5 level nested. also, have a..... More
|
|
|
| Help with arrays assignment |
|
Posted by: hyg71886 - Jan-29-2019, 11:33 PM - Forum: Homework
- Replies (15)
|
 |
Good evening. I am new to coding and python this is my fourth week in class. The assignment was
Statistics on football games are often displayed as t..... More
|
|
|
| Newbie prob |
|
Posted by: Snakecharmer - Jan-29-2019, 08:24 PM - Forum: General Coding Help
- Replies (3)
|
 |
Hi,
I just installed PyQt4 on a Raspi and I'm totally new to both Python and Qt. I'm trying to do a Hello World - just an empty window should pop up...... More
|
|
|
|