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,276
» Latest member: eastnoob
» Forum threads: 38,789
» Forum posts: 175,864

Full Statistics

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

Latest Threads
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
1 hour ago
» Replies: 11
» Views: 5,945
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
1 hour ago
» Replies: 2
» Views: 4,272
[BeautifulSoup] A few que...
Forum: Web Scraping & Web Development
Last Post: Winfried
4 hours ago
» Replies: 0
» Views: 29
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
9 hours ago
» Replies: 3
» Views: 250
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 05:03 AM
» Replies: 1
» Views: 118
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 190
best way to learn python
Forum: News and Discussions
Last Post: mamta25
Nov-18-2025, 04:13 PM
» Replies: 5
» Views: 3,102
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Nov-17-2025, 11:47 AM
» Replies: 4
» Views: 225
PermissionError: [Errno 1...
Forum: GUI
Last Post: Tuurbo46
Nov-17-2025, 08:44 AM
» Replies: 2
» Views: 159
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
Nov-15-2025, 04:07 PM
» Replies: 2
» Views: 222

 
  Selenium Page Object Model with Python
Posted by: Cryptus - Aug-17-2020, 09:54 PM - Forum: Web Scraping & Web Development - Replies (5)

I am currently working with selenium and some boilerplatte code from github: https://github.com/gunesmes/page-object-python-selenium
After changing t..... More

Print this item

  Cmparing columns in dataframe
Posted by: Rejoice - Aug-17-2020, 08:48 PM - Forum: General Coding Help - No Replies

hi,
I have two dataframes df1 & df2. Both df1 & df2 have same index. I want to compare 2nd column of df1 with 3rd column of df2 and if it is equal or..... More

Print this item

  MP3 Player Images Not Showing
Posted by: Harshil - Aug-17-2020, 07:18 PM - Forum: General Coding Help - Replies (2)

Hey! Friends I Am Working On A MP3 Player But Problem IS Image Is Not Showing!!
[python]from tkinter import *
import pygame
window = Tk()
window.i..... More

Print this item

  How to load log.txt directly into python codes?
Posted by: sparkt - Aug-17-2020, 07:03 PM - Forum: General Coding Help - Replies (6)

I wrote a very simple program which can retrieve some data I need. It's then written to a txt file. It looks like the following.

[python]
Tencent..... More

Print this item

  OOP behaviour problem
Posted by: JohnB - Aug-17-2020, 06:33 PM - Forum: General Coding Help - Replies (3)

With the help of the many tutorials available I am teaching myself OOP. Or at least in the offset, discovering what OOP is all about and how it can st..... More

Print this item

  A program to define sine function
Posted by: mohanp06 - Aug-17-2020, 06:17 PM - Forum: Code Review - Replies (4)

I am a technical person but new to python. I like math, science and coding. So here I wrote a small python code to define sine function as a series. (..... More

Print this item

  str.find() not returning correct index.
Posted by: DreamingInsanity - Aug-17-2020, 05:45 PM - Forum: General Coding Help - Replies (10)

Hopefully I'm not being stupid here.
I am searching through a MacOS executable for a certain string (base64 encoded) like so:
[python]
with open(se..... More

Print this item

  PGP Encryption/Decryption -Excel File
Posted by: sparvathaneni - Aug-17-2020, 04:03 PM - Forum: News and Discussions - Replies (1)

Hi Folks,

I am looking to encrypt/decrypt excel file using PGP.Appreciate if any one can help me or sharing git-hub reference.

Thank you!
Regar..... More

Print this item

  Formatting Data/Time with Pyodbc and openpyxl
Posted by: bearcats6001 - Aug-17-2020, 03:44 PM - Forum: General Coding Help - No Replies

I have a python script that takes records from an .MDB using a sql query and prints them to a excel document. Two of the fields that are printed are d..... More

Print this item

  User functions don't work:
Posted by: Baldev10 - Aug-17-2020, 03:35 PM - Forum: General Coding Help - Replies (7)

I've created a small program which runs like it should but I can't seperate the functions out and get them to work properly. Can the functions getpin(..... More

Print this item

  New to Python & Matplotlib - can I change the plot grid origin to lower left corner?
Posted by: FortyTwo - Aug-17-2020, 03:27 PM - Forum: Data Science - Replies (1)

I'm completely new to Python and can't figure out what search terms to use to find the answer. I'm plotting very small images from a CCD and would li..... More

Print this item

  Web scrapping login facebook credentials
Posted by: kosmas9 - Aug-17-2020, 01:33 PM - Forum: Web Scraping & Web Development - No Replies

I want to log in to my library in Shazam using python. Although I have seen more or less how to access a website using log in credentials, I don't kno..... More

Print this item

  Adding Language metadata to a PDF programmatically
Posted by: bhargavi22 - Aug-17-2020, 12:53 PM - Forum: General Coding Help - No Replies

How can we add ‘English’ as Advanced->Reading Options->Language property to a PDF programmatically?

When I use pyPDF2.pdfWriter() class as below:
..... More

Print this item

  converting user input to float troubles
Posted by: RecklessTechGuy - Aug-17-2020, 10:40 AM - Forum: General Coding Help - Replies (3)

The comments in my script says it all, but to summarize, sometimes when this code adds say "5.24 or 3.46" or any other non integer number to the cal..... More

Print this item

  Game Logic - Pokemon like type advantages in python
Posted by: JellyCreeper6 - Aug-17-2020, 03:55 AM - Forum: Game Development - Replies (3)

I can't really wrap my head around this. I'm making this Text-based Adventure game and I want to implement these type differences (Water > Fire, Fire ..... More

Print this item

  Python3 itertools.groupby printing the key
Posted by: august - Aug-17-2020, 02:35 AM - Forum: General Coding Help - Replies (1)

I'm working with a large text file with the following delimited block of text:
[font=Courier New, Courier, monospace]Name: HAGNNESHSSR/3
.......
....... More

Print this item

  error in code web scraping
Posted by: alexisbrunaux - Aug-17-2020, 02:28 AM - Forum: Web Scraping & Web Development - Replies (5)

Hi all,
I tried to do web scraping with webdriver from selenium (chromedriver) and BeautifulSoup.
Here I show you my code:
[python]
from selenium ..... More

Print this item

  how to draw vertical line on screen
Posted by: kalihotname - Aug-17-2020, 02:24 AM - Forum: General Coding Help - Replies (3)

I try to draw the vertical line on the screen here is my code [python]import time
import random
import os.path
import socket
import sys
from demo..... More

Print this item

  Ignoring a list item
Posted by: hank4eva - Aug-17-2020, 12:27 AM - Forum: General Coding Help - Replies (2)

Hi all!
I need a bit of help ignoring a list item, I have a list of names with a "Y" at then end of each name and I want to ignore names without a "Y..... More

Print this item

  Games Jobs Live this Weds; livestream with recruiting Brighton(UK) games studios
Posted by: scottishcolin - Aug-16-2020, 09:42 PM - Forum: Jobs - No Replies

This Wednesday (19th August), Games Jobs Live is in Brighton, with a livestream featuring presentations from The Chinese Room (Dear Esther, Eve..... More

Print this item

  Web Scraping Inquiry (Extracting content from a table in asubdomain)
Posted by: DustinKlent - Aug-16-2020, 08:55 PM - Forum: Web Scraping & Web Development - Replies (3)

Good Day,

I am very new to Python and am just now learning Beautiful Soup and web scraping methods. I wanted to try to practice one method by autom..... More

Print this item

  randomchar v0.1.5
Posted by: Fr4nkl1n_1k3h - Aug-16-2020, 08:36 PM - Forum: Code Review - No Replies

Hey all!
I'm almost done with my module for generating random strings randomchar
# What is randomchar?
randomchar is a new module designed..... More

Print this item

  function fails to exit
Posted by: harig3 - Aug-16-2020, 07:39 PM - Forum: General Coding Help - Replies (4)

very basic recursion function expected to print the value of sum upto the entered number from 1, but prints the out put several times, instead of only..... More

Print this item

  I can`t find an IDE functioning in my laptop
Posted by: All_ex_Under - Aug-16-2020, 05:54 PM - Forum: General Coding Help - Replies (5)

Im involved with python for about 2 months now, Ive tried numerous IDE`s but none of them seemed to work properly.
Wille trying to learn to code pr..... More

Print this item

  Error: While importing "app", an ImportError was raised:
Posted by: Kfcfan - Aug-16-2020, 05:29 PM - Forum: Web Scraping & Web Development - Replies (2)

Code app.py works well in a IDE online, but in my VSCODE does not work, it has the next error. What is the error??
Note: In my VSCODE I works in flask..... More

Print this item

  Making a Basic Keras Model - Input Shape and Parameters
Posted by: MattKahn13 - Aug-16-2020, 04:36 PM - Forum: Data Science - No Replies

Hey Guys!

I am currently trying to build a simple model which I plan to use to make predictions. The idea for this model is to have each of the 202..... More

Print this item

  Help with getting sub-program to print text
Posted by: djwilson0495 - Aug-16-2020, 04:21 PM - Forum: General Coding Help - Replies (2)

I'm trying to use the following sub-program to print a shift code:
[python]
def shift():
message = input("Please enter a message:")
number..... More

Print this item

  network and scapy
Posted by: trazom - Aug-16-2020, 03:54 PM - Forum: Networking - No Replies

hi,
i'm studing Scapy and i don't understand this doc : https://scapy.readthedocs.io/en/late[url=https://python-forum.io/thread-29060.html]..... More

Print this item

  List index out of range error when attempting to make a basic shift code
Posted by: djwilson0495 - Aug-16-2020, 02:37 PM - Forum: General Coding Help - Replies (4)

I'm trying to make a basic shift, my code is as follows:

[python]
alphabet = ['a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q',..... More

Print this item

  How to close file handler or log file on each iteration
Posted by: Mekala - Aug-16-2020, 02:33 PM - Forum: General Coding Help - Replies (3)

Hi,
I am trying to generate a sperate log file on each iteration using below-shown code, although I use file mode "w", and it is generating a separat..... More

Print this item

  looking for entry level jobs
Posted by: space_cat - Aug-16-2020, 01:25 PM - Forum: Jobs - Replies (5)

what should i know if i want to easily get entry level jobs as a freelancer from the internet? i mean from sites such as freelancer.com/fiverr.com. i'..... More

Print this item

  hashable confusion
Posted by: spalisetty06 - Aug-16-2020, 11:57 AM - Forum: General Coding Help - Replies (3)

Hello,
I have read that all data types which are immutable are hashable. But, [b]set[b] is mutable. How is that it is stored based on hash value?

Print this item

  problem about maze path finder
Posted by: Simurg - Aug-16-2020, 10:55 AM - Forum: General Coding Help - Replies (2)

Dear friends;

I want to developed maze path finder I found one of tutorial in matlab, I revised this in python but I have not get final solution, I..... More

Print this item

  Writing a basic shift code
Posted by: djwilson0495 - Aug-16-2020, 10:13 AM - Forum: General Coding Help - Replies (2)

I'm trying to write a basic shift code using this code:
[python]
print("1) Make a code")
print("2) Decode a message")
print("3) Quit")

alphabet..... More

Print this item

  Python PDF merging from an excel pandas for loop
Posted by: siraero - Aug-16-2020, 09:34 AM - Forum: Data Science - No Replies

I have an excel sheet, with some dropdown lists. (Working) Now i'm in Python, trying to read the date from the excel sheet (xlsx file) and reading the..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  How to put my game loop i... 1 hour ago temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... 1 hour ago Barber532 SledgeNE Game Developm...
  [BeautifulSoup] A few que... 4 hours ago Winfried Winfried Web Scraping ...
  Graph Interpolate Difficu... 9 hours ago Tuurbo46 deanhystad General Codin...
  link variable to exc bloc... Yesterday, 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
  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...
Most views
  The best Prog... 579157
  Tutorial Requ... 511690
  Web Scraping ... 442122
  Newbie with P... 386193
  New Users Int... 378893
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 6915
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
eastnoob Yesterday
cruisesfares Yesterday
SavingSquirrel199835 11-18
Astrobert 11-18
DataScientist071 11-18

User Panel Messages

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