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,968
» Latest member: seomelbourneaustralia
» Forum threads: 38,730
» Forum posts: 175,550

Full Statistics

Online Users
There are currently 47 online users.
» 1 Member(s) | 41 Guest(s)
Google, AOL, Bing, Apple, snippsat

Latest Threads
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
2 hours ago
» Replies: 7
» Views: 2,769
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: tester_V
3 hours ago
» Replies: 5
» Views: 287
looking for help
Forum: Bar
Last Post: PhamMaria
4 hours ago
» Replies: 1
» Views: 1,890
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 11:58 PM
» Replies: 1
» Views: 631
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:49 PM
» Replies: 4
» Views: 2,160
My First App
Forum: Code Review
Last Post: carlbidwell
Yesterday, 10:53 AM
» Replies: 8
» Views: 8,730
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 03:54 AM
» Replies: 3
» Views: 622
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,112
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,097
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,377

 
  turtle window not showing
Posted by: yokeloonlo01 - May-29-2020, 02:36 AM - Forum: General Coding Help - Replies (3)

Hi,

I am new trying to learn python.

For the turtle, I actually copied the following code and tried to run on Pycharm community 2020 1.1 version jus..... More

Print this item

  Issue with dataframe column
Posted by: nsadams87xx - May-29-2020, 02:00 AM - Forum: Data Science - No Replies

Hey everyone, I'm trying to set a y variable to a dataframe column so I can run train test split on it but I'm getting the following error when I try ..... More

Print this item

  I'm following a tutorial, i don't know what i'm doing wrong
Posted by: Davidodadorito - May-29-2020, 12:48 AM - Forum: Game Development - Replies (5)

Think Huh So I was following a tutorial right like any nooby does and I change the variable so I actually learn from it and not just suck and..... More

Print this item

  ModuleNotFoundError: no module named 'encodings'
Posted by: grunge10111 - May-29-2020, 12:13 AM - Forum: General Coding Help - Replies (1)

Hello everyone,

I have Python 3.7.5 on Windows 10 and it has worked fine for the most part. But lately whenever I've tried to use it, I get this en..... More

Print this item

  Bot coding telegram.ext
Posted by: Kumarkv - May-28-2020, 11:55 PM - Forum: General Coding Help - Replies (1)

Dear All,
Excuse me if my post is in not proper forum.

I am trying bot library from telegram.ext.
Used the same code from python telegram bot. Th..... More

Print this item

  Selecting text as an input
Posted by: lazerwolf101 - May-28-2020, 11:49 PM - Forum: General Coding Help - Replies (2)

The purpose of my code is to decrypt text in the variable "message". When you run the code it will show all the keys from 1 to 25. And after it will a..... More

Print this item

  Window Color/Adding a ship
Posted by: kleeklee - May-28-2020, 11:26 PM - Forum: Game Development - Replies (2)

I am able to edit the window size. However, when attempting to change the window background color I am having issues. Doesn't matter what numbers I en..... More

Print this item

  return string from function with one argument
Posted by: jamie_01 - May-28-2020, 10:34 PM - Forum: General Coding Help - Replies (2)

[python]
def ground_shipping_cost(weight):
cost = weight * 4.00
return cost

#print(ground_shipping_cost (8.400)+20)

def drone_shipping_co..... More

Print this item

  win32 API: Launch Application to RDP session from background process python script
Posted by: rangeshgupta - May-28-2020, 09:41 PM - Forum: General Coding Help - No Replies

[font=Arial, Helvetica, sans-serif]Hello,

I am trying to launch the application in RDP session from the background process which is python script. ..... More

Print this item

  html data cell attribute issue
Posted by: delahug - May-28-2020, 09:41 PM - Forum: Web Scraping & Web Development - Replies (5)

hi all,

an attribute that i need to use to identify a <td> contains the keyword 'data'...

for cell in row.find_all('td',data-ending_ = 'RPR'):
..... More

Print this item

  Class question
Posted by: robdineen - May-28-2020, 09:16 PM - Forum: General Coding Help - Replies (7)

Hello i have been learning Python 3 and its going in quite well.

But i have a query about classes.

i have the below code

[python]class Studen..... More

Print this item

  Create tempfile that use in loop for insert into DB
Posted by: Firsttimepython - May-28-2020, 09:13 PM - Forum: General Coding Help - Replies (2)

Hi,

I have approx. 2 weeks Python experience but keen to learn it and I'm struggling on something, I also had no prior programming experience apart..... More

Print this item

  random.seed and random.randn
Posted by: Truman - May-28-2020, 09:09 PM - Forum: Data Science - Replies (5)

import numpy as np 
np.random.seed(42)
x = np.random.randn(100)
I have a problem with understanding this simple code. Firstly,..... More

Print this item

  Alien Invasion
Posted by: kleeklee - May-28-2020, 07:53 PM - Forum: Game Development - Replies (2)

I'm trying to teach myself Python. I have a little knowledge in C++, so python isn't completely foreign to me, but it's all still really new to me.
..... More

Print this item

  asyncio semaphore problem
Posted by: gw1500se - May-28-2020, 07:01 PM - Forum: General Coding Help - Replies (4)

I'm trying to wait for a tkinter dialog response to complete to get the results. I'm getting what seems to be a common problem but none of the threads..... More

Print this item

  update imhow in callback from pyaudio
Posted by: markB - May-28-2020, 06:01 PM - Forum: General Coding Help - No Replies

Hi All,

I am trying to process some audio parallel with taking some images.
The idea is to grab a data from the micropohone using pyaudio, then
P..... More

Print this item

  Convert Strings to Floats
Posted by: samalombo - May-28-2020, 05:36 PM - Forum: Data Science - Replies (2)

Dear all.

I have the following dataset:

0 27.05.2020 19,93 19,80 19,93 19,15 74,31M 1,32%
1 26.05.2020 19,67 19,98 20,09 19..... More

Print this item

  keep cmd open
Posted by: astral_travel - May-28-2020, 05:19 PM - Forum: General Coding Help - Replies (3)

i just made an exe file with pyinstaller (both in linux and in windows).

when i run the program in windows (cmd) - it closes the window when the la..... More

Print this item

  Opening files in same directory as script
Posted by: Emekadavid - May-28-2020, 04:47 PM - Forum: Homework - Replies (3)

The textbook I am using didn't specify this problem so I want someone to help me.
I have a text file that is in the same directory as the script file..... More

Print this item

  Dataset of indoor surveillance camera footage
Posted by: constantin01 - May-28-2020, 04:44 PM - Forum: Data Science - Replies (1)

Hi

I am looking for a dataset with images that are clips from an indoor surveillance camera footage. I need those that are with humans and those that..... More

Print this item

  Rock Paper Scissors Game
Posted by: NectDz - May-28-2020, 04:39 PM - Forum: Code Review - Replies (5)

I just want to receive some feedback on my code on things I can improve such as if my code can be cleaner or things I can add, anything helps!

[pyt..... More

Print this item

  Guess my number
Posted by: foksikrasa - May-28-2020, 04:12 PM - Forum: Code sharing - No Replies

A popular game of guess my number:
[python]import time
import random

print("Ill think of a number.")
time.sleep(3)
number = random.randint(1,10..... More

Print this item

  Create a word
Posted by: foksikrasa - May-28-2020, 03:59 PM - Forum: Code sharing - Replies (4)

This is my oldest game that is saved. I really like it so please try it out Heart !

Thanks, foksikrasa

[python]import random

alphabet = [..... More

Print this item

  Adventure book of your choice
Posted by: foksikrasa - May-28-2020, 03:24 PM - Forum: Code Review - Replies (5)

This has been my latest activity in a python learning course and it turned out sooooooooooooo well that I decided to share it with the community I rea..... More

Print this item

  Rock, Paper, Scissors
Posted by: foksikrasa - May-28-2020, 03:06 PM - Forum: Code sharing - Replies (11)

I'm new at python and in a course created this Rock, Paper, Scissors game after some hard work Smile:

[python]import random
points = 0
choice..... More

Print this item

  Selector file descriptor issue in simple multiclient server program
Posted by: dohpam1ne - May-28-2020, 02:39 PM - Forum: Networking - No Replies

Hi all, first post here- please feel free to critique my etiquette if necessary.

I've written a simple server program as well as a simple client fo..... More

Print this item

  how to divide one big equation entered as a string to small chunks
Posted by: gungurbuz - May-28-2020, 12:31 PM - Forum: General Coding Help - Replies (1)

like 6*7/5+2+5 to 6*7=x, x/5=y, y+5+2+5
and then calculate the end result and display it
i am doing this as a way to stay sane during the coronaviru..... More

Print this item

  TypeError: add() missing 2 required positional arguments
Posted by: NectDz - May-28-2020, 12:23 PM - Forum: General Coding Help - Replies (5)

Hello,I am new to parameters and I am having difficulties understanding my code does not work.




[python]

# Tables

Table_A = 0
Table_B ..... More

Print this item

  Create, assign and print variables in loop
Posted by: steven_tr - May-28-2020, 11:08 AM - Forum: General Coding Help - Replies (10)

I want to create and assign a value to a variables in a for loop and name the variable in the loop. This works as intended. Afterwards, I would like t..... More

Print this item

  Creating a simple rate limiter.
Posted by: DreamingInsanity - May-28-2020, 10:53 AM - Forum: General Coding Help - No Replies

I have been doing some stuff with reddit for a while now. I haven't used an api key with it, since I wasnt to make the program as simple to set up as ..... More

Print this item

  nested dictionary
Posted by: rkpython - May-28-2020, 10:11 AM - Forum: General Coding Help - Replies (7)

Hi ,

I come from a perl background and used nested hash tables quite effectively and am unable to achieve the same using the python dictionary. Is ..... More

Print this item

  pip3 problem with py3exiv2
Posted by: jcezanna56 - May-28-2020, 08:55 AM - Forum: News and Discussions - No Replies

Hi,
I have a problem with pip3 installing py3exiv2.

$ pip3 --no-cache-dir install py3exiv2
Collecting py3exiv2
Downloading py3exiv2-0.7.2.tar..... More

Print this item

  Troubles with program
Posted by: Harambe - May-27-2020, 10:38 PM - Forum: Homework - Replies (37)

Hello!
I am a student and I am learning for my admission test to the university and I was wondering if there is any possibility to create any “light”..... More

Print this item

  True in 'in' != True?
Posted by: hkim10 - May-27-2020, 10:30 PM - Forum: General Coding Help - Replies (8)

It seems like when I use boolean 'in', when it is true,
it is not equal to 'True'
I would appreciate any help or explanation

An example that I ha..... More

Print this item

  TypeError: _linspace_dispatcher() missing 1 required positional argument: 'stop'
Posted by: Ae_Lovecraft - May-27-2020, 09:52 PM - Forum: General Coding Help - Replies (3)

I'm triying to make a double reimann sum, with a limit b = (x^2 + y^2 = 16), the problem is when I use Sympy and marks as a TypeError in..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Select Python comment (#)... 2 hours ago SpongeB0B tester_V General Codin...
  Comparing 2 100GB Drives/... 3 hours ago tester_V tester_V General Codin...
  looking for help 4 hours ago Azdaghost PhamMaria Bar
  My goal to be hired worki... Yesterday, 23:58 GnomeSweetGnome Larz60+ News and Disc...
  what does % stand for in ... Yesterday, 18:49 arbiel Gribouillis General Codin...
  My First App Yesterday, 10:53 BCopeland64 carlbidwell Code Review
  Unable to resolve FileNot... Yesterday, 03:54 llarkin6 Pedroski55 General Codin...
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... 09-26, 09:50 P212 Biks News and Disc...
Most views
  The best Prog... 577274
  Tutorial Requ... 500346
  Web Scraping ... 440954
  Newbie with P... 384977
  New Users Int... 369316
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+ 12089
buran 8176
snippsat 7368
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
seomelbourneaustralia Today
Jacobjoift Today
PhamMaria Today
zalexstolzeoz5360 Today
Edzed4431 Yesterday

User Panel Messages

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