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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 19,941
» Latest member: Littlefish
» Forum threads: 38,723
» Forum posts: 175,516

Full Statistics

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

Latest Threads
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
3 hours ago
» Replies: 8
» Views: 248
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
5 hours ago
» Replies: 0
» Views: 65
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,438
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 845
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Sep-19-2025, 12:30 PM
» Replies: 1
» Views: 3,681
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,194
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,712
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,521
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,624
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,808

 
  Raising numbers to power **
Posted by: GJG - Mar-23-2021, 03:01 PM - Forum: General Coding Help - Replies (3)

Hi there!
I've noticed something that I can't quite wrap my head around:
if I raise 2**2 I get 4
and if I raise 4**3 I get 64
but if I do somethin..... More

Print this item

  Python Google maps API -> GUI tkinter
Posted by: Nick_tkinter - Mar-23-2021, 01:44 PM - Forum: GUI - Replies (9)

Hello guys.I have a question.How can I integrate Google Maps API in a Python GUI? (for example inside a label)
Thanks.

Print this item

  Evaluating math from left to right in coding
Posted by: hannahlynn - Mar-23-2021, 11:55 AM - Forum: Homework - Replies (3)

problem = int(eval(input('Enter a math problem')))
print(problem)
When using the code I have above it does evaluate the problem h..... More

Print this item

  Selenium/Helium loads up a blank web page
Posted by: firaki12345 - Mar-23-2021, 11:51 AM - Forum: Web Scraping & Web Development - No Replies

ok i have been web scraping the past week, but this particular website is giving me a lot of problems, it just loads a blank web page with nothing to ..... More

Print this item

  For loops index
Posted by: rturus - Mar-23-2021, 08:48 AM - Forum: General Coding Help - Replies (5)

[python]
event = ["A","B","C","D"]


for x in range(4):

maximum=(int(input("Enter the maximum points for the " + event[x] + " event ")))..... More

Print this item

  Auto populate dictionary with names/values of QT widgets
Posted by: cjh - Mar-23-2021, 04:38 AM - Forum: GUI - Replies (1)

Hi all,

I am trying to build a GUI in PyQt5 (Python 3.9) with a bunch of QTextEdits that the user will type into. From there, I am using jinja2 to ..... More

Print this item

  Copy documents to Teams using python
Posted by: SallySmith - Mar-23-2021, 04:27 AM - Forum: General Coding Help - No Replies

Hi Everyone I am very new to python.
How do I automatically upload files to Teams using python.
I tired the following, but It did not work.

[pyth..... More

Print this item

  pip issues with windows 10
Posted by: sxkladi - Mar-23-2021, 01:05 AM - Forum: General Coding Help - Replies (8)

I am running windows 10 at home and work. pip has always worked until lately. no matter what I do I get


WARNING: Retrying (Retry(total=4, connec..... More

Print this item

  Need Help with connecting to mysql from txt file
Posted by: kingceasarr - Mar-22-2021, 08:35 PM - Forum: General Coding Help - Replies (4)

hello i was trying to connect by string or variable first but it didnt seem to hold.
i have checked multiple forums and did lots of google but i dont..... More

Print this item

  Failure to send verification code
Posted by: okdude2124 - Mar-22-2021, 07:39 PM - Forum: Web Scraping & Web Development - No Replies

Hello
I want to perform the steps of login Pyrogram under Felsk
But Verification code will not be sent!
what is the problem?

app.py

[python]f..... More

Print this item

  Lists + Empty Lists
Posted by: Pytho13 - Mar-22-2021, 06:39 PM - Forum: General Coding Help - Replies (15)

Sorry if this is stupid but I have created a list of days

[inline]days = ['Monday','Tuesday', 'Wednesday', 'Thursday','Friday', 'Saturday', 'Sunda..... More

Print this item

  Help with re.search()
Posted by: Sigwulfr - Mar-22-2021, 06:18 PM - Forum: Homework - Replies (1)

Hi

I need help writing a re.search() method inside the Book class (see below), that will allow me to search for a string or part of a string, and r..... More

Print this item

  Multiple return from function
Posted by: Grimmar - Mar-22-2021, 04:57 PM - Forum: Homework - Replies (7)

Hi guys,
Just started with python and is trying to create a dice generator for a specific RPG-game.

I am trying to get an answer back from a func..... More

Print this item

  How to solve problem 1181 of the URI with numpy.
Posted by: thiagohps - Mar-22-2021, 02:50 PM - Forum: Homework - Replies (4)

I'm new to python and I don't know how I can solve this type of problem using numpy.

Could someone help me.

Link: https://www.urionlinejudge.com..... More

Print this item

  Can I minimize the code???
Posted by: shantanu97 - Mar-22-2021, 11:48 AM - Forum: General Coding Help - Replies (4)

Can i minimize the line of the code? or can I automate some of the steps in my python code???
[python]from pathlib import Path
import time
import p..... More

Print this item

  Installed Designer - Helpf Files for "assistant" are missing
Posted by: Valmont - Mar-22-2021, 11:09 AM - Forum: GUI - No Replies

Hiya

New to Python. Have C++ / C# experience.
Installed Python 3.9.2. Installed PyQt5, environment variables automatically set but checked anyway,..... More

Print this item

  code is not working , can anybody help?
Posted by: RandomPerson69 - Mar-22-2021, 11:08 AM - Forum: General Coding Help - Replies (4)

so, i was making a tic-tac toe program with tkinter . but when i open the program,and press a button;main window dont change.
here is the code:
[pytho..... More

Print this item

  Move file from one folder to another folder with timestamp added end of file
Posted by: shantanu97 - Mar-22-2021, 10:59 AM - Forum: General Coding Help - No Replies

Need to create a batch file to move a python file from one folder to another with adding timestamp at the end of the file in it.

[python]Move "U:\E..... More

Print this item

  OSError: Unable to load libjvm when connecting to hdfs with pyarrow 3.0.0
Posted by: aupres - Mar-22-2021, 10:25 AM - Forum: General Coding Help - No Replies

I try to develop hadoop file system client application with pyarrow 3 on windows 10. First, my development environment are like below,

OS : Windows..... More

Print this item

  Get the current file name in Python
Posted by: shantanu97 - Mar-22-2021, 10:10 AM - Forum: General Coding Help - Replies (1)

The problem is that when I scraping data from multiple .xlsm file,in ("DataSource": fn) it is taking the whole path of the file location "C:\Users\Sha..... More

Print this item

  Stranger in our midst
Posted by: tfak - Mar-22-2021, 09:16 AM - Forum: Homework - Replies (3)

Exercise is as following:
Find the outsider that is hidden in a list where one word is repeated over and over.
Input
[i]A list of n w..... More

Print this item

Exclamation error
Posted by: safiyyulloh - Mar-22-2021, 04:08 AM - Forum: General Coding Help - Replies (1)

error code is 2503
0x80070643
I need help!!!!...

Print this item

  I need help writing this code for string properties and methods
Posted by: hannah71605 - Mar-22-2021, 01:31 AM - Forum: Homework - Replies (4)

write a program in which a person enter their name in the following format: Mary May Rest. The program should then output the person's name and the in..... More

Print this item

  Help with Dictionaries problem
Posted by: alex_0 - Mar-21-2021, 10:05 PM - Forum: Homework - Replies (2)

I have a homework assignment that uses dictionaries and I could use some help on it.

Here is the question I have which uses Harry Potter character na..... More

Print this item

  Mass of a protein
Posted by: tfak - Mar-21-2021, 07:59 PM - Forum: Homework - Replies (2)

Hi

the exercise is the following:

[i]Write a program to determine the mass in dalton of a protein. You can use the given dictionary with the ma..... More

Print this item

  How to convert time to sec in boucle for
Posted by: cencen - Mar-21-2021, 06:06 PM - Forum: Data Science - Replies (1)

Hello i'm new in data science,and i find a good csv data about tv news duration by type.
i ave first to convert time to seconds:
[python]
>>> x =..... More

Print this item

  2 Dimensional Arrays
Posted by: Prithak - Mar-21-2021, 05:33 PM - Forum: General Coding Help - Replies (4)

Ok so here is the idea:
I have a grid that is 50 x 50. I want to store information of every single grid in an 2D Array. This would have been an easy ..... More

Print this item

  python 3 raspberry pi 4 dual control motor programming problem
Posted by: yome - Mar-21-2021, 05:17 PM - Forum: General Coding Help - No Replies

Hello,
I am developing a cablecam around a raspberry and I have bounce problems with the translation motor.
This camera and others, aim to record mu..... More

Print this item

  Support Python loop ECDSA Secp256k1
Posted by: MaxiMous - Mar-21-2021, 04:34 PM - Forum: General Coding Help - No Replies

Dear all,

I am pretty new to Python code, so please be nice with me: I have started to modify an existing code on ECDSA the secp256k1 to build on i..... More

Print this item

  Help with try, except, else finally
Posted by: Pytho13 - Mar-21-2021, 04:17 PM - Forum: General Coding Help - Replies (14)

Hi everyone,

Nice to meet you all! I'm building a calculator with python and I want to add try except else and finally. I have added the try excep..... More

Print this item

  Exporting a huge dataFrame
Posted by: stylingpat - Mar-21-2021, 02:34 PM - Forum: General Coding Help - Replies (5)

Hey guys I am trying to export a pretty big data frame. I am using this code

[python]df = pd.DataFrame(historicalData)
df.to_csv(r'dataframe.csv')..... More

Print this item

  HTTP Server
Posted by: JohnnyCoffee - Mar-21-2021, 01:57 PM - Forum: Networking - Replies (1)

I am thinking about programming an http server for study tasks. Researching about python modules I identified (socketserver) that establishes the clie..... More

Print this item

Photo I need help with a circle random color code and error
Posted by: Vxploit - Mar-21-2021, 05:42 AM - Forum: Homework - Replies (4)

So I got this assignment and I am completely lost and stumped, it is supposed to draw 20 random circles in random sizes and random locations, I have t..... More

Print this item

  Need help with saving output into an excel file
Posted by: Beyondfacts - Mar-21-2021, 03:08 AM - Forum: General Coding Help - Replies (4)

I have a python scraper for ranker.com. It scrapes the name and image url from the site.

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

Print this item

  Seemingly simple loop
Posted by: Weber585 - Mar-21-2021, 01:36 AM - Forum: General Coding Help - Replies (7)

So I literally just started learning python yesterday, I like to do projects to learn specific things cuz thats just how I learn. I know its probably ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Using a For Loop to subtr... 3 hours ago Anunderling deanhystad General Codin...
  A coding beginner needs h... 5 hours ago Littlefish Littlefish General Codin...
  403 Error 09-20, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  Scraping a page with log ... 09-19, 12:30 iamaghost Hershien Web Scraping ...
  C++ program embedding Pyt... 09-19, 11:11 Alexandros Alexandros General Codin...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
Most views
  The best Prog... 576539
  Tutorial Requ... 498497
  Web Scraping ... 440415
  Newbie with P... 384318
  New Users Int... 367492
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12087
buran 8175
snippsat 7368
deanhystad 6893
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Littlefish Today
Noya_Yonatan Yesterday
Saipython555 Yesterday
Anunderling Yesterday
Monir Yesterday

User Panel Messages

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