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,279
» Latest member: Santoro
» Forum threads: 38,791
» Forum posts: 175,868

Full Statistics

Online Users
There are currently 34 online users.
» 1 Member(s) | 30 Guest(s)
Bing, Google, Mojeek, Gribouillis

Latest Threads
How Can Solo Indie Game D...
Forum: Game Development
Last Post: OtiliaBecker
3 hours ago
» Replies: 0
» Views: 18
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Yesterday, 02:10 PM
» Replies: 2
» Views: 90
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Yesterday, 06:48 AM
» Replies: 0
» Views: 31
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Yesterday, 04:59 AM
» Replies: 11
» Views: 5,984
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Yesterday, 04:46 AM
» Replies: 2
» Views: 4,282
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 296
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 144
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 207
best way to learn python
Forum: News and Discussions
Last Post: mamta25
Nov-18-2025, 04:13 PM
» Replies: 5
» Views: 3,112
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Nov-17-2025, 11:47 AM
» Replies: 4
» Views: 254

 
  Pandas DataFrame not updating
Posted by: HelpMePlease - Jul-10-2020, 02:21 PM - Forum: Data Science - Replies (3)

Hi, I am trying to program a Car Application menu loop to display the list of cars and add on cars according to the userinput 1 and 2 re..... More

Print this item

  showing all parts in the boundaries when plotting
Posted by: grknkilicaslan - Jul-10-2020, 12:59 PM - Forum: General Coding Help - Replies (1)

Hi everybody,
When I was plotting according to the code below, it gives the result between -60 and 20 on the x-axis but I want only the part between ..... More

Print this item

  Word Game
Posted by: paulmerton4pope - Jul-10-2020, 12:44 PM - Forum: General Coding Help - Replies (4)

[align=justify][i]Hi everyone,

I hope you're all keeping safe during this time.

I'm trying to create a word game in Python (using Thonny), where..... More

Print this item

  Regex findall()
Posted by: NewBeie - Jul-10-2020, 11:13 AM - Forum: General Coding Help - Replies (2)

Hi

I have re code with find findall() function. I understand that findall supposed to find a certain match in the given string, but the output that..... More

Print this item

  Tkinter basic email client
Posted by: menator01 - Jul-10-2020, 09:25 AM - Forum: Code sharing - Replies (4)

This is my first attempt at an email client. It does not handle all email. It's setup for plain text. Will handle some multipart but I have it setup t..... More

Print this item

  Test a class function via "unittest "
Posted by: Penguin827 - Jul-10-2020, 07:49 AM - Forum: General Coding Help - Replies (1)

[python]import unittest
#from employee113 import Employee

class Employee():
"""a class for show employee"""
def __init__(self,first_name,last_..... More

Print this item

  XML Parsing in python
Posted by: aarushprathap - Jul-10-2020, 04:54 AM - Forum: General Coding Help - Replies (2)

HI All,

I have an input file sample like below

[python]

<file="excel.1ew9u4t0tggb9315darmm0nfz2kb"
name ="Custom SQL Query" type="text"..... More

Print this item

  Function to return list of all the INDEX values of a defined ndarray?
Posted by: pjfarley3 - Jul-10-2020, 01:35 AM - Forum: General Coding Help - Replies (2)

If I have a numpy.ndarray defined as follows:

import numpy as np
x = np.ndarray([2,2,2], order='C', dtype='<U3')
Is there a functio..... More

Print this item

  ticktock generator and command
Posted by: Skaperen - Jul-10-2020, 01:19 AM - Forum: Code sharing - Replies (1)

this code can be imported for the generator or just run to be a command (some people may want to add a #! at the start). the generator simply returns..... More

Print this item

  Variable not defined
Posted by: Heyjoe - Jul-10-2020, 01:15 AM - Forum: General Coding Help - Replies (4)

Dear Python Users,

The following program creates a command button. I defined a function called ans1 to give to the command button. It assigns the..... More

Print this item

  stopping number conversion before end
Posted by: Skaperen - Jul-09-2020, 10:48 PM - Forum: General Coding Help - Replies (6)

this function gets a str that has decimal digit characters followed by one alphabetic character that indicates how to multiply the number those digits..... More

Print this item

  python read binary file
Posted by: Pyguys - Jul-09-2020, 10:45 PM - Forum: General Coding Help - Replies (4)

as topics. i want to read a binary file. i need some some offset in it and control by big or little endian. but i have problem with it.

[python]
..... More

Print this item

  Python 3.6.10 fails when running a localized script.
Posted by: Mikee - Jul-09-2020, 08:44 PM - Forum: General Coding Help - Replies (2)

Hello,

Thanks for having me here. I am a new to python.

I am stuck with something which i think most of you might already know.
I have a py scr..... More

Print this item

  Wait for command within a process
Posted by: bRitch022 - Jul-09-2020, 07:34 PM - Forum: General Coding Help - Replies (1)

I'm attempting to set up a process which listens for commands. Eventually this will be implemented with TCP/UDP and MODBUS, but for now I am trying to..... More

Print this item

  Tensorflow cudart64_101.dll could not find dll
Posted by: robdineen - Jul-09-2020, 07:18 PM - Forum: Data Science - Replies (1)

Hello there

i have an issue running the following tensorflow code on Pycharm

[python]import tensorflow as tf
from tensorflow import keras

NB..... More

Print this item

  Filter data based on a value from another dataframe column and create a file using lo
Posted by: pawanmtm - Jul-09-2020, 05:48 PM - Forum: Data Science - Replies (1)

Hi All,

I started learning Python few days ago. With google help i started coding to automate a process as described below:

I have a file with ..... More

Print this item

  converting .py to .asc
Posted by: ana - Jul-09-2020, 05:29 PM - Forum: General Coding Help - Replies (4)

Hello
i have a .py file i want to open it using open() and convert it to .asc file . Am completely new to python. Any help will be appreciated.

Print this item

  collections.OrderedDict
Posted by: Bert123456 - Jul-09-2020, 05:17 PM - Forum: General Coding Help - Replies (2)

Hi, I have an object which looks like that:

a = ([('AAA', {'xxx': Value1, 'yyy': Value2})], [BBB, {'xxx': Value3, 'yyy': Value4}])
..... More

Print this item

  The program isn't counting the total properly
Posted by: DanielCook - Jul-09-2020, 04:26 PM - Forum: General Coding Help - Replies (1)

[python]#blackjack

import random
deck = ["2+diamonds","3+diamonds","4+diamonds","5+diamonds","6+diamonds","7+diamonds","8+diamonds","9+diamonds","..... More

Print this item

  Loop problems
Posted by: Kristenl2784 - Jul-09-2020, 03:57 PM - Forum: General Coding Help - No Replies

Hello,

I can't seem to figure out why this script will only look at the 1st source file, perform the actions, paste to template and save then stop...... More

Print this item

  How to install and use a shared libary, via a .dll?
Posted by: ninjaisfast - Jul-09-2020, 03:23 PM - Forum: General Coding Help - No Replies

I'm trying to control my Elgato Stream Deck via Python, and am trying to follow the steps here: https://python-elgato-streamdeck.readthedocs.io/en/sta..... More

Print this item

  New in Python Amazon Scraping
Posted by: brian1425 - Jul-09-2020, 03:19 PM - Forum: Web Scraping & Web Development - Replies (1)

Hi Smile ,

I'm new in Python programmation. I have followed a tutorial and written the code down below. (in between the stars)
I don't unders..... More

Print this item

  Use of input function to change screen background color in Turtles
Posted by: Oldman45 - Jul-09-2020, 02:34 PM - Forum: General Coding Help - Replies (3)

I am teaching myself Python on Python 3.8 following Think Like a Computer Scientist and having difficulties as I am a newcomer to coding

I have thi..... More

Print this item

  How to pass multiple arguments into function
Posted by: Mekala - Jul-09-2020, 02:25 PM - Forum: General Coding Help - Replies (4)

Hi,
I want to read a CSV file and I defined one function class, but my program gives error.
my input csv file to read:

[python]col1 col2 col3
..... More

Print this item

  python doc edit and run online?
Posted by: luckrill - Jul-09-2020, 01:28 PM - Forum: General Coding Help - No Replies

[Image: v2-bd7c053dbe34b305d485cac1d174ad07_720w.jpg]

above is rust mdbook, support edit and run online.

how to impl..... More

Print this item

  Array initialization anomaly
Posted by: JohnPie - Jul-09-2020, 12:50 PM - Forum: General Coding Help - Replies (1)

Depending on how I initialize an array its behaviour is different and in one case seems like a Python bug. In my example I create two 3 X 10 arrays us..... More

Print this item

  pandas read_csv can't handle missing data
Posted by: mrdominikku - Jul-09-2020, 12:26 PM - Forum: Data Science - No Replies

I am trying to download data from football data

[python]import os

import pandas as pd

GAMES = ['E0', '..... More

Print this item

  Plotting 3D Data with Custom Colorbar
Posted by: Gates666 - Jul-09-2020, 10:56 AM - Forum: General Coding Help - No Replies

Hello,

I'm new to Python and I require some help. This might be pretty easy for most of you, but not for me. I'm working on my Bachelor's Degree an..... More

Print this item

  Short link URL
Posted by: Evil_Patrick - Jul-09-2020, 09:56 AM - Forum: Web Scraping & Web Development - Replies (5)

Let's say I open a Short link url using Requests
Like:

source = requests.get("short.url/k123h3")
is there any way I ca..... More

Print this item

  Erreur Code
Posted by: yan_mhb - Jul-09-2020, 09:54 AM - Forum: General Coding Help - Replies (2)

bonjour,

j'ai un projet sur python, et le but est d'envoyer des trams du pc vers un bus CAN en utilisant le Kvaser Leaf Light V2.
je débogue mais ..... More

Print this item

  Searching string in file and save next line
Posted by: dani8586 - Jul-09-2020, 09:14 AM - Forum: General Coding Help - Replies (2)

Hello, I'm new to the forum so hello all! I've looked for the solution to my problem in the forum, but I didn't find it, so I ask. I apologize if this..... More

Print this item

  Tkinter email client
Posted by: menator01 - Jul-09-2020, 08:52 AM - Forum: News and Discussions - Replies (1)

Just wanted to share the current learning project.
Although far from being finished, I the program will get and display email subjects.
Refreshes ev..... More

Print this item

  Get text entry in frame1, echo it in frame2
Posted by: Pedroski55 - Jul-09-2020, 08:45 AM - Forum: GUI - Replies (8)

I'm trying to learn tkinter.

In my window I have 2 frames, frame1 and frame2. Everything displays OK.

I can get a text entry in frame1 and I ca..... More

Print this item

  Searching through Nested Dictionaries and Lists
Posted by: Dave_London - Jul-09-2020, 08:44 AM - Forum: General Coding Help - Replies (1)

Hi all,
I hope you can help me Smile

I am accessing data via an API and I end up with data in nested dictionaries and lists.

I am trying ..... More

Print this item

  Monitor specific line of code from website
Posted by: Olimpiarob - Jul-09-2020, 08:28 AM - Forum: General Coding Help - Replies (1)

Im looking for some guidelines/tips when I want to monitor a specific line of code from a website.

The website that I want to monitor is dynamic. E..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  How Can Solo Indie Game D... 3 hours ago OtiliaBecker OtiliaBecker Game Developm...
  [SOLVED] [BeautifulSoup] ... Yesterday, 14:10 Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... Yesterday, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  How to put my game loop i... Yesterday, 04:59 temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... Yesterday, 04:46 Barber532 SledgeNE Game Developm...
  Graph Interpolate Difficu... 11-19, 20:34 Tuurbo46 deanhystad General Codin...
  link variable to exc bloc... 11-19, 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
Most views
  The best Prog... 579184
  Tutorial Requ... 511886
  Web Scraping ... 442138
  Newbie with P... 386217
  New Users Int... 379107
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+ 12109
buran 8196
snippsat 7389
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
Santoro Today
OtiliaBecker Today
NAGASOWMYAGUNDU Yesterday
shipa1autotransport Yesterday
eastnoob 11-19

User Panel Messages

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