| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 44 online users. » 1 Member(s) | 39 Guest(s) Bing, Apple, Google, kshahzad1985
|
| Latest Threads |
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
1 hour ago
» Replies: 4
» Views: 91
|
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Yesterday, 10:39 AM
» Replies: 3
» Views: 95
|
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-07-2025, 07:29 PM
» Replies: 0
» Views: 70
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 106
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,065
|
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,364
|
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,555
|
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 186
|
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,196
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,442
|
|
|
| Socket server problem |
|
Posted by: H84Gabor - Jun-21-2022, 12:14 AM - Forum: Networking
- No Replies
|
 |
Hi all,
I've got a socket server with many clients and it all used to work fine. Just recently this receiving line:
RECEIVED_MESSAGE = CLIENT.recv..... More
|
|
|
| QR Codes |
|
Posted by: deep_logic - Jun-20-2022, 09:41 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hi all,
I'm trying to generate qr codes in python. I have downloaded and did a pip install of qrcode on the pypi site.
The starter code on the site i..... More
|
|
|
| how to join by stack multiple types in numpy arrays |
|
Posted by: caro - Jun-20-2022, 04:11 PM - Forum: General Coding Help
- Replies (1)
|
 |
[python]import numpy as np
arr1 = np.array([1, 2, 3, 4, 5, 6, 7])
arr2 = np.array(['n', 'b', 'c', 'y', 'f', 'j', 'p'])
l = np.stack((arr1, arr2..... More
|
|
|
| go over and search in numpy array faster |
|
Posted by: caro - Jun-20-2022, 11:23 AM - Forum: General Coding Help
- Replies (7)
|
 |
hello,
my array looks like :
[[10,20,'1'],[10,50,'1'],[10,100,'1'],[10,30,'1'],[20,10,'1'],[10,60,'1'],[30,10,'1']
I would like to know how to retur..... More
Attached Files
Thumbnail(s)
|
|
|
| regex question |
|
Posted by: DPaul - Jun-18-2022, 09:11 AM - Forum: General Coding Help
- Replies (6)
|
 |
Hi,
I'm not a regex hero, but I read everywhere it's fast and I should have a look into it.
I need a particular substitution that looks very much like..... More
|
|
|
| Pandas dataframe indexing |
|
Posted by: pythonNovice - Jun-15-2022, 08:51 PM - Forum: Homework
- Replies (1)
|
 |
I am new to python and have decided to take a self-paced free course. i attempting to generate a scatter plot for "price" vs "area" in the state of "R..... More
Attached Files
Thumbnail(s)
|
|
|
| \n not working |
|
Posted by: WouldWerker - Jun-15-2022, 07:48 PM - Forum: General Coding Help
- Replies (4)
|
 |
Why does the following code work in my CLI, but not on my local Apache web server?
[python]#!C:\Python310\python.exe
print ("Content-type: text/ht..... More
|
|
|
| python wheel file |
|
Posted by: Led_Zeppelin - Jun-15-2022, 01:07 PM - Forum: General Coding Help
- Replies (1)
|
 |
I am trying to install python 3.7 or less in my virtual env. via pip or conda. But it says it cannot find the version I want and aborts the install. ..... More
|
|
|
|