Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,261
» Latest member: SledgeNE
» Forum threads: 38,785
» Forum posts: 175,843

Full Statistics

Online Users
There are currently 49 online users.
» 1 Member(s) | 40 Guest(s)
Google, Bing, AOL, AOL, Facebook, Carolzi

Latest Threads
How to make ball stay wit...
Forum: General Coding Help
Last Post: SledgeNE
4 hours ago
» Replies: 1
» Views: 57
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: Skaperen
9 hours ago
» Replies: 4
» Views: 290
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
10 hours ago
» Replies: 0
» Views: 30
PyQt6 QWidgets and system...
Forum: GUI
Last Post: stevecoh1
Yesterday, 06:38 PM
» Replies: 0
» Views: 61
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 06:02 PM
» Replies: 10
» Views: 238
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 03:33 PM
» Replies: 3
» Views: 121
New to python and coding
Forum: Homework
Last Post: jefsummers
Nov-13-2025, 07:58 PM
» Replies: 6
» Views: 205
Backward compatibility qu...
Forum: News and Discussions
Last Post: noisefloor
Nov-13-2025, 11:52 AM
» Replies: 6
» Views: 390
why is the image not show...
Forum: General Coding Help
Last Post: deanhystad
Nov-12-2025, 07:26 PM
» Replies: 2
» Views: 134
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Nov-12-2025, 10:11 AM
» Replies: 6
» Views: 270

 
  IronPython from CPython
Posted by: amasis - Feb-03-2021, 07:02 PM - Forum: General Coding Help - Replies (3)

Hello, guys...
My test framework and the whole project is developed in CPython, currently project needs to access C# Dlls to integrate with .NET.
I ..... More

Print this item

  How to use Selenium on EdgeHTML, when having WebDrivers in other location?
Posted by: euras - Feb-03-2021, 04:31 PM - Forum: Web Scraping & Web Development - Replies (2)

I want to launch Python script on EdgeHTML (Edge v.18 Legacy), using Selenium. But I face a problem to do a connection. I'm trying to launch it on job..... More

Print this item

  how to remove \n from file?
Posted by: shams - Feb-03-2021, 04:07 PM - Forum: General Coding Help - Replies (7)

This python code writing configuration file for getmail to retrieve the mail, in the first and last f.write code i use the "\n" to break the lines for..... More

Print this item

  Does a pandas have a date without a time?
Posted by: AlekseyPython - Feb-03-2021, 01:41 PM - Forum: Data Science - Replies (6)

When I create a series object, I specify the type without time: 'datetime64[D]'. But when I look at the data type of this series in the debugger, I se..... More

Print this item

  how to take a screnshot by Pyautogui automatically and randomly
Posted by: rachidel07 - Feb-03-2021, 01:12 PM - Forum: General Coding Help - No Replies

objective i want to extract text from image. i play a game which an icon appears randomly ,and there is a text(text as image) near to the icon from th..... More

Print this item

Question Trouble with Client/Server reverse Shell!
Posted by: Gilush - Feb-03-2021, 12:40 PM - Forum: Networking - No Replies

Hi all,

So i'm trying to create a reverse shell client/server program.
So far i'm able to listen for connections and execute the first command.
a..... More

Print this item

  creating a loop
Posted by: yk303 - Feb-03-2021, 10:53 AM - Forum: General Coding Help - Replies (2)

Hello,

I have a line of code that works fine for a single column in the data frame. I would now like to convert this so that it finds all the colum..... More

Print this item

  little parser-script crashes after doing good work for some time
Posted by: apollo - Feb-03-2021, 10:48 AM - Forum: Web Scraping & Web Development - No Replies

hello dear all - good day Smile

i have some code where i do not know why this permanently runs into an error...

[python]import requests
f..... More

Print this item

  Not getting email notifications
Posted by: CynthiaMoore - Feb-03-2021, 06:29 AM - Forum: Board - Replies (4)

I checked my profile options. In the Messaging and Notification section I have Default Thread Subscription Mode set to "Instant email no..... More

Print this item

  How to skip to a different line while importing a different script
Posted by: kat_gamer - Feb-03-2021, 01:24 AM - Forum: General Coding Help - Replies (2)

Hi! I was coding a program as a little side project that I work on in my spare time and I found a sort of, unwanted occurrence in my program. I want..... More

Print this item

  Pandas DataFrame Code Query
Posted by: eddywinch82 - Feb-02-2021, 11:45 PM - Forum: General Coding Help - Replies (6)

Hi there,

I have the following Python Code in Pandas, which I run in Jupyter Notebook :-

[python]import pandas as pd
import requests
from bs4 ..... More

Print this item

  Pyinstaller query
Posted by: spyf8 - Feb-02-2021, 11:37 PM - Forum: General Coding Help - Replies (2)

Is there anyway to install a python package completely offline if you have downloaded the entire gz package to your local machine?
I tried to downloa..... More

Print this item

  Clicker count increase by 1 each time
Posted by: blakefindlay - Feb-02-2021, 11:37 PM - Forum: General Coding Help - Replies (1)

Trying out making a clicker game and wondering what the likely simple fix to this is. I'm not quite sure how to approach it but I want to have the cl..... More

Print this item

  Remove extra count columns created by pandas groupby
Posted by: spyf8 - Feb-02-2021, 11:25 PM - Forum: Data Science - Replies (1)

Is there anyway to remove the extra count columns created by pandas groupby?

I'm doing a groupby nunique on multiple columns so it does the groupin..... More

Print this item

  Why won't my merge sort will not work?
Posted by: ggg - Feb-02-2021, 11:24 PM - Forum: General Coding Help - Replies (4)

I am practicing algorithms.
I don't understand why the below code is not working.
It is suppose to be merge sort.
Also I am confused on how to best..... More

Print this item

Photo Python won`t launch error
Posted by: newbieee - Feb-02-2021, 10:35 PM - Forum: General Coding Help - No Replies

Hi everyone!
Been having this problem last 3 days. Never had anything to do with this, decided to start learning python and run into problems straigh..... More

Print this item

  How to add a delay without using the sleep command
Posted by: MaxTyree - Feb-02-2021, 09:41 PM - Forum: Homework - Replies (12)

I'm working on an assignment in which I am supposed to output a sentence saying how many times the photointerrupter has been interrupted every 4 secon..... More

Print this item

  talib - RSI error
Posted by: sambanerjee - Feb-02-2021, 08:40 PM - Forum: General Coding Help - Replies (3)

I've been struggling trying to troubleshoot this - please let me know if you need more code / info - thanks

Error Message: [quote]TypeError: Argum..... More

Print this item

  Connecting to a web server with authentification
Posted by: arbiel - Feb-02-2021, 08:31 PM - Forum: Web Scraping & Web Development - No Replies

Hi

I'm trying to connect to the following page

https://www.happyvisio.com

This server requires authentification.

When I connect from a web..... More

Print this item

  multiprocessing and sharing object
Posted by: cyrduf - Feb-02-2021, 08:14 PM - Forum: General Coding Help - No Replies

Hi,

I want to define nested objects that can be read/written by several processes defined by multiprocessing module.
I search on some networks but..... More

Print this item

  Calling Input for Random Generation
Posted by: ScaledCodingWarrior - Feb-02-2021, 07:07 PM - Forum: General Coding Help - Replies (1)

Hey, I'm a returning python coder, but it's been a while since the last time I've done anything with functions. I was trying to make a GUI application..... More

Print this item

  Bitwise ~ Operator
Posted by: muzikman - Feb-02-2021, 05:24 PM - Forum: General Coding Help - Replies (10)

Can someone please explain why the following bitwise statement returns -11 and not -10? It does this with every number. Just negates it ..... More

Print this item

  Python - Import file sequence into Media Pool
Posted by: jensenni - Feb-02-2021, 05:00 PM - Forum: General Coding Help - Replies (1)

MacOS 10.13.2 | Python 3.6.8 | External API Application: DaVinci Resolve v15.3.1

Hi. I am working on some automation fo..... More

Print this item

  pairing in a list
Posted by: jakemace - Feb-02-2021, 03:53 PM - Forum: Homework - Replies (17)

I have an assingment which is about a chess tournament that has as many players and turns as you have given as input, and I need to update the rankin..... More

Print this item

  write mariadb table rows query to each file?
Posted by: shams - Feb-02-2021, 03:45 PM - Forum: General Coding Help - Replies (1)

I want to query table pop and write each row to a deferent file, this is code, but the code write the last row to all three files:
[code]
# Create a..... More

Print this item

  Generate Random operator, take user input and validate the user
Posted by: mapypy - Feb-02-2021, 02:56 PM - Forum: General Coding Help - Replies (4)

Hi,

I have the following code:

[python]import random
number_one = random.randint(0, 100)
number_two = random.randint(0, 100)

rand_ops = ..... More

Print this item

  grouped data frame
Posted by: glitter - Feb-02-2021, 11:22 AM - Forum: Data Science - No Replies

Hi everyone,
I would like to group the dataframe using multiple keys. I used a data frame like (test_df) below:

dstIP srcIP at..... More

Print this item

  Advantages of Python
Posted by: zubairHassan - Feb-02-2021, 10:26 AM - Forum: News and Discussions - Replies (7)

Advantages of Python for]web app development companies.

  1. Easy to Read, Learn and Write. Python is a high-level programming language tha..... More

Print this item

  exec + subprocess = UnboundLocalError
Posted by: paul18fr - Feb-02-2021, 09:45 AM - Forum: General Coding Help - Replies (6)

Hi all

In the following code extract, "Launch.wait()" generates an error only if it is inserted in a function (it works in the program core); "Laun..... More

Print this item

  What reason have you quit a job?
Posted by: manas41 - Feb-02-2021, 09:21 AM - Forum: Bar - Replies (10)

I'm about to quit my job and second guessing whether my reason is "good enough" to leave this job which is good in some ways, not so good in other way..... More

Print this item

  Trouble getting data from an entry.
Posted by: Oshadha - Feb-02-2021, 06:09 AM - Forum: GUI - Replies (2)

Code:
[python]
from tkinter import *
from pytube import YouTube
from pytube import Playlist
from pytube.cli import on_progress

root = Tk()
ro..... More

Print this item

  ImportError: /home/pybind11_example.cpython-37m-x86_64-linux-gnu.so: undefined symbol
Posted by: chaitra - Feb-02-2021, 06:01 AM - Forum: General Coding Help - Replies (2)

hi im trying to execute python bindings for c/c++ uding pybind11 method
and im getting following error

ImportError: /home/pybind11_example.cpython..... More

Print this item

  "Silly Frenchman"? Really?
Posted by: CynthiaMoore - Feb-02-2021, 05:34 AM - Forum: Board - Replies (7)

Why do I have the label "Silly Frenchman". Weird.

PS: After waiting another 5 minutes.....

Print this item

  Why the 5 minute wait?
Posted by: CynthiaMoore - Feb-02-2021, 05:24 AM - Forum: Board - Replies (1)

Why was I required to wait 5 minutes from my last post before I could post this one? I don't see anything in the Help about it. Is it because I an a n..... More

Print this item

  Can't mark any threads solved
Posted by: CynthiaMoore - Feb-02-2021, 05:00 AM - Forum: Board - Replies (5)

I see in the help that it is recommended that the OP mark threads solved when (if) they are. It says there is button next to the New Reply button. I c..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  How to make ball stay wit... 4 hours ago nathanael SledgeNE General Codin...
  sorting a lisr of file pa... 9 hours ago Skaperen Skaperen News and Disc...
  conditional nested loops 10 hours ago Skaperen Skaperen News and Disc...
  PyQt6 QWidgets and system... Yesterday, 18:38 stevecoh1 stevecoh1 GUI
  [solved] re.split issue Yesterday, 18:02 paul18fr deanhystad General Codin...
  Please guide me to comple... Yesterday, 15:33 pbkurd Larz60+ General Codin...
  New to python and coding 11-13, 19:58 lary_p jefsummers Homework
  Backward compatibility qu... 11-13, 11:52 yutaozhou noisefloor News and Disc...
  why is the image not show... 11-12, 19:26 sarbogast deanhystad General Codin...
  Help with Serial.write in... 11-12, 10:11 racingsubby Larz60+ General Codin...
  [Tkinter] I’m building a ... 11-11, 09:52 tsgiannis tsgiannis GUI
Most views
  The best Prog... 578977
  Tutorial Requ... 510549
  Web Scraping ... 441994
  Newbie with P... 386022
  New Users Int... 377130
Most reputation
buran 581
snippsat 511
Larz60+ 452
Gribouillis 362
deanhystad 328
Most replies
  New Users Int... 452
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12108
buran 8195
snippsat 7388
deanhystad 6910
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
SledgeNE Today
nathanael Yesterday
JamesFalkner Yesterday
stevecoh1 Yesterday
Bamboo Yesterday

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020