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,277
» Latest member: NAGASOWMYAGUNDU
» Forum threads: 38,790
» Forum posts: 175,867

Full Statistics

Online Users
There are currently 35 online users.
» 1 Member(s) | 29 Guest(s)
Bing, Google, Applebot, Mojeek, kshahzad1985

Latest Threads
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
6 hours ago
» Replies: 2
» Views: 77
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Today, 06:48 AM
» Replies: 0
» Views: 22
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Today, 04:59 AM
» Replies: 11
» Views: 5,971
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Today, 04:46 AM
» Replies: 2
» Views: 4,281
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 08:34 PM
» Replies: 3
» Views: 283
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 05:03 AM
» Replies: 1
» Views: 132
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 202
best way to learn python
Forum: News and Discussions
Last Post: mamta25
Nov-18-2025, 04:13 PM
» Replies: 5
» Views: 3,106
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Nov-17-2025, 11:47 AM
» Replies: 4
» Views: 245
PermissionError: [Errno 1...
Forum: GUI
Last Post: Tuurbo46
Nov-17-2025, 08:44 AM
» Replies: 2
» Views: 166

 
  Tkinter delete values in Entries, when I'm changing the Frame
Posted by: robertoCarlos - Jul-29-2020, 02:06 PM - Forum: GUI - Replies (11)

First of all, I am sorry if I do not comply with the optimal formalities in my first question.

I have programmed a GUI with several windows with Tk..... More

Print this item

  os.list dir not working
Posted by: Kristenl2784 - Jul-29-2020, 01:41 PM - Forum: General Coding Help - Replies (8)

Hello,

For some reason this isn't working, it shows files list as 0 []. I have 6 .xlsx files in the input_dir. If I put the .xlsx file where the sc..... More

Print this item

  pytz: get integer utc offset from Olsen region/city
Posted by: h4tt3n - Jul-29-2020, 01:13 PM - Forum: General Coding Help - Replies (2)

Hello folks,

Newbie Python programmer here. I am just beginning to learn the pytz time zone module.

Can you please explain how I get an UTC off..... More

Print this item

  While loop keeps looping
Posted by: mcoliver88 - Jul-29-2020, 12:33 PM - Forum: General Coding Help - Replies (3)

Hi All,

Really new to Python, and doing some coding to get use/understand it. I am working on a program, that creates a random number and the user ..... More

Print this item

  Pillow on windows
Posted by: TamP - Jul-29-2020, 11:17 AM - Forum: General Coding Help - Replies (2)

I am running python 32bit 3.8.4 on Windows 10
I installed pillow with, pip install Pillow but python does not like this
and returns PIL not found
..... More

Print this item

  Plotting histogram of dataframe column
Posted by: Mark17 - Jul-29-2020, 10:34 AM - Forum: Homework - Replies (4)

I have the answer, but I don't understand it:

[Python]
from matplotlib import pyplot as plt
%matplotlib inline #Jupiter notebook
plt.style.use('..... More

Print this item

  Email Security with SendGrid - what are the risks?
Posted by: Runecaster - Jul-29-2020, 06:16 AM - Forum: Code Review - Replies (3)

Hi,

I download a bunch of documents on a monthly basis and then mail them out to specific individuals. I wrote a code to automate the process usin..... More

Print this item

  Function will not load from a module
Posted by: Pedroski55 - Jul-28-2020, 11:20 PM - Forum: General Coding Help - Replies (1)

I have a tkinter window, master2.py This window has 14 buttons. Click a button and another window opens. The windows all help me make html for my home..... More

Print this item

  Edit Open and Active Excel sheet in Python
Posted by: JoeDainton123 - Jul-28-2020, 09:42 PM - Forum: General Coding Help - Replies (1)

Hello community

This is Joe and i have decided to embark on learning how to code in Python after writing simple Macros in excel VB.

I am current..... More

Print this item

  [Tkinter] calling a new window from a tkinter window
Posted by: neuroprogrammer - Jul-28-2020, 09:19 PM - Forum: GUI - Replies (2)

I'm having trouble navigating nested windows calls with tkinter. The first window builds and executes well, with a window.mainloop() statement at at ..... More

Print this item

  Filter numbers (that start with 1)
Posted by: zinho - Jul-28-2020, 08:34 PM - Forum: Data Science - Replies (2)

Hi how filter number in column CFOP that which start with number 1xxx

I have a column CFOP with number type like this (Dtype int64)
CFOP
5927
54..... More

Print this item

  Chunking and Sorting a large file
Posted by: Robotguy - Jul-28-2020, 08:30 PM - Forum: Data Science - Replies (1)

Hi Everyone,

I am trying to read and sort a large text file (10 GBs) in chunks. The aim is to sort the data based on column 2. The following achiev..... More

Print this item

  Sending How to send private message with Flask-Socketio and Vue
Posted by: jonte - Jul-28-2020, 08:14 PM - Forum: Web Scraping & Web Development - No Replies

I am trying to send friend request to the clients with Flask-socketIO.
I have been following the instructions for the backend at https://www.youtube...... More

Print this item

  Managing dependencies with pipenv
Posted by: t4keheart - Jul-28-2020, 07:56 PM - Forum: General Coding Help - Replies (6)

So I had a project I was working on in a pipenv virtual environment. My computer took a crap and I had to re-install my OS. Luckily I had a copy of th..... More

Print this item

  How to limit the fie size in logging.
Posted by: maiya - Jul-28-2020, 05:48 PM - Forum: General Coding Help - Replies (2)

Hi All,

How to limit the file size and should start to write into a new file in logging. Much appreciated your help/suggestions on this. Thanks a l..... More

Print this item

  help ><
Posted by: ant2222 - Jul-28-2020, 05:47 PM - Forum: Homework - Replies (5)

im very new to python.

im trying to do a challenge.
there is that script that encrypts.

[python]def GGGGotate(lol):
bit = lol << 1
movebit =..... More

Print this item

  how to solve "a bytes-like object is required, not 'str'" error
Posted by: maiya - Jul-28-2020, 05:43 PM - Forum: General Coding Help - Replies (2)

Hi All,

Am getting the following error, while writing a string to process using write method in python 3, and it works very well for python 2.

I..... More

Print this item

  extract a dictionary from a string
Posted by: berc - Jul-28-2020, 05:36 PM - Forum: General Coding Help - Replies (4)

Hello everyone
Please help me solve my little problem.
Created an object in canvas tkinter (canvas.create_image(bot['coord'], image = bot['image'],..... More

Print this item

  Resolving YouTube search links
Posted by: pythonnewbie138 - Jul-28-2020, 04:20 PM - Forum: Web Scraping & Web Development - Replies (16)

The goal of the program is as follows:

  1. perform a youtube search per user input
  2. print the first 5 search results to the terminal for..... More

Print this item

  Python Error- TypeError: ('Params must be in a list, tuple, or Row', 'HY000')
Posted by: DarkCoder2020 - Jul-28-2020, 03:49 PM - Forum: General Coding Help - Replies (3)

I have a python error TypeError: ('Params must be in a list, tuple, or Row', 'HY000') but I don't know how to fix any suggestions my code is below:
..... More

Print this item

  invalid syntax when trying install package
Posted by: Omer_ - Jul-28-2020, 03:44 PM - Forum: General Coding Help - Replies (1)

I tried to install a requirements.txt but I keep getting this message: screen shot

I google and youtube sear..... More

Print this item

  TCP IP Comunication
Posted by: Agon - Jul-28-2020, 01:57 PM - Forum: Networking - Replies (2)

Hello, How can I send a command to a industrial device, through the TCP IP Socket Comunication. The command is HEX.
Thank you

Print this item

  Str problem, not counting
Posted by: Hann - Jul-28-2020, 01:34 PM - Forum: General Coding Help - Replies (7)

Hello! I need some help, I really can't understand something. Wall
I try to count how many times 'a', 'b' or 'c' is introduced in 10 repet..... More

Print this item

  string match
Posted by: Kristenl2784 - Jul-28-2020, 01:01 PM - Forum: General Coding Help - Replies (1)

Hello,

This is just a portion of the code, I thought I would only cut out what I'm currently working on. This part of the code is inside a for loo..... More

Print this item

  Change the color automatically
Posted by: Dragonos - Jul-28-2020, 11:43 AM - Forum: General Coding Help - Replies (5)

Hi, I am new to Python, and was wondering if it was possible to change the color automatically in the program. In fact, it would be to change the colo..... More

Print this item

  How to find what is causing the unboundlocalerror 'crumb' and invalid syntax error?
Posted by: JonathanBanks - Jul-28-2020, 10:27 AM - Forum: Data Science - Replies (1)

I am running a test for cointegration using numpy and pandas library. The codeis written in Python 2 while I am trying to execute the code in Python 3..... More

Print this item

  How to Think Like a Computer Scientist - exercise solutions
Posted by: Oldman45 - Jul-28-2020, 08:45 AM - Forum: News and Discussions - Replies (3)

I am using How to Think Like a Computer Scientist to teach myself Python 3.8.4 but the book contains no solutions to the exercises. Is anybody aware ..... More

Print this item

  Check text contains words similar to themes/topics (thesaurus)
Posted by: Bec - Jul-28-2020, 08:34 AM - Forum: General Coding Help - Replies (1)

I'm a beginner in python and am needing some help (either code, or point me in the right direction for help).

I have some free text fields where i ..... More

Print this item

  Open source PyCharm
Posted by: Ben69ben - Jul-28-2020, 08:11 AM - Forum: News and Discussions - Replies (4)

Hi everyone,
I've just got the PyCharm student's version.
Could you please tell me if Open source code means that eveyone can see/ use my code?
Doe..... More

Print this item

  Pycharm - method to deploy finshed project with AppImage
Posted by: Murray - Jul-28-2020, 05:43 AM - Forum: Code sharing - No Replies

This is a Pycharm process that lets you create an AppImage of your python App
without any AppImage packaging knowledge. You develop your app as norm..... More

Print this item

  Line of code to show dictionary doesn't work
Posted by: MaartenRo - Jul-28-2020, 02:55 AM - Forum: General Coding Help - Replies (2)

Hi,

I am trying to write a line of code that should return the names and their favourite colors. Somehow it won't work. What am i doing wrong? I d..... More

Print this item

  select all the span text with same attribute
Posted by: JennyYang - Jul-28-2020, 02:24 AM - Forum: Web Scraping & Web Development - Replies (2)

after finding all spans in the object I get the results as following.
I would like to choose the different values using:
rating_chart[31].find('spa..... More

Print this item

  Python API and requests
Posted by: deep_logic - Jul-28-2020, 01:06 AM - Forum: General Coding Help - Replies (9)

Hi all,
I'm trying to download some data from the Energy Information Administration with my API. This url: ..... More

Print this item

  how to handling time series data file with Python?
Posted by: aupres - Jul-28-2020, 01:01 AM - Forum: Data Science - Replies (4)

I am a newbie in deep learning and try to make feature matrix with python. My sample data structure is like below,

dataset.csv

[python]
..... More

Print this item

  name error "name"is not defined
Posted by: MaartenRo - Jul-28-2020, 12:41 AM - Forum: General Coding Help - Replies (1)

Hi,

I am doing an exercise but somehow my code doesn't work. It should ask for a colorname and when the user types red, orange, yellow, green or bl..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [SOLVED] [BeautifulSoup] ... 6 hours ago Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... Today, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  How to put my game loop i... Today, 04:59 temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... Today, 04:46 Barber532 SledgeNE Game Developm...
  Graph Interpolate Difficu... Yesterday, 20:34 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...
Most views
  The best Prog... 579181
  Tutorial Requ... 511835
  Web Scraping ... 442134
  Newbie with P... 386213
  New Users Int... 379051
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
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
NAGASOWMYAGUNDU Today
shipa1autotransport Today
eastnoob Yesterday
SavingSquirrel199835 11-18
Astrobert 11-18

User Panel Messages

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