Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 39 online users. » 0 Member(s) | 33 Guest(s) Bing, Google, AOL, AOL, Apple
|
Latest Threads |
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
2 hours ago
» Replies: 2
» Views: 727
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
8 hours ago
» Replies: 6
» Views: 759
|
Integer Factorization Too...
Forum: Code sharing
Last Post: fosuwxb
9 hours ago
» Replies: 0
» Views: 76
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 478
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,852
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,254
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,822
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,234
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,182
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,486
|
|
|
ranch expression |
Posted by: Skaperen - Apr-11-2020, 01:37 AM - Forum: News and Discussions
- No Replies
|
 |
i have in mind a few commands i want to implement in which arguments or input will need to express a number or a range (possibly with an increment). ..... More
|
|
|
Add command to PushButton |
Posted by: skaailet - Apr-11-2020, 01:13 AM - Forum: GUI
- Replies (1)
|
 |
I create a GUI usin PyQt5 Designer
and i want to know how to make that the push buttons trigger a py. script?
whats the command for that?
i alread..... More
|
|
|
Value error |
Posted by: jithin123 - Apr-10-2020, 09:39 PM - Forum: Data Science
- Replies (2)
|
 |
for data in alldata:
if (data['Familysize']==1):
data['isalone']=1 What is the error in this simple code?
[error]..... More
|
|
|
Paramiko resource shortage error |
Posted by: michu7 - Apr-10-2020, 04:04 PM - Forum: Networking
- No Replies
|
 |
I want to log into a router from a gateway switch and then pass commands to get the logs of the router
Made a script for the same butting receiving..... More
|
|
|
google home page change |
Posted by: Larz60+ - Apr-10-2020, 11:54 AM - Forum: Bar
- No Replies
|
 |
Recently (past few days), google changed the entry widget on their home page.
Used to be that there was a magnification glass icon which when click..... More
|
|
|
mysql.connector |
Posted by: Nobima - Apr-10-2020, 11:00 AM - Forum: General Coding Help
- Replies (1)
|
 |
In Ubuntu and Python 3.5.2 I want to connect to a Mysql-Database.
With the command "import mysql.connector" I get an ImportError "No module named '..... More
|
|
|
Iteration Help |
Posted by: jareyesluengo - Apr-09-2020, 09:34 PM - Forum: General Coding Help
- No Replies
|
 |
Hi;
i create a code for find a replace words of a list. But i had a proble in the iterarion of this code, only change the first word
[python]def..... More
|
|
|
|