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,974
» Latest member: Williamcaurb
» Forum threads: 38,732
» Forum posts: 175,558

Full Statistics

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

Latest Threads
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
4 hours ago
» Replies: 2
» Views: 733
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
11 hours ago
» Replies: 6
» Views: 767
Integer Factorization Too...
Forum: Code sharing
Last Post: fosuwxb
Yesterday, 04:45 PM
» Replies: 0
» Views: 85
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 483
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,863
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,261
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,826
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,246
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,187
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,493

 
  Add column to CSV using Pandas
Posted by: nsadams87xx - Apr-06-2020, 11:58 PM - Forum: Data Science - Replies (2)

Hey everyone,

I have a list that I made as a dataframe and I want to take this dataframe and add it to an existing CSV file with data already in it..... More

Print this item

  Email List
Posted by: jackthechampion - Apr-06-2020, 11:26 PM - Forum: General Coding Help - Replies (1)

can someone fix this for me so it can only input emails having trouble






[python] scores = []

choice = None
while choice != "0":

..... More

Print this item

  Trouble reading Excel file.
Posted by: Shembeginner - Apr-06-2020, 11:08 PM - Forum: General Coding Help - Replies (2)

I have an excel file that I want to read in pandas.

My code is:
[python]pd.read_excel(r'file:///C:\Users\srodger\Desktop\amg-20200301132033.xlsx..... More

Print this item

  Not dead yet
Posted by: Gribouillis - Apr-06-2020, 09:24 PM - Forum: Bar - Replies (6)

Monty Python's premonition about the century to come.

Print this item

  email attachement with non-ascii characters will be renamed
Posted by: Erich1959 - Apr-06-2020, 09:13 PM - Forum: Networking - Replies (4)

I have created code to send an email with an attachement and it works fine as long as there are no non-ascii characters in the file name and it works ..... More

Print this item

  Convert dict from list - HELP! PLEASE!
Posted by: cherry_cherry - Apr-06-2020, 06:18 PM - Forum: General Coding Help - Replies (4)

Hi everyone,
I'm trying to transfer a list to a dictionnary and sort a new dict with key, but it's not success.
This is a list I need transfer:

..... More

Print this item

  Problem about yield, please help!!
Posted by: cls0724 - Apr-06-2020, 05:05 PM - Forum: General Coding Help - Replies (5)

I am still new to Python and i come across the below sample from my textbook that confuses me quite a lot.

[python][u]def flatten(nested, indent=""..... More

Print this item

  Python C?
Posted by: lmh1 - Apr-06-2020, 04:59 PM - Forum: General Coding Help - Replies (2)

https://docs.python.org/3/extending/extending.html

https://cython.org/

Hi can someone tell me what python C its d..... More

Print this item

  String to File Path
Posted by: creedX - Apr-06-2020, 04:51 PM - Forum: General Coding Help - Replies (4)

I am trying to create a file path from a string using os.path.normpath, however, I need a double \ at the beginning and this function doesn't allow th..... More

Print this item

  Car Brands
Posted by: RbaPhoenix - Apr-06-2020, 04:37 PM - Forum: Homework - Replies (1)

[python]class Cars:
def __init__(self,brand,model,year,amount,daily_price):
self.brand=brand
self.model=model
self.yea..... More

Print this item

  Check if a list exists in given list of lists
Posted by: Daniel94 - Apr-06-2020, 04:35 PM - Forum: Homework - Replies (2)

I want to check if a list of tuples contains a specific tuple. If

numbers = [('a','a'), ('c','a')]
look = ('a','c')
"look" should no..... More

Print this item

  tkinter issue with variables carrying over between functions
Posted by: PengEng - Apr-06-2020, 04:24 PM - Forum: GUI - Replies (1)

Hi,

I suspect this is a very simple issue... I am trying to use a variable, loaded in one operation, within another operation. It is telling me the..... More

Print this item

  Python & Dataframe basic question
Posted by: georgialtr - Apr-06-2020, 03:59 PM - Forum: Data Science - No Replies

Hey one quick and very easy questions for all of you I am sure haha! Related to pandas & dataframes

So basically I just have to create a dataframe ..... More

Print this item

  populating dropdown from Method
Posted by: mikisDW - Apr-06-2020, 03:53 PM - Forum: GUI - Replies (2)

Hello,

(about Tkinter in python 3.7.3)
I am trying to create a GUI where my user can select an excel file via a browse button.
He should then get..... More

Print this item

  Failing to Build a Calculator
Posted by: Yotbar - Apr-06-2020, 03:39 PM - Forum: Homework - Replies (3)

hi guys.
just started to work with python, first time programming.
anyway, I got a task to build a simple calculator, that can use the operators (*..... More

Print this item

  [WxPython] Process finished with exit code -1073741819 (0xC0000005)
Posted by: Kangaroo - Apr-06-2020, 03:38 PM - Forum: GUI - Replies (4)

Hi,

I have generated this code for front end gui and trying to load test data to see if the controls/columns are being populated. however, at the ..... More

Print this item

  game of the goose - dice problem
Posted by: koop - Apr-06-2020, 01:11 PM - Forum: General Coding Help - Replies (4)

Hello everyone, sorry if i did some things wrong in this post but this is my first one. Also english is not my primary language so ignore my grammar m..... More

Print this item

  Adding second message to simple loop error
Posted by: PythonGainz - Apr-06-2020, 11:13 AM - Forum: General Coding Help - Replies (2)

Hello there,

hope I'm posting correctly this time.

So the loop works nicely for the first statement, but I'm getting a syntax error for the seco..... More

Print this item

  Test GPU app:
Posted by: lmh1 - Apr-06-2020, 10:29 AM - Forum: GUI - Replies (4)

[python]
'''
Created on 24. apr. 2019

@author: lars_
'''
import platform
import os
from tkinter import messagebox
import ctypes
import sys
import sit..... More

Print this item

  error on the 3rd function
Posted by: nadim313 - Apr-06-2020, 10:19 AM - Forum: GUI - Replies (3)

Dear Programmers
I have learned some programming in Python and wanted to apply and make a small app to save contacts.
I used three functions, funct..... More

Print this item

  Notebook + modules
Posted by: ifigazsi - Apr-06-2020, 08:48 AM - Forum: GUI - Replies (6)

Hi!

Is it possible to create your own module for every notebook(tab)? Then to import them. I want to make my code a bit better readable\manageable...... More

Print this item

  Function Recognises Variable Without Arguments Or Global Variable Calling.
Posted by: OJGeorge4 - Apr-06-2020, 08:30 AM - Forum: General Coding Help - Replies (1)

Hi all,

I am struggling to understand why this code runs correctly and I can't seem to find an answer online.

[python]
a = 10
b = 5

def function()..... More

Print this item

  Not able to retrieve the value
Posted by: vkpalnati - Apr-06-2020, 08:09 AM - Forum: Web Scraping & Web Development - No Replies

Hi,
I am beginner in webscrapping. I succeeded in getting the desired content from some of the websites but from

https://www.skrill.com/en/transf..... More

Print this item

  Python - Most effective way to correct keyboard-user-input.
Posted by: ppel123 - Apr-06-2020, 08:08 AM - Forum: General Coding Help - Replies (8)

Hello everyone,
I am working on a project, which corrects user input (reads input stream from keyboard with keyboard module) based on some rules.
I ..... More

Print this item

  how to update a variable
Posted by: astral_travel - Apr-06-2020, 08:06 AM - Forum: General Coding Help - Replies (10)

here is the code:

[python]
second = 1
third = 1

while second < 100:
while third < 50:
print(third)
third += 1
print(second)
second +=..... More

Print this item

  tkinter search box
Posted by: DT2000 - Apr-06-2020, 07:32 AM - Forum: GUI - Replies (3)

I am attempting to find the correct way to put a search entry in a piece of code I have written. The entry widget would hold the input as a StringVar..... More

Print this item

  certifications for Python developers
Posted by: isarkhan95 - Apr-06-2020, 03:24 AM - Forum: News and Discussions - Replies (3)

A message to the Board members-

Can we add options for aspiring developers to be certified in python programming(Web development, GUI, data science..... More

Print this item

  plotting equations
Posted by: Agusben - Apr-06-2020, 12:29 AM - Forum: General Coding Help - Replies (2)

I have this program that draws a parametric equation

[python]
import turtle
from math import cos,sin,tan,pi

window = turtle.Screen()

pen = ..... More

Print this item

  running script from CLI in windows
Posted by: aster - Apr-05-2020, 11:47 PM - Forum: General Coding Help - Replies (6)

hello,

I wish to run a python script, passing arguments, from command line (powershell core) without the need to write before the script name [inli..... More

Print this item

  Newbie: Help with variable selection in a class
Posted by: Slack86 - Apr-05-2020, 10:36 PM - Forum: General Coding Help - Replies (5)

Hi there.

Learning Python with my daughter, and we're looking for some help with her project.

Code below:
[python]
class room():

de..... More

Print this item

  Python Program Runs in Pycharm but not in Terminal
Posted by: Vbhardwaj2383 - Apr-05-2020, 09:28 PM - Forum: General Coding Help - Replies (2)

Hi there,

I am 2 days into learning Python (tried a year ago but couldn't continue at that time). So, I am trying to make simple Programs to learn ..... More

Print this item

  Compare elements of tuples / Find edges between nodes
Posted by: Daniel94 - Apr-05-2020, 09:05 PM - Forum: Homework - Replies (1)

[Image: result.png]

I want to check if any of the tuples my list contain the specific variables “x” and “y”.
If tuple 1 co..... More

Print this item

  Trigonometric functions using new Pi
Posted by: kevolegend - Apr-05-2020, 07:32 PM - Forum: General Coding Help - Replies (4)

Hi all,

Interesting "little" math project here. While creating a circle in Microsoft Excel 2019 I have discovered that the trigonometric functions ..... More

Print this item

  Conjugate Gradient having issues with defining A (function to solve [A]{x} = {b} )
Posted by: DimosG - Apr-05-2020, 06:36 PM - Forum: General Coding Help - Replies (2)

Hi guys I have a problem with defining A (its in line 33) in my Full matrix solution and i was wondering if you could help me .

[python]class Vecto..... More

Print this item

  waiting to save on network
Posted by: SusKahl - Apr-05-2020, 04:35 PM - Forum: Networking - Replies (3)

Hi all

Im trying to make a code that takes a picture every morning 1 hour before sunset and save the picture on my NAS. the code works fine as long..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My goal to be hired worki... 4 hours ago GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... 11 hours ago llarkin6 noisefloor General Codin...
  Integer Factorization Too... Yesterday, 16:45 fosuwxb fosuwxb Code sharing
  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... 577320
  Tutorial Requ... 500596
  Web Scraping ... 440989
  Newbie with P... 385025
  New Users Int... 369492
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+ 12090
buran 8176
snippsat 7370
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Williamcaurb Yesterday
sophielane Yesterday
Oscar0057 Yesterday
Cromulent Yesterday
PhamMaria Yesterday

User Panel Messages

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