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,390
» Latest member: desy845
» Forum threads: 38,821
» Forum posts: 176,018

Full Statistics

Online Users
There are currently 38 online users.
» 1 Member(s) | 32 Guest(s)
Bing, Google, Mojeek, AOL, Google Image, Gribouillis

Latest Threads
How to Integrate External...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 06:21 PM
» Replies: 1
» Views: 55
Calling python from anoth...
Forum: General Coding Help
Last Post: eedjsa
Yesterday, 04:06 PM
» Replies: 9
» Views: 229
IP address for users
Forum: Networking
Last Post: itx_sumeet
Yesterday, 05:53 AM
» Replies: 4
» Views: 7,066
Lottery generator (beginn...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 01:10 AM
» Replies: 5
» Views: 9,892
[split] How to ask Smart ...
Forum: General Coding Help
Last Post: Pedroski55
Dec-25-2025, 07:58 AM
» Replies: 2
» Views: 137
Need Help with Pandas Con...
Forum: Bar
Last Post: Axel_Erfurt
Dec-24-2025, 10:07 AM
» Replies: 1
» Views: 82
requests.post not sending...
Forum: Web Scraping & Web Development
Last Post: noisefloor
Dec-24-2025, 09:20 AM
» Replies: 2
» Views: 146
Looking for constructive ...
Forum: News and Discussions
Last Post: cecrease
Dec-24-2025, 03:16 AM
» Replies: 2
» Views: 1,295
Switching from batch proc...
Forum: GUI
Last Post: arbiel
Dec-23-2025, 09:38 PM
» Replies: 0
» Views: 107
Exploring Different Pytho...
Forum: News and Discussions
Last Post: ankitsharma32
Dec-23-2025, 01:01 PM
» Replies: 3
» Views: 756

 
  Taking info from Json & using it in Python
Posted by: Extra - Mar-29-2022, 10:26 PM - Forum: General Coding Help - Replies (8)

Hello,

I have a json file filled with intents that I would like to use in my voice assistant.

I would like to have so it goes when I say one of ..... More

Print this item

  [SOLVED] Concat data from dictionary?
Posted by: Winfried - Mar-29-2022, 07:39 PM - Forum: General Coding Help - Replies (4)

Hello,

I don't know how to read all the data from a dictionary into a string:

[python]"""
ipconfig:

[{'addr': '192.168.188.213', 'netmask': ..... More

Print this item

  sqlalchemy could not find table
Posted by: 3lnyn0 - Mar-29-2022, 05:44 PM - Forum: General Coding Help - Replies (4)

Hi!
Please help me with the error below.
I also tried with the command: user_id = Column (String (13), ForeignKey ('users.user_id')) without child a..... More

Print this item

  Openpyxl-change value of cells in column based on value that currently occupies cells
Posted by: phillipaj1391 - Mar-29-2022, 04:54 PM - Forum: General Coding Help - Replies (5)

I am completely new to openpyxl so, as you can imagine, I am having pretty hard times when I try to make use of it.

I have an Excel report that con..... More

Print this item

  The formula in the function is not giving the correct value
Posted by: quest - Mar-29-2022, 02:59 PM - Forum: General Coding Help - Replies (1)

Here is my function
[python]def coefficients(_list,q_number):
paulis = list(product([i,x,y,z],repeat=q_number))
spaulis = list(product(['i'..... More

Print this item

  Tkinter text overlap
Posted by: Frankduc - Mar-29-2022, 01:50 PM - Forum: General Coding Help - Replies (3)

Hello,

I cant figure out why my text in upper left corner is overlaping when i switch the conversion from F to C and P to CM.

[python]from tkint..... More

Print this item

  Python SQL Help
Posted by: sschuldt - Mar-29-2022, 01:23 PM - Forum: General Coding Help - Replies (1)

I have the below code which is intended to execute a SQL (MSSQL) stored procedure that both updates some file names in a SQL table as well as return t..... More

Print this item

  Array Rotation Solution
Posted by: hannah - Mar-29-2022, 12:40 PM - Forum: General Coding Help - Replies (3)

Hello Community folks,

Hope you all are doing well.

So had been practising a few Python programs on Arrays. Need help understanding this very ..... More

Print this item

  Matplotlib - automatic update
Posted by: frohr - Mar-29-2022, 08:26 AM - Forum: General Coding Help - Replies (1)

Hi all,
I am reading data from serial and then plot them. Everytime I wan to read from serial I send a char and get required data.
I want to change my..... More

Print this item

  Symbolic integration with SymPy thrown an error
Posted by: YF1 - Mar-29-2022, 06:43 AM - Forum: News and Discussions - No Replies

I ran into a problem with SymPy.jl for symbolic integration,

[python]using SymPy
m = symbols(“m”, integer=true)
n = symbols(“n”, integer=true)
x..... More

Print this item

  Writing to External File
Posted by: DaveG - Mar-29-2022, 03:59 AM - Forum: General Coding Help - Replies (9)

I wonder if someone could point out why this script is not writing to a file. I can see the correct values populating the terminal but when I go to op..... More

Print this item

  Identifying keywords in text
Posted by: drchips - Mar-28-2022, 07:21 PM - Forum: General Coding Help - Replies (6)

Hi,

I'm a teacher and I'd like to create a program with my students which analyses a text file to find two specific words and then outputs all the..... More

Print this item

  CSV writer - no output??
Posted by: Clives - Mar-28-2022, 05:24 PM - Forum: General Coding Help - Replies (6)

I am unable to use Pandas on a Python 2.7 environment.
I am appending all output into a new file using the csv library.
I am having to use Visual Co..... More

Print this item

  Having strange results from an RFID HID card reader - I'm stuck
Posted by: orbisnz - Mar-28-2022, 02:52 AM - Forum: General Coding Help - Replies (1)

Hi all, and thanks for taking a look. I'm in the process of upgrading an old Python 2.7 program I wrote about 5 years ago to Python 3 as well as using..... More

Print this item

  Python3 hashlib
Posted by: ogautier - Mar-28-2022, 02:42 AM - Forum: General Coding Help - Replies (1)

Quote:Hello, I'm trying to read and compare from an online list, through a given hash, but I'm getting this error:
[quote]
Does anybody c..... More

Print this item

  Typeerror
Posted by: Leo - Mar-28-2022, 12:21 AM - Forum: Homework - Replies (2)

For this assignment we are to make a program that prompts the user for two temperature values between -20 and 50. The second one must be bigger than t..... More

Print this item

  accessing value in dict_values class
Posted by: CompleteNewb - Mar-27-2022, 09:40 PM - Forum: General Coding Help - Replies (14)

i have this program snippet:

[python]
samelist = []
list1 = []
lst = [1,1]
alllist = {
4:[1,1,1,1],
5:[1,1,1],
6:[1,1]
}

for i in lst:
..... More

Print this item

  Trading System Architect and Developer, Eastern Europe, full remote
Posted by: AlexanderElkin - Mar-27-2022, 06:59 PM - Forum: Jobs - Replies (1)

Hi everyone! We are a sports analytics startup. We develop predictions of unparalleled quality for sports events such as soccer games, leveraging our ..... More

Print this item

  AttributeError: 'function' object has no attribute 'metadata
Posted by: 3lnyn0 - Mar-27-2022, 06:35 PM - Forum: General Coding Help - Replies (5)

Hi!
Please help me with the error below.

[error] Base.metadata.create_all(engine)
AttributeError: 'function' object has no attribute 'metadata..... More

Print this item

  Return a value to __main__
Posted by: menator01 - Mar-27-2022, 03:58 AM - Forum: GUI - Replies (7)

Using this example, is there a way to return the updated value or how to use the after method in the main?

[python]import tkinter as tk

class Wi..... More

Print this item

  Reading an Input File
Posted by: DaveG - Mar-26-2022, 11:36 PM - Forum: General Coding Help - Replies (1)

Hi
I hope this makes sense. I have a Python script that reads an input (binary??) file of geographic coordinates and I get this error:

forrtl: sev..... More

Print this item

  Selenium - bypass Cloudflare bot detection
Posted by: klaarnou - Mar-26-2022, 08:11 PM - Forum: Web Scraping & Web Development - Replies (5)

Hello,

Cloudflare detects my scraper and blocks access to the site.
I have tried to use selenium_stealth, this seems to pass bot detection at http..... More

Print this item

  Save JSON data to sqlite database on Django
Posted by: Quin - Mar-26-2022, 06:22 PM - Forum: Web Scraping & Web Development - No Replies

Hello everyone

I am trying to save JSON data to sqlite database on Django

I have these small code chunks here which are giving me some problems...... More

Print this item

  Python and SQL mastery
Posted by: OmegaRed94 - Mar-26-2022, 04:29 PM - Forum: General Coding Help - Replies (1)

Good day, Dear Pythonistas

I have the following question:

I know that there are a lot of courses and materials about (Python + SQL) implementati..... More

Print this item

  Pynput Library not Working with Windows
Posted by: jacknewport - Mar-26-2022, 03:11 PM - Forum: General Coding Help - Replies (1)

I'm trying to create a simple autoclicker where when I hold down on caps lock, the mouse will left click over and over again. I wrote a simple program..... More

Print this item

  tensorflow, How get value from Tensor
Posted by: Oleksnadr - Mar-26-2022, 02:55 PM - Forum: General Coding Help - Replies (1)

I upload the data in BatchDataset using the image_dataset_from_directory method
[python]
seed = 64
images = tf.keras.utils.image_dataset_from_direc..... More

Print this item

  how to add two buttons with different functions in Tk
Posted by: LinuxLife - Mar-26-2022, 02:16 PM - Forum: GUI - Replies (8)

hello all!
first time here,to ask for your support...
got this code in my attached file.it has two buttons,and two different functions.
the problem..... More


Attached Files

.py   teliko.py (Size: 2.67 KB / Downloads: 378)
Print this item

  Making Code Cleaner
Posted by: sklord - Mar-26-2022, 01:07 PM - Forum: Homework - Replies (1)

Is there any good website to hire a teacher per message on a simple question?


How do I make this code cleaner?
[python]
text_test = ('Hello'..... More

Print this item

  Loop through values in dictrionary and find the same as in previous row
Posted by: Paqqno - Mar-26-2022, 09:04 AM - Forum: General Coding Help - Replies (5)

I am new in Python and I am stuck with one problem for a few days now. I made a script that:

-takes data from CSV file
-sort it by same values in..... More

Print this item

  Python multiprocessing Pool apply async wait for process to complete
Posted by: sunny9495 - Mar-26-2022, 05:36 AM - Forum: General Coding Help - Replies (6)

I have coded a simple program of run through the list, but apply_sync isn't waiting until the list is complete, here is the code

[python]
import i..... More

Print this item

  How to ignore "Retrying (Retry(total=2, connect=2, read=5, redirect=5, status=None))"
Posted by: const - Mar-26-2022, 05:18 AM - Forum: General Coding Help - Replies (3)

Hi

While running my code, I encounter this kind of warnings:

[python][WARNING] - Retrying (Retry(total=2, connect=2, read=5, redirect=5, status=..... More

Print this item

  Tkinter not passing Value to Selenium
Posted by: Taksiepacze - Mar-25-2022, 05:40 PM - Forum: Web Scraping & Web Development - No Replies

Hi all, i'm going to try to explain this as accurately as i can.

My end goal is to successfully code a web scraper with Selenium with user inputs v..... More

Print this item

  Extracting Specific Lines from text file based on content.
Posted by: jokerfmj - Mar-25-2022, 12:42 PM - Forum: General Coding Help - Replies (8)

Hey, all. My apologies as I'm new to python in general, so I'm doing a lot of reading that goes over my head. :)

I'm working on a multi-step process ..... More

Print this item

  name.split() + (And) + print question
Posted by: sklord - Mar-25-2022, 11:57 AM - Forum: Homework - Replies (12)

The problem:

Input = My name is Bob and this is my wife Alice.
Output = Hello Bob and Alice!
else
Input = My name is Bob.
Output = Hello..... More

Print this item

  Results name is a variable itself
Posted by: paul18fr - Mar-25-2022, 08:32 AM - Forum: General Coding Help - Replies (2)

Hi
I do not remember how to proceed for the following assignment without using (hugly) local, global, and so on; the name if the functi..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  How to Integrate External... Yesterday, 18:21 finallen321 noisefloor General Codin...
  Calling python from anoth... Yesterday, 16:06 eedjsa eedjsa General Codin...
  IP address for users Yesterday, 05:53 Robots itx_sumeet Networking
  Lottery generator (beginn... Yesterday, 01:10 Hullari Pedroski55 General Codin...
  [split] How to ask Smart ... 12-25, 07:58 yoanselcp Pedroski55 General Codin...
  Need Help with Pandas Con... 12-24, 10:07 naproxy_1 Axel_Erfurt Bar
  requests.post not sending... 12-24, 09:20 JarredAwesome noisefloor Web Scraping ...
  Looking for constructive ... 12-24, 03:16 decuser cecrease News and Disc...
  [PyQt] Switching from bat... 12-23, 21:38 arbiel arbiel GUI
  Exploring Different Pytho... 12-23, 13:01 girish_benvanshi ankitsharma32 News and Disc...
  We open-sourced kubesdk —... 12-21, 11:52 beslanpuzl beslanpuzl Code sharing
Most views
  The best Prog... 580363
  Tutorial Requ... 519087
  Web Scraping ... 442771
  Newbie with P... 386954
  New Users Int... 386268
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+ 12117
buran 8198
snippsat 7398
deanhystad 6920
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
desy845 Today
atalieyandext4063 Yesterday
finallen321 Yesterday
DTECHSYSTEM Yesterday
zashleyfracesz3221 Yesterday

User Panel Messages

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