| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,308
» Latest member: NeoQuant
» Forum threads: 38,801
» Forum posts: 175,919
Full Statistics
|
| Online Users |
There are currently 30 online users. » 0 Member(s) | 27 Guest(s) Google, Bing, AOL
|
|
|
| Thread for serial Reading shows an error |
|
Posted by: eabs86 - Sep-20-2018, 01:44 AM - Forum: GUI
- No Replies
|
 |
I created a python interface to display some information on the screen while collecting data through the serial port. The communication is made with a..... More
|
|
|
| Geany editor |
|
Posted by: Mike429W - Sep-20-2018, 12:47 AM - Forum: General Coding Help
- Replies (2)
|
 |
I'm very new at Python and the Geany text editor. When I tried to save a file, the following message popped up:
[b]Error saving file.
Error rena..... More
|
|
|
| How to use Del with list |
|
Posted by: slashdotblake - Sep-19-2018, 11:42 PM - Forum: Homework
- Replies (13)
|
 |
I am doing a basic practice exercise and am having issues resolving the Chop function. The goal is to use a function called Chop that removes the firs..... More
|
|
|
| python 3 and unique matrix |
|
Posted by: frame - Sep-19-2018, 09:02 PM - Forum: Data Science
- Replies (4)
|
 |
I have 3 magic squares like this:
2,7,6
9,5,1
4,3,8
(The Sum is: 15)
-----
2,9,4
7,5,3
6,1,8
(The Sum is: 15)
2,11,5
9,6,3
7,1..... More
|
|
|
| Showing Indentetion Problem |
|
Posted by: ranjit - Sep-19-2018, 07:43 PM - Forum: General Coding Help
- Replies (1)
|
 |
mylist = [1,2,4,2,1,1,3,1,4,4,5]
def array_check(list):
for item in list:
if item==1:
a=True
elif item==2:
..... More
|
|
|
|