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,256
» Latest member: TomTMH
» Forum threads: 38,782
» Forum posts: 175,833

Full Statistics

Online Users
There are currently 36 online users.
» 1 Member(s) | 33 Guest(s)
Google, Bing, deanhystad

Latest Threads
Please guide me to comple...
Forum: General Coding Help
Last Post: noisefloor
38 minutes ago
» Replies: 1
» Views: 61
[solved] re.split issue
Forum: General Coding Help
Last Post: Pedroski55
5 hours ago
» Replies: 7
» Views: 135
New to python and coding
Forum: Homework
Last Post: jefsummers
11 hours ago
» Replies: 6
» Views: 182
Backward compatibility qu...
Forum: News and Discussions
Last Post: noisefloor
Yesterday, 11:52 AM
» Replies: 6
» Views: 352
why is the image not show...
Forum: General Coding Help
Last Post: deanhystad
Nov-12-2025, 07:26 PM
» Replies: 2
» Views: 114
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Nov-12-2025, 10:11 AM
» Replies: 6
» Views: 242
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-11-2025, 09:52 AM
» Replies: 11
» Views: 380
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 148
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,643
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 250

 
  understanding Google's OAuth 2.0
Posted by: aster - Apr-18-2021, 12:54 PM - Forum: General Coding Help - No Replies

Hello,

I am finishing a program where I use Google's OAuth 2.0, I will need to move this program between different computers.

To authenticateI u..... More

Print this item

  [split] NameError: name 'start_with_first_selected' is not defined
Posted by: knoxvilles_joker - Apr-18-2021, 10:45 AM - Forum: General Coding Help - Replies (4)

I started the process of redoing the code so I can place it into the splash screen script I have but I had to redo the initialization part of the scri..... More

Print this item

  Multiple Plotting in Same PLot
Posted by: quest - Apr-18-2021, 10:26 AM - Forum: General Coding Help - No Replies

Hello,

I want to plot multiple curve in sale plot line here:
[img]https://queirozf.com/entries/matplotlib-examples-displaying-and-configuring-legend..... More

Print this item

  Spyder stopped working in Windows 10
Posted by: gammaray - Apr-18-2021, 09:23 AM - Forum: General Coding Help - Replies (3)

It seems that Spyder got somehow blocked by Windows 10 after some update. I don't find a tick in Windows Defender that would be specific to Spyder, ho..... More

Print this item

  Updating button text based upon different variable values
Posted by: knoxvilles_joker - Apr-18-2021, 04:13 AM - Forum: GUI - No Replies

I am working through among one of the final issues on my script. I have the temp and rate bars updating like I want. I have the ammo and msec countd..... More

Print this item

  Code worked in shell but not when I tried in my project.
Posted by: yoohooos - Apr-18-2021, 03:30 AM - Forum: Web Scraping & Web Development - Replies (1)

First of all, I really don't know what the error is, so I can't come up with a better header.

I was learning scraping using Scrapy by following the [..... More

Print this item

  return
Posted by: Skaperen - Apr-17-2021, 11:04 PM - Forum: Bar - Replies (4)

the language i created long ago that was never finished did returns not as a statement, but as a function call. this was a unique function in each fu..... More

Print this item

  Import Error
Posted by: Christian - Apr-17-2021, 08:40 PM - Forum: General Coding Help - Replies (3)

Hello everyone

I downloaded a Github repo.
this is the main directory
[quote]
baselines common configs envs firl fuck logs README.md r..... More

Print this item

  update text variable on label with keypress
Posted by: knoxvilles_joker - Apr-17-2021, 07:03 PM - Forum: GUI - Replies (5)

I am trying to get a gui to update with four different possible letters to display in the left and right top corners of the window (a, b, c, d). I am..... More

Print this item

Star Split and organize my Pandas Dataframe
Posted by: brunolelli - Apr-17-2021, 03:31 PM - Forum: General Coding Help - Replies (4)

Hello guys,

I'm using the following code in order to collect the cancelled flights from some airlines:
[python]import pandas as pd

url_ini = 'h..... More

Print this item

Lightbulb Python Nested Dictionary
Posted by: michaelserra - Apr-17-2021, 12:44 PM - Forum: General Coding Help - Replies (2)

I'm trying to create a little program that stores user-entered information in a nested dictionary and then converts it to a Pandas dataframe.

The dic..... More

Print this item

  More non english characters
Posted by: johnboy1974 - Apr-17-2021, 11:32 AM - Forum: General Coding Help - Replies (8)

Hi,

When I read from JSON, it's recognising the special characters however when using the write funciton, it has started falling over. Not sure wh..... More

Print this item

  best practice for import libraries and using pyinstaller
Posted by: aster - Apr-17-2021, 10:16 AM - Forum: General Coding Help - Replies (3)

Hello,

I have a python program splitted in multiple files, I convert it to an executable with pyinstaller.

I am not sure about witch is the best pra..... More

Print this item

  How to transfer a finished ML- project to the cloud?
Posted by: AlekseyPython - Apr-17-2021, 05:06 AM - Forum: Data Science - Replies (1)

Python 3.9.2, Fedora 33

I wrote a ML- project, that takes a long time to compute on a local machine. So I decided to use the computational power of..... More

Print this item

  shooting system in asteroid games
Posted by: syafiq14 - Apr-17-2021, 12:52 AM - Forum: Game Development - Replies (1)

I'm making a game like the classic asteroid game, I can make the movement and acceleration but I don't understand how to make the shooting system simi..... More

Print this item

  How to convert dates in odd format to months
Posted by: lokhtar - Apr-17-2021, 12:40 AM - Forum: General Coding Help - Replies (2)

So I have a column called 'age' in my sql column that is inconsistent in format. It lists ages of kids in days, weeks or months. For example:

[out..... More

Print this item

  Virtualenv with auto restart
Posted by: JohnnyCoffee - Apr-16-2021, 05:39 PM - Forum: News and Discussions - Replies (3)

Is there any way to leave virtualenv in autorestart mode so that you don't have to use the (deactivate) and (activate) command to restart it ?

Print this item

  Text.search() regexp not working
Posted by: rfresh737 - Apr-16-2021, 03:31 PM - Forum: GUI - Replies (11)

My code below uses text_widget.search() with regexp=True but it's not finding my target word. Can someone tell me what I am missing?

I also have a ..... More

Print this item

  get data (temperature and humidity) from DHT22 into CSV and sending them over the net
Posted by: apollo - Apr-16-2021, 02:00 PM - Forum: General Coding Help - No Replies

Dear Python-fellows Smile


hope youre all right and everything goes well at your hometown. Hopefully youre well.

Currently i work on a li..... More

Print this item

  Beautiful Soup - access a rating value in a class
Posted by: KatMac - Apr-16-2021, 01:08 PM - Forum: Web Scraping & Web Development - Replies (1)

On the web page I am am trying to scrape, I have come across the following html tag: <p class="star-rating One">

Currently, I am using the followin..... More

Print this item

Big Grin New to python, starting from scratch
Posted by: Pythnoobvent1971 - Apr-16-2021, 11:34 AM - Forum: General Coding Help - Replies (1)

[python]questions = ["What is your name?", "What is your favorite color?", "What is your quest?"]
n = 0
while True:
print("Type q to quit")
..... More

Print this item

  math,numpy
Posted by: pyStudent - Apr-16-2021, 11:14 AM - Forum: Homework - Replies (2)

I need write a function which generate a random matrix (bigger than 2x2). And calculate all the 2x2 part determinant of the generated matrix and gener..... More

Print this item

  If else
Posted by: africanism - Apr-16-2021, 07:31 AM - Forum: General Coding Help - Replies (6)

Hello everyone, I'm new to python and I'm blocking on a piece of code, basically I would like that in the if condition, if the condition is true it ex..... More

Print this item

  Error updating one to many relationship in Flask/ SQLAlchemy
Posted by: atindra - Apr-15-2021, 10:04 PM - Forum: Web Scraping & Web Development - No Replies

Hello,

I have two models Parent and Child in my database, there's a one to many relationship between these two models i.e. one parent can have mult..... More

Print this item

  Finding all roots of a function
Posted by: thonpy - Apr-15-2021, 07:30 PM - Forum: General Coding Help - Replies (3)

I have written the following snippet of code:

[python]
import numpy as np
import math as m
import cmath as cm
from scipy.optimize import minimi..... More

Print this item

  Installing auto-sklearn on Windows 10
Posted by: Led_Zeppelin - Apr-15-2021, 06:43 PM - Forum: General Coding Help - Replies (1)

I installed Ubuntu 18.04 on Windows 10 as an application. The latest version of python in Ubuntu 18.04 is python 3.6.9.

Since I wish to install an..... More

Print this item

  tkinter camera threads
Posted by: Nick_tkinter - Apr-15-2021, 05:34 PM - Forum: GUI - Replies (6)

Hello everyone.
I have a big code in tkinter with 14 files.In one of my files I control my camera and show the output inside a frame (in tkinter).
So ..... More

Print this item

  Beautifull Soap. Split page using a value and not a tag.
Posted by: lillo123 - Apr-15-2021, 05:01 PM - Forum: Web Scraping & Web Development - Replies (5)

Hi, look please at this page:
https://mob.processotelematico.giustizia...id=137cd99..... More

Print this item

  adding button status updates to countdown counter
Posted by: knoxvilles_joker - Apr-15-2021, 03:21 PM - Forum: GUI - Replies (7)

I have gotten my script farther and farther along thanks to some help here. I am now trying to get things to where the temperature bar has an automat..... More

Print this item

  How to extract specific key value pair from string?
Posted by: aditi06 - Apr-15-2021, 03:00 PM - Forum: General Coding Help - No Replies

Hi,

I am new to python programming and need your help.

I have a Notes Column in excel file which contains data as below

ROW 1: Country:USA

..... More

Print this item

  how search files
Posted by: Ron_Crafter - Apr-15-2021, 02:58 PM - Forum: General Coding Help - Replies (4)

how do python search exe files and open Think

Print this item

  PysimpleGui + Mysql
Posted by: Xuli - Apr-15-2021, 01:17 PM - Forum: GUI - Replies (1)

Hi,

I made a login/signup page using pysimplegui and I want to integrate it with mysql. I want to store the user information in a database. Can so..... More

Print this item

  Refresh x-labels in matplotlib animation widget
Posted by: JohnT - Apr-15-2021, 11:02 AM - Forum: GUI - Replies (5)

Hi,

I'm working on my first pyQt gui. I'm using QtDesigner.

I've added four widgets on which I draw live sensor data. I'm Using the matplotlib...... More

Print this item

  Create Generator in the Class
Posted by: quest - Apr-15-2021, 10:19 AM - Forum: General Coding Help - Replies (1)

Hello,

I have a class and inside this class I have this function:

[python]
def ff(self, timelimit):

while self.lasttime < timelimit :
..... More

Print this item

  MicroPython ESP32 color changing from temps
Posted by: Sim00778 - Apr-15-2021, 09:46 AM - Forum: Homework - Replies (2)

For a class I'm in I'm making a coaster that lights up differently depending on how cold or hot the drink sitting on it is.
Connected to the ESP32 boa..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Please guide me to comple... 38 minutes ago pbkurd noisefloor General Codin...
  [solved] re.split issue 5 hours ago paul18fr Pedroski55 General Codin...
  New to python and coding 11 hours ago lary_p jefsummers Homework
  Backward compatibility qu... Yesterday, 11:52 yutaozhou noisefloor News and Disc...
  why is the image not show... 11-12, 19:26 sarbogast deanhystad General Codin...
  Help with Serial.write in... 11-12, 10:11 racingsubby Larz60+ General Codin...
  [Tkinter] I’m building a ... 11-11, 09:52 tsgiannis tsgiannis GUI
  [split] print two differe... 11-10, 05:37 Reema Gribouillis General Codin...
  Data Science 11-10, 05:27 Oshadha mamta25 Data Science
  Two arguments in input fu... 11-09, 00:56 Alfredd Pedroski55 General Codin...
  [openpyxl] Set the lockin... 11-07, 11:59 BelleroDev Pedroski55 General Codin...
Most views
  The best Prog... 578938
  Tutorial Requ... 510295
  Web Scraping ... 441961
  Newbie with P... 385976
  New Users Int... 376909
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+ 12107
buran 8195
snippsat 7388
deanhystad 6909
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
TomTMH Yesterday
pbkurd Yesterday
Gichardaxora Yesterday
cc123 Yesterday
Jessicaadams Yesterday

User Panel Messages

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