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,977
» Latest member: hoki1881
» Forum threads: 38,732
» Forum posts: 175,563

Full Statistics

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

Latest Threads
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Today, 07:43 AM
» Replies: 2
» Views: 261
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Today, 12:21 AM
» Replies: 2
» Views: 894
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 05:45 PM
» Replies: 6
» Views: 942
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 632
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,970
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,392
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,969
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,404
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,308
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,640

 
  Syntax error
Posted by: oguzcan - Mar-06-2020, 06:41 AM - Forum: General Coding Help - Replies (10)

Hi. Im studing. I need to help. I will connect mysql from python in vscode. Im write cmd pip install mysql-connector. And im write vscode terminal pip..... More

Print this item

  Class Instances called in the wrong order
Posted by: IanIous - Mar-06-2020, 03:40 AM - Forum: General Coding Help - Replies (4)

Hi,

I started playing around with classes and defined two classes A and B. The first one with a __init__(self) method and the second one without. J..... More

Print this item

  .Format Help
Posted by: AgileAVS - Mar-06-2020, 03:11 AM - Forum: General Coding Help - Replies (1)

company_name=('ADBL','NABIL')
for page in company_name:
    url2= 'https://login.systemxlite.com/equity/{}'.format(page)
This is t..... More

Print this item

  Game boss causing huge slowdown
Posted by: michael1789 - Mar-06-2020, 03:04 AM - Forum: Game Development - Replies (21)

Trying to make a new boss, but I don't know if this method is viable. It's an alien centipede type thing.

I spawn the head and the head spawns the..... More

Print this item

  Prime code not working?
Posted by: NewGuy12 - Mar-06-2020, 12:58 AM - Forum: General Coding Help - Replies (2)

Hi

I'm new to Python and new to this forum, but hope that someone can help with this question?

I've got some code which lists Prime numbers be..... More

Print this item

  searching for an IP address in a string
Posted by: Skaperen - Mar-06-2020, 12:14 AM - Forum: News and Discussions - No Replies

i am wanting to avoid having to write a function to find the Nth IP address in a string of characters

i do have some thought issues about it. when..... More

Print this item

  Exception: Returned Type Mismatch Error
Posted by: devansing - Mar-06-2020, 12:01 AM - Forum: General Coding Help - Replies (1)

I'm taking an online course and have to submit the code through a 3rd party grading system. I have all of the scripts working as intended locally but..... More

Print this item

  Proper use of if..elif..else statement
Posted by: nick1941 - Mar-05-2020, 11:38 PM - Forum: General Coding Help - Replies (2)

I'm a retired software engineer who has programmed in a large number of different languages, but I am new to Python. As my first effort at writing a ..... More

Print this item

  Text file not being created
Posted by: poochenthecreator - Mar-05-2020, 11:34 PM - Forum: Homework - Replies (3)

I'm stuck. I have no idea what I did wrong but, basically, I need to create a temporary text file or something? Something to save the emails after I e..... More

Print this item

  How to run php in a python file
Posted by: CrazyMakes - Mar-05-2020, 09:04 PM - Forum: General Coding Help - Replies (5)

i have a problem i am currently creating a website with php and i have a pyhton program that i want to run on my website i tried using the php functio..... More

Print this item

  How to define spritecollisions?
Posted by: Jan_97 - Mar-05-2020, 08:39 PM - Forum: Game Development - Replies (2)

So I have this test environment that I use whenever I'm trying to learn new stuff, lately it's been going on into alot of pygame. I'm currently trying..... More

Print this item

  Create Service like window service
Posted by: jesssajan - Mar-05-2020, 07:59 PM - Forum: General Coding Help - Replies (3)

is any one able to help me to create python service like window service?

Print this item

  bring the total video from playlist of youtube
Posted by: taratata2020 - Mar-05-2020, 07:52 PM - Forum: GUI - Replies (1)

hi every one,

i use Embedding Youtube-dl on windows
i try to bring the total video from playlist of youtube
for exemple here have 13 vidéos

[u..... More

Print this item

  Pip env not working well
Posted by: Moreno - Mar-05-2020, 07:18 PM - Forum: Homework - Replies (3)

Hello, I am doing a project with some friends and we are using PyCharm with pipenv but in my computer It seems that pipenv is not working well.

Thi..... More

Print this item

  Kindly asking for help with Pywinauto
Posted by: louloulou - Mar-05-2020, 06:55 PM - Forum: General Coding Help - No Replies

Hi.

I am trying to read some data off the screen of an application (An embedded debugger) I want to read the test that is the program counter. h..... More

Print this item

  user input producing incorrect boolean
Posted by: al_Czervik - Mar-05-2020, 06:55 PM - Forum: General Coding Help - Replies (4)

Hello! I am brand new Python but have been coding VBA for a few years. Running through my introductory labs, I am running into a problem using the Boo..... More

Print this item

  scrape data 1 go to next page scrape data 2 and so on
Posted by: alkaline3 - Mar-05-2020, 06:09 PM - Forum: Web Scraping & Web Development - Replies (6)

Hi everyone, I'm fairly new to Python and brand new to web scraping. any help from the forum is greatly appreciated Smile

I have some code h..... More

Print this item

  Parsing date time
Posted by: KipCarter - Mar-05-2020, 06:00 PM - Forum: General Coding Help - Replies (7)

OS: Windows 10
Python 3.6

I'm working on piecing together some base code for me to search through a folder in Outlook to locate a specific message..... More

Print this item

  How can I sum up the values of two functions?
Posted by: Jionni - Mar-05-2020, 03:23 PM - Forum: General Coding Help - Replies (2)

Hi,

I have two classes. In class B I want to change the values of the variables in class A, which are defined in functions: some and anyt, with the..... More

Print this item

  Using BaseHTTPServer to encounter system blocking
Posted by: zzs027 - Mar-05-2020, 01:39 PM - Forum: Networking - No Replies

BaseHTTPServer encounter system blocking

I write my code to process the http requests using Post method like this
[python]
def do_POST(self):..... More

Print this item

  How to get the href value of a specific word in the html code
Posted by: julio2000 - Mar-05-2020, 01:30 PM - Forum: Web Scraping & Web Development - Replies (2)

I want to create a code wich gets the href=... of a specific name in the html code. A part of the html code looks like this:

class="name-link" href..... More

Print this item

  Interate for loop over certain columns in dataframe
Posted by: Finpyth - Mar-05-2020, 12:17 PM - Forum: Data Science - Replies (2)

Hallo.
I am working on my bachelor thesis where i want to run a loop over certain columns in my dataframe and create future and lagged returns of a p..... More

Print this item

  opepyxl not counting rows in spreadsheets?
Posted by: jjartus - Mar-05-2020, 11:52 AM - Forum: General Coding Help - Replies (10)

Prepare a spreadsheet with anything in cells A1..A5
Save as 'Myfile.xlsx?
run this code:
[python]
import openpyxl

wb = openpyxl.load_wo..... More

Print this item

  Treeview expand button size
Posted by: shamnadinn - Mar-05-2020, 09:39 AM - Forum: GUI - Replies (8)

Dear Friends,

I am new to Python, I have developed an kiosk application whith python in Ubuntu, which I am using treeview to select the folders and..... More

Print this item

  question about you want repetition this task
Posted by: loczeq - Mar-05-2020, 07:23 AM - Forum: General Coding Help - Replies (6)

I have problem with my first python program , I can't make the task repeat. I would like it to be an option to repeat the task or finish it. I need to..... More

Print this item

  Sequential color background
Posted by: swisha - Mar-05-2020, 05:27 AM - Forum: General Coding Help - Replies (2)

What code do I use to change the color background of a radar chart.
I want to use a sequential color scheme from light blue to dark blue.
I assume th..... More

Print this item

  Removing punctuation
Posted by: skylancer - Mar-05-2020, 04:17 AM - Forum: Homework - Replies (2)

Hello. I need to create a function that counts using a dictionary how many different word there are in a string.

So far I have done this code:

[..... More

Print this item

  Is there a sample for making a gui like Explorer(win) by Tkinter?
Posted by: JoshuaWeiss - Mar-05-2020, 02:53 AM - Forum: GUI - No Replies

Is there a sample for making a gui like Explorer(windows) by Tkinter?
like this:
[Image: explore.JPG]

Print this item

  Collecting Average User Statistics? 1st semester programmer
Posted by: Jagsrs28 - Mar-05-2020, 01:54 AM - Forum: Homework - Replies (3)

Hey guys! I'm currently taking my first programming class (hopefully my last lol) and have little to no prior experience with programming. I'm at a st..... More

Print this item

  Getting stock symbols from this website
Posted by: jasonleewkd - Mar-05-2020, 01:49 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi, I'm trying to get the stock symbols on this website (https://marketdata.set.or.th/mkt/sectorq...SET&sector=..... More

Print this item

  urlencode does not work
Posted by: pycada - Mar-05-2020, 01:38 AM - Forum: Web Scraping & Web Development - Replies (3)

I would like to encode the value of t in the url with urlencode. It doen't work. Do you have an idea why ?
thank you.

[python]
{% for t in liste_..... More

Print this item

  Dropna Subset Not Working In Code
Posted by: eddywinch82 - Mar-04-2020, 11:18 PM - Forum: Data Science - No Replies

Hi I have the following Python Code, I am running in Jupyter Notebook :-

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

Print this item

  FlaskVersion
Posted by: itaybardugo - Mar-04-2020, 10:13 PM - Forum: Code sharing - Replies (2)

hi,
just wrote a new package to handle routes endpoints in Flask
it allows you to invoke different functions for the same route according to the gi..... More

Print this item

  What is the best comment in source code you have ever encountered?
Posted by: buran - Mar-04-2020, 08:50 PM - Forum: Bar - Replies (1)

I just spent couple of hours having fun reading this SO question:
What is the best comment in source [url=https://python-forum.io/thread-24794.html]..... More

Print this item

  sum of lisit with no inputs
Posted by: Chuck_Norwich - Mar-04-2020, 08:13 PM - Forum: General Coding Help - Replies (17)

Hi.

Creating a program which is working fine-ish.
Big bug I can't get around is that as part of program are two empty lists which have numbers put..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Integer Factorization Too... Today, 07:43 fosuwxb buran Code sharing
  My goal to be hired worki... Today, 00:21 GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... Yesterday, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... Yesterday, 12:59 tester_V snippsat General Codin...
  Select Python comment (#)... 09-28, 18:39 SpongeB0B tester_V General Codin...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  [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... 577381
  Tutorial Requ... 500784
  Web Scraping ... 441033
  Newbie with P... 385081
  New Users Int... 369616
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+ 12091
buran 8178
snippsat 7370
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
hoki1881 Today
stephaniehendrix Today
Schirag Today
Jacobjoift Today
sophielane Yesterday

User Panel Messages

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