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,271
» Latest member: aminrony1999
» Forum threads: 38,787
» Forum posts: 175,856

Full Statistics

Online Users
There are currently 37 online users.
» 0 Member(s) | 32 Guest(s)
Applebot, Bing, Google, AOL

Latest Threads
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
6 hours ago
» Replies: 3
» Views: 162
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Yesterday, 11:47 AM
» Replies: 4
» Views: 153
PermissionError: [Errno 1...
Forum: GUI
Last Post: Tuurbo46
Yesterday, 08:44 AM
» Replies: 2
» Views: 120
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
Nov-15-2025, 04:07 PM
» Replies: 2
» Views: 165
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
Nov-15-2025, 01:00 PM
» Replies: 5
» Views: 347
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Nov-14-2025, 11:31 PM
» Replies: 0
» Views: 66
PyQt6 QWidgets and system...
Forum: GUI
Last Post: stevecoh1
Nov-14-2025, 06:38 PM
» Replies: 0
» Views: 112
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Nov-14-2025, 06:02 PM
» Replies: 10
» Views: 357
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
Nov-14-2025, 03:33 PM
» Replies: 3
» Views: 204
New to python and coding
Forum: Homework
Last Post: jefsummers
Nov-13-2025, 07:58 PM
» Replies: 6
» Views: 315

 
  Download a link that re-directs to a login page
Posted by: justanotherpythonnoob - Oct-22-2020, 12:52 PM - Forum: Web Scraping & Web Development - Replies (1)

Been struggling with this one for a while so hoping someone can give me a few ideas.

I've wrote a script to download links from an email. This work..... More

Print this item

  How to get response data from telegram API call in python
Posted by: KanseiDorifto - Oct-22-2020, 12:22 PM - Forum: General Coding Help - No Replies

Hi,
i am approaching python development with telegram API and I am facing a problem.

I have two parts on my app, a python telegram bot (python-tel..... More

Print this item

  How to loop in python over subdirectories and copy the output to other subdirectories
Posted by: arielma - Oct-22-2020, 12:00 PM - Forum: General Coding Help - Replies (1)

I have a Jenkinsfile with the below code in one of the stages:

[python]sh """
python funcs/echo/tests/test.py || true
coverage xml funcs/..... More

Print this item

Star Flask Creator Armin Ronacher Interview
Posted by: elizabethlvova - Oct-22-2020, 10:29 AM - Forum: News and Discussions - Replies (1)

Armin Ronacher has become a prolific contributor to the Python software ecosystem, having created such widely used projects as Flask and Jinja2. Over ..... More

Print this item

  Fatal error after trying to play sound.
Posted by: giladal - Oct-22-2020, 10:27 AM - Forum: General Coding Help - No Replies

Hello guys.

I am creating a space invader sort of game and for some reason when the sound of the shooting or explosion is heard, right after the pr..... More

Print this item

  How To Get Python 32 bit?
Posted by: abrogard - Oct-22-2020, 10:23 AM - Forum: General Coding Help - Replies (3)

I just managed to get mysql downloaded and half installed and then I ran into a hitch - it says Python 32 bit is not installed.

I went looking for ..... More

Print this item

  Simplest/Quickest/Best Way to Get Started?
Posted by: abrogard - Oct-22-2020, 08:31 AM - Forum: General Coding Help - Replies (7)

I decided to use Python.

Now into the third day and still not up and running.

I have win10.

Tried Anaconda because it was advised everywhere.

..... More

Print this item

  Trying to write func("abcd") -> "abbcccdddd"
Posted by: omm - Oct-22-2020, 07:27 AM - Forum: General Coding Help - Replies (8)

For passing a parameter 'abcd' to function tag, the following result is expected tag("abcd") -> "abbcccdddd"

Now I am trying to append these values..... More

Print this item

  Can't install Lcapy library
Posted by: Sancho_Pansa - Oct-22-2020, 07:10 AM - Forum: General Coding Help - Replies (6)

Hello,
Has anyone ever successfully installed the lcapy library on Windows?
..... More

Print this item

  Solve system of equations
Posted by: Sancho_Pansa - Oct-22-2020, 06:53 AM - Forum: General Coding Help - Replies (19)

Hello,
I have system of 3 equations with 3 variables, where there is product of variables.
Does exist a module allowing to solve it ?
Thanks.

Print this item

  Bug ? when dataclass field name == field type
Posted by: Cyril - Oct-22-2020, 03:26 AM - Forum: General Coding Help - No Replies

Hi,
When I create a dataclass with same field.name and field.type and assign a default value to None typehint get lost. I know that it does not respe..... More

Print this item

  Inserting a variable as column name in sqlite3 python
Posted by: JellyCreeper6 - Oct-22-2020, 03:19 AM - Forum: Data Science - Replies (3)

So how exactly do you do it? I have tried doing this -

'UPDATE Table SET {} WHERE name=?'.format(col) , [name])
and this - [python]'U..... More

Print this item

  Screen is all black and nothing is updating, but I can't figure out why.
Posted by: SheeppOSU - Oct-22-2020, 02:59 AM - Forum: Game Development - Replies (10)

I laid down the base work for this game, and was doing some tests, however I realized that nothing is updating on the pygame screen. I used some print..... More

Print this item

  How Can I Combine These 2 Codes
Posted by: soybaran69 - Oct-22-2020, 12:23 AM - Forum: Web Scraping & Web Development - No Replies

[b]Firstly i'm sorry for my bad english. I tried to explain as clearly as possible. It's hard for me because it's not my main language sorry for that...... More

Print this item

  My Discussions is missing in new themes
Posted by: Skaperen - Oct-21-2020, 11:56 PM - Forum: Board - Replies (6)

My Discussions is missing in new themes.

Print this item

  a list of lists of lists of ...
Posted by: Skaperen - Oct-21-2020, 11:53 PM - Forum: News and Discussions - No Replies

a list is passed to a function. that list may be empty or contain some number of items. the items at some depth will be all the same type. the item..... More

Print this item

  Plotting Pixel Intensity
Posted by: Doev - Oct-21-2020, 10:56 PM - Forum: General Coding Help - No Replies

Hello - How does one obtain and plot pixel intensity of a selected area on the screen?
Ideally, the script will prompt the user to select a small are..... More

Print this item

  subprocess open pi then?
Posted by: AS4188 - Oct-21-2020, 08:41 PM - Forum: General Coding Help - No Replies

import subprocess

print("Below is the output from the shell script in terminal")
subprocess.call('ssh dev@x.0.0.x', shell=True)


The above ope..... More

Print this item

  (turtle module) fonction calling an other fonction
Posted by: frankjazz89 - Oct-21-2020, 06:05 PM - Forum: Homework - Replies (1)

Hi, so I am learning python , a lot of fun but I am now stuck

Let me explain:

I am working with the turtle module and I have 2 void fonctions :..... More

Print this item

  Interpolating DataFrame method=‘index’ help
Posted by: tlewick1 - Oct-21-2020, 04:46 PM - Forum: Data Science - Replies (1)

Given the following:
[python]import pandas as pd
merged = pd.DataFrame({'Z':(0,1.,2.5,3.),'X':(-1.,None,None,0),'U':(0,1.,1.,0)})

for col in merg..... More

Print this item

  Iterate through dataframe to extract delta of a particular time period
Posted by: lynnette1983 - Oct-21-2020, 04:31 PM - Forum: Data Science - Replies (1)

I have a file, df, that I wish to take the delta of every 7 day period and reflect the timestamp for that particular period

df:

Date Value..... More

Print this item

  Multithreaded HTTP Server
Posted by: sbguy01 - Oct-21-2020, 04:04 PM - Forum: General Coding Help - No Replies

Hi,

I have a simple HTTP server that processed data request from multiple clients. I'm using Windows Python 3.8 and ThreadedHTTPServer, but that app..... More

Print this item

  Anaconda Interpretor and Jypiter
Posted by: AMMras - Oct-21-2020, 03:54 PM - Forum: Data Science - Replies (7)

Hello, world!
Having installed 64-bit Anaconda-3 for Windows, I am trying to import numpy, pandas and matplotlib. The terminal window says that is n..... More

Print this item

  Find Checkbutton State
Posted by: PEGylated_User - Oct-21-2020, 02:58 PM - Forum: GUI - Replies (3)

I am creating a form to have a user input information for making labels. One of the issues I am running into is that I cant figure out how to call for..... More

Print this item

  Please help me ImportError
Posted by: kcajminer2312 - Oct-21-2020, 02:47 PM - Forum: General Coding Help - Replies (3)

import _win32sysloader
ImportError: DLL load failed: The specified module could not be found

can someone please answer this post

Print this item

  How to instantly add quotation marks and comma for parameters?
Posted by: cheers100 - Oct-21-2020, 01:50 PM - Forum: General Coding Help - Replies (4)

Hello,

Does someone know how to instantly add quotation marks and comma for parameters?
For example:

[python]data = {
type: a
type: b..... More

Print this item

  Nested function problem
Posted by: chipx - Oct-21-2020, 01:45 PM - Forum: General Coding Help - Replies (8)

Hi everyone, I created this nested function to solve this formula: sqrt(sin(x)*(cos(x)) but it doesn't work. Where am I wrong?
Thanks
chipx

this..... More

Print this item

  Find frequencies of an audio file at a specific time via librosa
Posted by: jberesford123__ - Oct-21-2020, 01:18 PM - Forum: General Coding Help - No Replies

I am writing a program that will add to a dictionary the exact time, and frequencies (at that time) when a new note is played, in an audio file. I hav..... More

Print this item

  Display IP address in listbox
Posted by: dominicrsa - Oct-21-2020, 12:37 PM - Forum: GUI - Replies (2)

Hi,

I'm trying to display various Windows settings in a simple Python GUI, starting with the current IP
(The next step would be to add a new butto..... More

Print this item

  I try to import data from Excel table to Word Template.
Posted by: NewbiePyPy - Oct-21-2020, 12:25 PM - Forum: General Coding Help - No Replies

Hi, as title says i tried to import data from an excel table to and word table template and after multiple tries i got stuck and don't know what else ..... More

Print this item

  Explain Me Neural Network Ai's
Posted by: Harshil - Oct-21-2020, 12:11 PM - Forum: Data Science - Replies (2)

Hey! Guys I Found Some Youtube videos and i saw they makes games and ai that play game for them but i can't figure out how they use and make it.

Wh..... More

Print this item

  Python Talib MACD EMA50 Strategy
Posted by: fatih - Oct-21-2020, 11:51 AM - Forum: Homework - Replies (1)

Hello,

I am programming with Python the MACD and EMA 50 Strategy. I have already a CSV File where i have stored over 12.000 Stocks which i can use to..... More

Print this item

  ModuleNotFoundError
Posted by: kcajminer2312 - Oct-21-2020, 10:42 AM - Forum: General Coding Help - Replies (4)

ModuleNotFoundError: No module named 'win32api'

Print this item

  Why Cuda from numba package is unavailable?
Posted by: AlekseyPython - Oct-21-2020, 10:24 AM - Forum: Data Science - Replies (2)

Python 3.8.5, numpy 1.19.2, numba 0.51.2, Kubuntu 20.04, Nvidia-driver 390.138

I have video- card Nvidia GTX 560 Ti and I can't use one in calculat..... More

Print this item

  Binary expression trees
Posted by: CristinaSpanoche - Oct-21-2020, 10:19 AM - Forum: Homework - Replies (1)

Hi,

I am trying to build a decision tree from the prefix. The prefix is given in a string, I am reading it by identifying operators and operands fr..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Graph Interpolate Difficu... 6 hours ago Tuurbo46 deanhystad General Codin...
  [SOLVED] Access keys and ... Yesterday, 11:47 Winfried Winfried General Codin...
  PermissionError: [Errno 1... Yesterday, 08:44 Tuurbo46 Tuurbo46 GUI
  How to make ball stay wit... 11-15, 16:07 nathanael deanhystad General Codin...
  sorting a lisr of file pa... 11-15, 13:00 Skaperen DeaD_EyE News and Disc...
  conditional nested loops 11-14, 23:31 Skaperen Skaperen News and Disc...
  PyQt6 QWidgets and system... 11-14, 18:38 stevecoh1 stevecoh1 GUI
  [solved] re.split issue 11-14, 18:02 paul18fr deanhystad General Codin...
  Please guide me to comple... 11-14, 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...
Most views
  The best Prog... 579101
  Tutorial Requ... 511252
  Web Scraping ... 442066
  Newbie with P... 386128
  New Users Int... 378426
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 8196
snippsat 7389
deanhystad 6914
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
aminrony1999 Yesterday
fobby888 Yesterday
digitalboy346 Yesterday
ben9090o Yesterday
ViktoriaMetodieva Yesterday

User Panel Messages

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