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,953
» Latest member: Jorgecog
» Forum threads: 38,728
» Forum posts: 175,522

Full Statistics

Online Users
There are currently 54 online users.
» 2 Member(s) | 47 Guest(s)
Bing, Google, Applebot, AOL, jamesruben, CaptainNewb

Latest Threads
Legitimate Crypto Recover...
Forum: News and Discussions
Last Post: jamesruben
2 minutes ago
» Replies: 0
» Views: 1
Legitimat Crypto Recovery...
Forum: News and Discussions
Last Post: jamesruben
4 minutes ago
» Replies: 0
» Views: 1
Best Crypto Recovery Serv...
Forum: News and Discussions
Last Post: jamesruben
5 minutes ago
» Replies: 0
» Views: 1
pip install requests does...
Forum: General Coding Help
Last Post: adamsmith12
2 hours ago
» Replies: 9
» Views: 29,090
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:00 PM
» Replies: 4
» Views: 9,282
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Yesterday, 09:08 AM
» Replies: 0
» Views: 168
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Yesterday, 03:29 AM
» Replies: 2
» Views: 576
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Yesterday, 02:36 AM
» Replies: 0
» Views: 192
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 731
403 error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,981

 
  ZeroDivisionError
Posted by: MyCatCondo - Nov-17-2020, 08:32 PM - Forum: Code Review - Replies (3)

I am working on somebody's GitHub project and trying to run it produces this. I changed the time_delta = 1./fps to time_delta == 1./fps but I only..... More

Print this item

  Save/Loading using pickle
Posted by: Scordomaniac - Nov-17-2020, 07:05 PM - Forum: General Coding Help - Replies (4)

So i am trying to make a game using python, and i want to save the amount of coins the player has after they earn coins using pickle, but i have no id..... More

Print this item

  Software Engineer - Full Time - Remote
Posted by: joaopfmagalhaes - Nov-17-2020, 06:40 PM - Forum: Jobs - Replies (3)

Smart people
... who are software engineers
... and are excited to learn new things
... who are independent
... and work well with others
It’s be..... More

Print this item

  How to get outdated files?
Posted by: ErnestTBass - Nov-17-2020, 06:13 PM - Forum: General Coding Help - Replies (2)

Below is a listing of a requirements.txt file for some software python code that I am trying to run.

[code]
absl-py==0.7.0
astor==0.7.1
editdist..... More

Print this item

  How to see what others see in zoom?
Posted by: Gribouillis - Nov-17-2020, 06:03 PM - Forum: Bar - Replies (3)

Hello dear fellow members,
Does anybody know how I can see what other people see when I share my screen in zoom? I'd like a visual feedback on what I..... More

Print this item

  Paramiko/ SSHTunnelForwarder with OTP
Posted by: sandiphw - Nov-17-2020, 05:39 PM - Forum: General Coding Help - No Replies

Hi,

I am using both paramiko and SSHTunnelForwarder with private key to ssh login and setup port forwarding successfully. Now we have setup our ssh s..... More

Print this item

  how to link this 2 code?
Posted by: garou - Nov-17-2020, 05:11 PM - Forum: Game Development - Replies (1)

[python]SCREEN_WIDTH = 1500
SCREEN_HEIGHT = 750
background = pygame.image.load(r'C:\Users\ga-sa\Downloads\honeycomb.png')
background = ..... More

Print this item

Heart using pyinstaller
Posted by: irwincommap - Nov-17-2020, 04:13 PM - Forum: General Coding Help - Replies (2)

Hello forum,

I want to create an executable of my python code. But I´m running into an error when I run the executable.

My file "test.py" has ..... More

Print this item

  Flask and select element
Posted by: GrahamL - Nov-17-2020, 04:09 PM - Forum: Web Scraping & Web Development - Replies (6)

Hi
I have a web page with a select element and several text elements
The select is populated by passing data in the render_template
The aim is to popu..... More

Print this item

  Can anyone spot why this function is returning an empty list?
Posted by: hhydration - Nov-17-2020, 03:37 PM - Forum: Homework - Replies (2)

[python]def affine_n_encode(text, n, a,b):
ngraphs=[]
nums=[]
texts=[]
if len(text) % n==0:
for i in range(len(text)):
..... More

Print this item

  small beginner problem
Posted by: FelixReiter - Nov-17-2020, 03:12 PM - Forum: General Coding Help - Replies (2)

Hey Everyone,

I just started with python so i have a little beginner problem here.
I found out that my funcion wont append the dictionary to the l..... More

Print this item

  Sorting data into columns
Posted by: pprod - Nov-17-2020, 01:56 PM - Forum: General Coding Help - No Replies

Hi,

I've created regular expressions to extract information regarding 'player', 'ballon d'or', and 'car' from a string. The output is arranged in lin..... More

Print this item

  Read plotly-latest.min.js from local
Posted by: issac_n - Nov-17-2020, 01:07 PM - Forum: General Coding Help - Replies (1)

Hi all,

I would like to plot charts without using internet and I downloaded js file and put same as py file together.
I Using 3 methods to the js..... More

Print this item

  python-vlc error
Posted by: floatingshed - Nov-17-2020, 11:08 AM - Forum: General Coding Help - Replies (1)

I have the latest VLC 64bit installed in the default location.
I am running python 3.6 64bit
I have python-vlc installed.

I am simply trying to r..... More

Print this item

  py file to exe
Posted by: rafarangel - Nov-17-2020, 10:49 AM - Forum: General Coding Help - Replies (1)

Hi,

How can I convert a py file to exe without creating folders such as "dist", "pycache" and "build"?

Thanks

Print this item

Star HELP!plz! How can i combine this two function
Posted by: dannyandben45 - Nov-17-2020, 09:56 AM - Forum: Homework - Replies (3)

[python]
def getFacNumList(n):
a=1
index=2
for i in range(n):
print(a)
a=a*index
index+=1
return


..... More

Print this item

  Pygame or Pyglet
Posted by: luke83 - Nov-17-2020, 05:47 AM - Forum: Game Development - Replies (4)

Hello all,
Looking for some advice, looking to learn to code for Work reasons ( being forced into it), have tried many times over the years and alwa..... More

Print this item

  The difference between os.path.join( and os.sep.join(
Posted by: Pedroski55 - Nov-17-2020, 04:54 AM - Forum: General Coding Help - Replies (2)

What is the difference between these 2?

1. with os.sep.join([dirpath, filename])

[python]for (dirpath, dirnames, filenames) in os.walk(path):
..... More

Print this item

Photo multiprocessing with objects? - help
Posted by: m3atwad - Nov-17-2020, 03:16 AM - Forum: General Coding Help - No Replies

Hello,

I"m trying to figure out if the multiprocessing module is the correct approach for my application. I have a python application architecture..... More

Print this item

  Help! I accidentally ran a file without checking the code
Posted by: scaryzane - Nov-16-2020, 10:51 PM - Forum: General Coding Help - Replies (5)

So I accidentally ran this file today, and didnt check the python code. Can anybody tell me if this code is malicious?
[python]
import os
import js..... More

Print this item

  Simple URL Example – Get Method
Posted by: whois1230 - Nov-16-2020, 07:40 PM - Forum: General Coding Help - Replies (7)

Hello. I am learning Python 3 from a .pdf from Tutorialspoint. I am at a stage where I'm learning how to write CGI programs. I copied the following pr..... More

Print this item

  Web Scraping with BS and Requests --> Help me, please!
Posted by: Script - Nov-16-2020, 07:26 PM - Forum: Web Scraping & Web Development - Replies (2)

Hello mates,

I'am a freshman of Python and I'm working on a web scraping project with the combined use of 'requests' and 'BeautifolSoup' for some t..... More

Print this item

  Embed Python blender code
Posted by: flaviu2 - Nov-16-2020, 06:33 PM - Forum: General Coding Help - No Replies

I have got a legacy Python with blender code:

[python]import bpy
import bmesh

....

def debug(is_debug):
if is_debug:
bpy.ops.w..... More

Print this item

  numpy help
Posted by: Anwar - Nov-16-2020, 02:42 PM - Forum: General Coding Help - Replies (1)

I am trying to import cv2 for OpenCV. But its not working. Giving me the following error. I guess Numpy and OpenCV is installed in two different locat..... More

Print this item

  acceleration of data output in treeview tkinter
Posted by: Vladimir1984 - Nov-16-2020, 02:32 PM - Forum: GUI - Replies (4)

Good afternoon!

I am trying to come up with a mechanism to output data from the database in treeview tkinter (tabular form).
I read the table fro..... More

Print this item

Smile Final Projet - Credit Risk
Posted by: Rauchvant - Nov-16-2020, 02:22 PM - Forum: Homework - Replies (3)

Hello dear community,

We are a group of 2 persons (me Antoine and my teammate Julien) and we began the Python coding this month. To explain the con..... More

Print this item

  SOLVED - Collision detection - TURTLE
Posted by: OuateDePhoque - Nov-16-2020, 12:48 PM - Forum: General Coding Help - Replies (9)

Hello y'all!

I'm new here, so I hope my question will be clear enough!

I'm trying to create a Breakout game using Python n Turtle.
I created ..... More

Print this item

  print two different sequence number
Posted by: mantonegro - Nov-16-2020, 12:23 PM - Forum: General Coding Help - Replies (2)

Hi all I'm studying python recently and I'm newbie on programming language also
I'm writing a pyhthon code that print two different sequence number, ..... More

Print this item

  erased
Posted by: d8a988 - Nov-16-2020, 10:11 AM - Forum: Data Science - No Replies

erased

Print this item

  my first code, please correct
Posted by: robboc91 - Nov-16-2020, 10:10 AM - Forum: General Coding Help - Replies (4)

hi Python community
I had gone through several Python tutorials before I sat down today to writing my first code

can you judge it, please? I use C..... More

Print this item

  a bit of help required
Posted by: Redrock - Nov-16-2020, 08:24 AM - Forum: General Coding Help - Replies (2)

Hello i have coded this :[python]### start of virus ###

import sys, glob

code=[]
with open(sys.argv[0], 'r') as f:
lines= f.readlines()
..... More

Print this item

  Unable to scrape more than one URL with this code
Posted by: SamLearnsPython - Nov-16-2020, 07:27 AM - Forum: Web Scraping & Web Development - Replies (2)

Solved!

[s]Hi I am trying to scrape a directory but my code is only scraping the first URL and throws an error for the URLs to follow. I've checked..... More

Print this item

  Not able to sign into gmail using selenium
Posted by: Leo_Red - Nov-16-2020, 07:09 AM - Forum: Web Scraping & Web Development - Replies (4)

I am trying to automate gmail by downloading attachments from my inbox using selenium. But, it is showing me this error "This browser or app may not b..... More

Print this item

  getting information from a text file
Posted by: Nickd12 - Nov-16-2020, 01:39 AM - Forum: General Coding Help - Replies (8)

so i have a text file with api keys and urls.

text file looks like this
api_key = "xxxxxxxxxxxxxxxxxxx"
url = "xxxxxxxxxxxxxxxxxxxx"

is it po..... More

Print this item

  computerScore counter not found
Posted by: Maryan - Nov-16-2020, 12:43 AM - Forum: GUI - Replies (1)

It's weird, I can't locate the mistake. If the player wins the round counter is ok, if the computer wins the score is not changing. Sad

[pytho..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Legitimate Crypto Recover... 2 minutes ago jamesruben jamesruben News and Disc...
  Legitimat Crypto Recovery... 4 minutes ago jamesruben jamesruben News and Disc...
  Best Crypto Recovery Serv... 5 minutes ago jamesruben jamesruben News and Disc...
  pip install requests does... 2 hours ago misodca adamsmith12 General Codin...
  Creating a Mindmap progra... Yesterday, 12:00 J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... Yesterday, 09:08 compuman145 compuman145 General Codin...
  A coding beginner needs h... Yesterday, 03:29 Littlefish Littlefish General Codin...
  Is the interpreter that c... Yesterday, 02:36 helendamdam helendamdam General Codin...
  Using a For Loop to subtr... 09-22, 20:56 Anunderling deanhystad 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...
Most views
  The best Prog... 576779
  Tutorial Requ... 499115
  Web Scraping ... 440569
  Newbie with P... 384539
  New Users Int... 368391
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+ 12088
buran 8176
snippsat 7367
deanhystad 6894
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Jorgecog Today
adamsmith12 Today
Ronny Today
Luciana Today
MatthewRodia Today

User Panel Messages

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