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,262
» Latest member: chuhlowe
» Forum threads: 38,787
» Forum posts: 175,849

Full Statistics

Online Users
There are currently 33 online users.
» 0 Member(s) | 28 Guest(s)
AOL, Bing, Google, Apple

Latest Threads
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
7 hours ago
» Replies: 2
» Views: 81
PermissionError: [Errno 1...
Forum: GUI
Last Post: deanhystad
8 hours ago
» Replies: 1
» Views: 49
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
9 hours ago
» Replies: 1
» Views: 50
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
10 hours ago
» Replies: 5
» Views: 309
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Yesterday, 11:31 PM
» Replies: 0
» Views: 43
PyQt6 QWidgets and system...
Forum: GUI
Last Post: stevecoh1
Yesterday, 06:38 PM
» Replies: 0
» Views: 69
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 06:02 PM
» Replies: 10
» Views: 260
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 03:33 PM
» Replies: 3
» Views: 134
New to python and coding
Forum: Homework
Last Post: jefsummers
Nov-13-2025, 07:58 PM
» Replies: 6
» Views: 234
Backward compatibility qu...
Forum: News and Discussions
Last Post: noisefloor
Nov-13-2025, 11:52 AM
» Replies: 6
» Views: 418

 
  A dynamic link library (DLL) initialization routine failed
Posted by: ish93 - Jan-11-2021, 08:22 PM - Forum: General Coding Help - No Replies

Hi There,

I am having trouble with accessing C++ dll with python 3.7 with ctypes library(WinDLL). This dll works fine with python version of 2.7 ju..... More

Print this item

  Seleniun does not work with a website element
Posted by: flote21 - Jan-11-2021, 06:57 PM - Forum: Web Scraping & Web Development - Replies (2)

Hello guys!

I am trying to automatic a website ckick button using selenium and the next method:

[python]
WebDriverWait(driver, 10).until(EC.ele..... More

Print this item

  Get Python 101 2nd Edition FREE for 72 Hours!
Posted by: snippsat - Jan-11-2021, 06:27 PM - Forum: News and Discussions - Replies (1)

Hurry up🚑
[quote=Mike Driscoll]This book is meant to help you learn Python and then go beyond the basics.
I’ve always felt that a beginner’s book sh..... More

Print this item

  JSON Decode error when using API to create dataframe
Posted by: Rubstiano7 - Jan-11-2021, 04:57 PM - Forum: General Coding Help - Replies (4)

Hi there. I am new to python and I'm attempting to use the capiq-python api to create a dataframe. I'm hoping that someone with a Capital IQ account w..... More

Print this item

  How to use -> or
Posted by: Flora_The_Pious - Jan-11-2021, 02:59 PM - Forum: General Coding Help - Replies (4)

Im trying to figure out why "1" get me out of the loop but "2" doesnt. (started learning coding 2 days ago.)


[python]num = input("answer:")

wh..... More

Print this item

  Function to delete data
Posted by: SmukasPlays - Jan-11-2021, 01:46 PM - Forum: General Coding Help - Replies (1)

I'm trying to create a function to delete the last item of a list of things (when you insert the incorrect information and want to delete to insert it..... More

Print this item

  Extracting results from a dictionary...
Posted by: banidjamali - Jan-11-2021, 11:38 AM - Forum: Homework - Replies (4)

Hello everyone, I hope you are having a great day.
Here's a simple question.

I have a dictionary:
[python]
dictName = {"Jane": 90, "Max": 88, "D..... More

Print this item

  SVD Image Compression
Posted by: Pythia8 - Jan-11-2021, 11:23 AM - Forum: Code sharing - Replies (2)

Uses singular value decomposition to compress an grayscale image by removing small singular values.
[python]import numpy as np
import scipy.misc as..... More

Print this item

  How do I pass a dictionary for the in3_registry value for the Incubed Python API?
Posted by: nilesh - Jan-11-2021, 11:19 AM - Forum: General Coding Help - No Replies

I am using Python 3, and I have installed the in3 (Incubed) Python module. I want to invoke the ..... More

Print this item

  Gershgorin discs
Posted by: Pythia8 - Jan-11-2021, 11:13 AM - Forum: Code sharing - Replies (1)

Showing how the Gershgorin discs coincide with the spectrum for a diagonal matrix. In the first image is the original matrix as the scaling factor p=1..... More

Print this item

  Check if all the numbers are higher than five and if not...
Posted by: banidjamali - Jan-11-2021, 10:11 AM - Forum: Homework - Replies (3)

Hello everyone, I hope you are having a great day.
Here's a simple question.

I have a list of numbers:
[python]numbersList = [6, 3, 9, 36, 96, 1,..... More

Print this item

  How to update Python package remotely?
Posted by: olegk - Jan-11-2021, 08:31 AM - Forum: News and Discussions - No Replies

Not sure if this is the right forum category for this. It seems that mostly these forums are about coding. In our company we have Python installed on ..... More

Print this item

  Sum based on conditions
Posted by: Scott - Jan-11-2021, 06:23 AM - Forum: General Coding Help - Replies (3)

Hi Everyone,

I am trying to sum a column in a dataframe where the substring of another column is equal to a certain value.

My code is:

[pyth..... More

Print this item

  Scrape for html based on url string and output into csv
Posted by: dana - Jan-10-2021, 08:51 PM - Forum: Web Scraping & Web Development - Replies (13)

Crawl an email from specified website.

I have list of a specific company registration codes in csv format which are updated weekly basis.

I want to ..... More

Print this item

  Delete Qt Layout manager
Posted by: deanhystad - Jan-10-2021, 07:16 PM - Forum: GUI - Replies (2)

I cannot find a way to change the layout manager for a Qt widget. In the code below I first set the layout manager to a horizontal box layout and the..... More

Print this item

  reverse math in python, who will find the correct answer?
Posted by: Kakha - Jan-10-2021, 04:55 PM - Forum: Homework - Replies (11)

[python]
'''
this formula is calculated from right to left, but only if a = c, for example: 11 * 15, 55 * 59, 97 * 92
who can change the formula so th..... More

Print this item

  Advantages of Pygame
Posted by: BenBach18 - Jan-10-2021, 04:11 PM - Forum: Homework - Replies (2)

Hi guys,

I have a quick question. What are the concrete advantages of Pygame? I can't find anything concrete except that it's easy...
Would help ..... More

Print this item

  DataFrame operations didn't change orginal
Posted by: HoldYourBreath - Jan-10-2021, 12:09 PM - Forum: General Coding Help - Replies (5)

hi, i just want to fully understand dataframe operations. i read some documantations. but i have some questions

1)i want to change my dataframe. no..... More

Print this item

  multiple condition if statement problem
Posted by: FelixReiter - Jan-10-2021, 11:48 AM - Forum: General Coding Help - Replies (3)

Hey everyone, i'm trying filter items out of a list, which contains specific characters.
i tried to do it like shown below, but it is not doing what..... More

Print this item

  cannot create animation on 2D array using Matplotlib and FuncAnimation
Posted by: Caffeine_Addict - Jan-10-2021, 11:41 AM - Forum: General Coding Help - Replies (1)

Hello,

I'm trying to animate a 2D array, but it's not Working :(
Here is my code :
[python]
import numpy as np
import matplotlib.pyplot as plt..... More

Print this item

  unable to find module in su mode?
Posted by: korenron - Jan-10-2021, 11:19 AM - Forum: General Coding Help - Replies (2)

Hello ,
stange issue
I wrote a code with module "can"
when I run it using this command :

[python] python3 Documents/ReadData.py
Setup can0 f..... More

Print this item

  Extracting data without showing dtype, name etc.
Posted by: tgottsc1 - Jan-10-2021, 11:14 AM - Forum: General Coding Help - Replies (3)

Hello,

I have a basic question and would be happy if someone could help me out.

I've extracted the prices of 2 stocks (Varta and Softcat) from..... More

Print this item

  Scaler fit with different colums
Posted by: HoldYourBreath - Jan-10-2021, 10:41 AM - Forum: General Coding Help - No Replies

hi, i just want to learn differences between scalar.fit command with differant coulumns
becuse in general programmers use just fit with 1 column and t..... More

Print this item

  Magic Method Arithmetic Operators
Posted by: ClownPrinceOfCrime - Jan-10-2021, 10:04 AM - Forum: General Coding Help - Replies (3)

Is it possible to use more than 2 parameters for magic methods/Dunders for arithmetic operators? The following is my code

[python]
class Point():..... More

Print this item

  Allintitle Search with Python
Posted by: lradue - Jan-10-2021, 06:32 AM - Forum: Web Scraping & Web Development - Replies (4)

I'm trying to use python to perform an allintitle google search and then return the number of results.

I'm able to use requests to perform the goog..... More

Print this item

  saving progress, go to a new screen, then resume
Posted by: petomane - Jan-10-2021, 04:30 AM - Forum: Homework - Replies (8)

Hi,

Just registered. And have an assignment which includes the following requirement that I am struggling with.
Typing 'blabla' should take to a n..... More

Print this item

  Help on displaying tostring on class.
Posted by: javesike1262 - Jan-10-2021, 02:10 AM - Forum: Homework - Replies (6)

Hi I have got all the getters and setters for each property of the student class assignment which I have name, id number, date of birth and grade. How..... More

Print this item

  Pandas question
Posted by: new2datasci - Jan-10-2021, 01:29 AM - Forum: Data Science - No Replies

Pulling from polygon.io API.
(JSON Object Response example at bottom)
green text is where im stuck
red text is from documentation
this response o..... More

Print this item

  the -m option for python command
Posted by: Skaperen - Jan-09-2021, 11:33 PM - Forum: News and Discussions - No Replies

the man page says -m runs the .py file. does this mean it ignores the .pyc file even if newer?

Print this item

  Populate a table with variables
Posted by: Market_Python - Jan-09-2021, 11:26 PM - Forum: General Coding Help - Replies (4)

Hi guys,

I need your help please to solve a very basic problem in Python (I think it's simple, but still challenging for me as a beginner Huh ..... More

Print this item

  why print('\n') produced 2 new lines instead of 1 - Located inside a FOR loop
Posted by: JulyFire - Jan-09-2021, 10:39 PM - Forum: General Coding Help - Replies (2)

Hi guys, I need help to understand the following codes' logic please. I was trying to print out the keys and values of my dictionaries. My codes did p..... More

Print this item

  How to tkinter canvas2pdf?
Posted by: philipbergwerf - Jan-09-2021, 10:02 PM - Forum: General Coding Help - Replies (1)

After a long time I desided to post a question because my previous posts where a little dumb...

I have a situation where I created a tkinter progra..... More

Print this item

  irrelevant images error
Posted by: ipek - Jan-09-2021, 09:39 PM - Forum: News and Discussions - Replies (2)

We want a warning screen to appear when an image other than CT or X-Ray images (for example, when a dog, cat, carpet image is loaded) is added to this..... More

Print this item

  Data extraction from a table based on column and row names
Posted by: tgottsc1 - Jan-09-2021, 09:25 PM - Forum: General Coding Help - Replies (1)

Hello,

I have a basic question regarding the extraction of data from a table. Google did not bring up the desired result, so I would be happy if s..... More

Print this item

  Python Idlex setup
Posted by: robsuttonjr - Jan-09-2021, 08:57 PM - Forum: General Coding Help - Replies (3)

I am trying to setup an extension for Python Idle called Idlex. The instructions are not working for me. The final step to "include the contents
of..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  How to make ball stay wit... â–¼ 7 hours ago nathanael deanhystad General Codin...
  PermissionError: [Errno 1... â–¼ 8 hours ago Tuurbo46 deanhystad GUI
  Graph Interpolate Difficu... â–¼ 9 hours ago Tuurbo46 deanhystad General Codin...
  sorting a lisr of file pa... â–¼ 10 hours ago Skaperen DeaD_EyE News and Disc...
  conditional nested loops â–¼ Yesterday, 23:31 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...
Most views
  The best Prog... 578994
  Tutorial Requ... 510695
  Web Scraping ... 442010
  Newbie with P... 386040
  New Users Int... 377318
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 6913
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
chuhlowe Today
SledgeNE Today
nathanael Yesterday
JamesFalkner Yesterday
stevecoh1 Yesterday

User Panel Messages

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