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,279
» Latest member: ndx101
» Forum threads: 38,790
» Forum posts: 175,868

Full Statistics

Online Users
There are currently 65 online users.
» 1 Member(s) | 59 Guest(s)
Bing, Apple, AOL, Google, buran

Latest Threads
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
10 hours ago
» Replies: 4
» Views: 1,455
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Yesterday, 02:10 PM
» Replies: 2
» Views: 104
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Yesterday, 06:48 AM
» Replies: 0
» Views: 37
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Yesterday, 04:59 AM
» Replies: 11
» Views: 6,011
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Yesterday, 04:46 AM
» Replies: 2
» Views: 4,285
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 310
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 155
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 218
best way to learn python
Forum: News and Discussions
Last Post: mamta25
Nov-18-2025, 04:13 PM
» Replies: 5
» Views: 3,118
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Nov-17-2025, 11:47 AM
» Replies: 4
» Views: 261

 
  Designing a "game" loop api
Posted by: pitosalas - Jun-07-2020, 02:47 PM - Forum: General Coding Help - Replies (2)

I would like to create a structure sort of like "Processing" in Java, where someone writes a short python script with the following structure:

[pyt..... More

Print this item

  Article Extraction - Wordpress
Posted by: svzekio - Jun-07-2020, 12:33 PM - Forum: Web Scraping & Web Development - Replies (7)

Hi everyone!
Please be warned, I am a doctoral candidate who realized that there is no way around learning how to use Python, but I have come accros..... More

Print this item

  Iterating through lists with different letter cases
Posted by: fatherted99 - Jun-07-2020, 12:32 PM - Forum: General Coding Help - Replies (2)

[python]


menu = []
menu.append(["egg", "spam", "bacon"])
menu.append(["egg", "sausage", "bacon"])
menu.append(["egg", "spam"])
menu.append(["..... More

Print this item

  Saving Excel workbook file with dataframe names
Posted by: Biplab1985 - Jun-07-2020, 12:20 PM - Forum: General Coding Help - No Replies

Hi Guys,
I am exporting multiple dataframes to excel template - GMC_template.xlsx which has formulas for further calculations. the below codes works ..... More

Print this item

  Pythonic and scaleable way to handle thousand of API-call per minute?
Posted by: Fredrick - Jun-07-2020, 10:34 AM - Forum: News and Discussions - No Replies

Hey guys!

I'm fairly new to python, but I've created a script that tracks users attacks in an online game through the game's API. Due to the pace o..... More

Print this item

  day HIGH/LOW studies on 1-min S&P futures data.
Posted by: ptcm - Jun-07-2020, 09:48 AM - Forum: Data Science - Replies (3)

I am trying to do a day HIGH/LOW studies on 1-min S&P futures data.

I have 2 questions.

1) How could I print the day HIGH / LOW for each day
2)..... More

Print this item

  Comparisons with functions
Posted by: menator01 - Jun-07-2020, 08:00 AM - Forum: General Coding Help - Replies (1)

If I have a function with some values that I defined in the function, how would i go about getting those values out to be check against.
I know I can..... More

Print this item

  Create process to control python script
Posted by: kobibi11 - Jun-07-2020, 07:49 AM - Forum: Homework - Replies (5)

Hello you all:

I have a question with which approach and resources I have to make the following task:

There is a script in my Ubuntu machine tha..... More

Print this item

  Question on "define function"; difference between return and print
Posted by: extricate - Jun-07-2020, 07:20 AM - Forum: Homework - Replies (10)

Hi there,

Can someone enlighten me on the diff between print and return when defining function. I get the same output for both, albeit with the apo..... More

Print this item

  filling and printing numpy arrays of str
Posted by: pjfarley3 - Jun-07-2020, 07:07 AM - Forum: General Coding Help - Replies (4)

I am new to python but experienced in several other languages. I do not understand yet why numpy.full does not fill an array of strings with the stri..... More

Print this item

  Assistance with a Python Script
Posted by: Nasho23 - Jun-07-2020, 07:06 AM - Forum: Web Scraping & Web Development - Replies (13)

I am an Ex Service Veteran and an Aged Pensioner, 86 years of Age. I am a bit too old to start learning how to use Python, which, I have been advised ..... More

Print this item

  Python Webscraping with a Login Website
Posted by: warriordazza - Jun-07-2020, 07:04 AM - Forum: Web Scraping & Web Development - No Replies

Looking for some help scraping a website that requires a login. Essentially the website is to get trading card prices (that I believe are from ebay) b..... More

Print this item

  Pyhton code help from head first with python
Posted by: Shaikat_99 - Jun-07-2020, 06:34 AM - Forum: General Coding Help - Replies (3)

I am a beginner learning python . i am following the book "head first python ". In that in chapter of creating a webapp , i am facing a problem as i ..... More

Print this item

  Pack integer values as single bytes in a struct
Posted by: bhdschmidt - Jun-07-2020, 06:16 AM - Forum: General Coding Help - Replies (3)

Hello,

I try to put 128 values into a struct to write this data of the struct to a file. This is my code:

[python]
import struct

values = []..... More

Print this item

  square root of 6 input numbers
Posted by: mrityunjoy - Jun-07-2020, 05:46 AM - Forum: General Coding Help - Replies (3)

Hi,

I want to find sqrt of 6 input numbers and append the result in lst (an empty array), Not able to pass multiple input in a function

[python]..... More

Print this item

  Add food choice to menu
Posted by: extricate - Jun-07-2020, 05:35 AM - Forum: Homework - Replies (4)

Hi there,

I'm just trying to apply what I've learned so far. I just thinking of a way to add food choice to the current menu. I want my code to allow..... More

Print this item

  Criticize my TIC TAC TOE game
Posted by: modeezy23 - Jun-07-2020, 01:17 AM - Forum: Code Review - Replies (3)

Hi! I'm a bit new to python. I've been learning on my own for about 2-3weeks. Here is a typical TIC-TAC-TOE game that I made.
PLEASE LET ME KNOW WHA..... More

Print this item

  lists in tkinter
Posted by: erock - Jun-06-2020, 10:14 PM - Forum: General Coding Help - Replies (3)

Hi,
totaly new to this python stuff
I have 2 lists
i want to be able to randomly pick one item from each list one at a time
this code doesen't do ..... More

Print this item

Question Defining a self made module's function to interact with the main .py variables?
Posted by: Gilush - Jun-06-2020, 09:54 PM - Forum: GUI - Replies (9)

I'm using Tkinter. (self learner)
My goal is to display the function's output in the main .py text widget.
How can I make the function send the out..... More

Print this item

  Longest sequence of repeating integers in a numpy array
Posted by: Cricri - Jun-06-2020, 09:45 PM - Forum: General Coding Help - Replies (5)

Hello,

Python (coding in general) newbie, so please forgive me if the question is naive/ I did do a search before asking, but I have not found an a..... More

Print this item

  Need help with code - thanks!
Posted by: card51shor - Jun-06-2020, 07:46 PM - Forum: Homework - Replies (16)

Hey guys I have tried for days and can't figure out why this isn't adding anything to my users table. I'm not getting any errors - it just doesn't do ..... More

Print this item

  openpyxl - How can I copy some row from an excel file and paste them in another one?
Posted by: aquerci - Jun-06-2020, 06:49 PM - Forum: General Coding Help - Replies (2)

from a source excel file I have to copy the rows (with theirs formatting) where I find a specific string placed in a specific column. In few words I w..... More


Attached Files

Thumbnail(s)
   
Print this item

  saving a dictionary as json file
Posted by: vinay_py - Jun-06-2020, 04:08 PM - Forum: General Coding Help - Replies (6)

[python]
import json
with open("users.json") as datafile:
data = json.load(datafile) # loaded json file data into python string
data_wi..... More

Print this item

  Pyqt5 and how to use sound files from the web?
Posted by: menator01 - Jun-06-2020, 03:37 PM - Forum: News and Discussions - Replies (1)

Is there any way to load sound files from the web? I can play local files but, have been unable to find a way to do it from web.
Any guidance much ap..... More

Print this item

  Operator Overloading issue
Posted by: mp3909 - Jun-06-2020, 01:41 PM - Forum: General Coding Help - Replies (4)

Why does my code give an error when i try to do dev_1 + dev_2 + dev_3?
I have explicitly defined the __add__ method within my Employee class and sinc..... More

Print this item

  Assign dynamic values to Variables
Posted by: srikanthpython - Jun-06-2020, 01:24 PM - Forum: General Coding Help - Replies (6)

Hi,

In python I am trying to assign username and password(with out hard coding). NameVALUE and PasswordVALUE variables have values

[python]param..... More

Print this item

  This code gives error on website but none on my editor
Posted by: Emekadavid - Jun-06-2020, 01:01 PM - Forum: Homework - Replies (1)

I was doing a challenge on hacker rank about doing arrays in python. I really didn't know how to do arrays because I have not read about it. But I rea..... More

Print this item

  How uninstall IDLE?
Posted by: NisseMax - Jun-06-2020, 12:30 PM - Forum: News and Discussions - Replies (4)

Hello everybody,

I installed python IDLE a while back ago when I didn't know about PyCharm and now that I don't use IDLE anymore I'm wondering if ..... More

Print this item

  Plot into Tkinter
Posted by: carloszoom3000 - Jun-06-2020, 11:25 AM - Forum: GUI - No Replies

Hi,

I'm plotting a signal from an Arduino analog pin.
I'm able to plot it, however i cannot get to embed it into a tkinter window.
All i get is s..... More

Print this item

  Help with fixing tool for completing surveys
Posted by: MianDoesCoding - Jun-06-2020, 11:06 AM - Forum: Jobs - Replies (2)

Omg GUYS!
So i made this thing that auto completes surveys for rewards and i left it on overnight and made £504. I am willing to pay some people who ..... More

Print this item

  string.punctuation for languages like French or German
Posted by: Leo978 - Jun-06-2020, 08:41 AM - Forum: General Coding Help - Replies (1)

string.punctuation gives me '!"#$%&\'()*+,-./:;<=>?@[\\]^_`{|}~',
but that's not sufficient for other languages like French or Germa..... More

Print this item

  The "in" function, weird output
Posted by: extricate - Jun-06-2020, 06:57 AM - Forum: Homework - Replies (3)

[python]menu = ("salad, pasta, sandwich, pizza, drinks")
choice = input("Enter input: ")

print(choice in menu)

if choice in menu == True..... More

Print this item

  Remove space after random.randrange(1, 11)
Posted by: rs74 - Jun-06-2020, 06:37 AM - Forum: General Coding Help - Replies (4)

Hello. So, I have just started learning Python and now I would like some help.

The code works but there is a space after the last random generated ..... More

Print this item

  changing tkinter label from thread
Posted by: nanok66 - Jun-06-2020, 05:20 AM - Forum: GUI - Replies (3)

Hi all,

I am getting pretty far with my GUI but I have one major issue I cannot solve. I stripped down my program to the absolute bare minimum of ..... More

Print this item

  PyQt5 Version of Rock, Paper, & Scissors
Posted by: menator01 - Jun-06-2020, 03:50 AM - Forum: Code sharing - Replies (8)

Here my version of the game with PyQt5. Still need a few tweaks.
If you try it, you shouldn't have to remove the image parts. It gets them from the w..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My goal to be hired worki... 10 hours ago GnomeSweetGnome mamta25 News and Disc...
  [SOLVED] [BeautifulSoup] ... Yesterday, 14:10 Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... Yesterday, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  How to put my game loop i... Yesterday, 04:59 temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... Yesterday, 04:46 Barber532 SledgeNE Game Developm...
  Graph Interpolate Difficu... 11-19, 20:34 Tuurbo46 deanhystad General Codin...
  link variable to exc bloc... 11-19, 05:03 Astrobert Gribouillis General Codin...
  PyQt6 QWidgets and system... 11-18, 18:47 stevecoh1 Axel_Erfurt GUI
  best way to learn python 11-18, 16:13 dutch mamta25 News and Disc...
  [SOLVED] Access keys and ... 11-17, 11:47 Winfried Winfried General Codin...
  PermissionError: [Errno 1... 11-17, 08:44 Tuurbo46 Tuurbo46 GUI
Most views
  The best Prog... 579196
  Tutorial Requ... 511944
  Web Scraping ... 442145
  Newbie with P... 386226
  New Users Int... 379181
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+ 12109
buran 8196
snippsat 7389
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
ndx101 Today
OtiliaBecker Today
NAGASOWMYAGUNDU Yesterday
shipa1autotransport Yesterday
eastnoob 11-19

User Panel Messages

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