Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,960
» Latest member: llarkin6
» Forum threads: 38,729
» Forum posts: 175,534
Full Statistics
|
Online Users |
There are currently 49 online users. » 2 Member(s) | 42 Guest(s) Applebot, Bing, Google, AOL, llarkin6, buran
|
Latest Threads |
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: llarkin6
33 minutes ago
» Replies: 0
» Views: 14
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
3 hours ago
» Replies: 1
» Views: 622
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
3 hours ago
» Replies: 6
» Views: 4,847
|
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
6 hours ago
» Replies: 1
» Views: 1,517
|
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Today, 03:53 AM
» Replies: 1
» Views: 2,570
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Today, 12:32 AM
» Replies: 0
» Views: 221
|
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 01:49 PM
» Replies: 2
» Views: 420
|
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
Yesterday, 03:45 AM
» Replies: 3
» Views: 503
|
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-24-2025, 02:48 PM
» Replies: 10
» Views: 29,806
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,649
|
|
|
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
|
|
|
|