Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 52 online users. » 0 Member(s) | 42 Guest(s) Bing, Facebook Dev, AOL, Google, AOL, Apple
|
Latest Threads |
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: Gribouillis
1 hour ago
» Replies: 4
» Views: 122
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Today, 03:05 AM
» Replies: 4
» Views: 2,023
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Yesterday, 07:43 AM
» Replies: 2
» Views: 431
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:21 AM
» Replies: 2
» Views: 1,075
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,136
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 806
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,093
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,540
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,129
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,586
|
|
|
Need to speed up my code. |
Posted by: blackknite - Jan-14-2020, 05:04 PM - Forum: Code Review
- Replies (6)
|
 |
I have to return a simple sum of the most present values in the array, ie [3,5,2,1,2,3,2,2] - > should return 4, because (2,2,2,2).
The array sometim..... More
|
|
|
User management library? |
Posted by: MuntyScruntfundle - Jan-14-2020, 02:01 PM - Forum: General Coding Help
- No Replies
|
 |
Hi there. Just wondering if there is a user management library anywhere, adding users, changing groups etc. I'm specifically interested in Debian/Ra..... More
|
|
|
install PyQt |
Posted by: jaleel2007 - Jan-14-2020, 09:44 AM - Forum: GUI
- Replies (2)
|
 |
Just today install python and then download pyqt5
how can I install PyQt5? In windows command prompt,
I type "python pip install PyQt5" some error ..... More
|
|
|
python echo server |
Posted by: kerzol81 - Jan-14-2020, 07:46 AM - Forum: Networking
- Replies (2)
|
 |
Hi, I commited this little echo server for testing purposes. The only thing I don't like, that I cannot stop or exit from the client side.
I'd like t..... More
|
|
|
MAP tool automation |
Posted by: metro17 - Jan-14-2020, 05:54 AM - Forum: GUI
- Replies (3)
|
 |
>>>import pyautogui as pag
>>> import os
>>> os.startfile("C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft Assessment and Planning To..... More
|
|
|
IDLE can't import Tkinter |
Posted by: turtleman - Jan-14-2020, 02:35 AM - Forum: GUI
- Replies (3)
|
 |
I'm using red hat and uninstalled a prior 2.7.5 python version to install the 3.6.8 version with the idle, tk and tkinter however, no matter how I ins..... More
|
|
|
About PyQt5 |
Posted by: salih02 - Jan-13-2020, 06:11 PM - Forum: GUI
- Replies (5)
|
 |
I haven't solved this problem in about a week. Can you please help me? Picture shows problem.
I tried a lot of solutions, but I didn't get any result..... More
|
|
|
homework help |
Posted by: maisaadabbah - Jan-13-2020, 03:35 PM - Forum: Homework
- Replies (1)
|
 |
hey :)
I am totally a beginner taking a python course for college, ill be happy if anyone can direct me in writing the code.
this is so far what i h..... More
|
|
|
Comparing |
Posted by: nats - Jan-12-2020, 09:22 PM - Forum: General Coding Help
- Replies (2)
|
 |
I have two 2d numpy arrays to compare. How can I compare them? Eg. [[1 1] [1 2] [2 1] [2 2]] with [[1. 2.] [2. 1.] [2. 1.] [1. 2.]]. Answer should be ..... More
|
|
|
|