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,424
» Latest member: tomtyiu
» Forum threads: 38,831
» Forum posts: 176,080

Full Statistics

Online Users
There are currently 39 online users.
» 0 Member(s) | 33 Guest(s)
Bing, AOL, Mojeek, Apple, Google

Latest Threads
If I open a file write or...
Forum: General Coding Help
Last Post: Pedroski55
2 hours ago
» Replies: 6
» Views: 160
we open-sources faster py...
Forum: Code sharing
Last Post: tomtyiu
3 hours ago
» Replies: 0
» Views: 13
Ко ланта
Forum: General Coding Help
Last Post: RaymondNaw
4 hours ago
» Replies: 0
» Views: 16
Life advice
Forum: Bar
Last Post: Josephbar
6 hours ago
» Replies: 3
» Views: 3,583
Exponential Number Conver...
Forum: General Coding Help
Last Post: Jessicaadams
Yesterday, 02:41 PM
» Replies: 5
» Views: 504
a function to watch files
Forum: News and Discussions
Last Post: Skaperen
Jan-11-2026, 05:21 AM
» Replies: 3
» Views: 759
python re.finditer return...
Forum: General Coding Help
Last Post: Pedroski55
Jan-11-2026, 02:57 AM
» Replies: 8
» Views: 552
Possible bug found, pleas...
Forum: General Coding Help
Last Post: alexajames
Jan-08-2026, 04:31 PM
» Replies: 14
» Views: 847
How to put my game loop i...
Forum: Game Development
Last Post: MarkHenry
Jan-08-2026, 12:47 PM
» Replies: 12
» Views: 7,796
Code failing to ask input...
Forum: Homework
Last Post: perfringo
Jan-08-2026, 06:35 AM
» Replies: 4
» Views: 751

 
  Data from Excel GUI
Posted by: maaad - Aug-31-2020, 04:21 PM - Forum: GUI - Replies (1)

I`m beginner in Python, could you please help to adopt the script above and add my df:

..... More

Print this item

  Generate questions from excel to test my chatbot
Posted by: mcubac08 - Aug-31-2020, 01:21 PM - Forum: General Coding Help - Replies (5)

Hello Everyone!
I am new in Python, but I am learning a lot from a Coursera Course. I have an excel document with lots of questions/phrases, i.e. [i..... More

Print this item

  iteration stops
Posted by: d8a988 - Aug-31-2020, 12:04 PM - Forum: Data Science - Replies (4)

quick question:

the following loop
[python]
list_nums= [i for i in range(15)]

for i in range(len(list_nums)):
if list_nums[i]<9:
..... More

Print this item

  Advanced Algorithms and Computational Models
Posted by: hafedh - Aug-31-2020, 11:38 AM - Forum: Homework - Replies (4)

[python]import random
import math
import numpy as np
import matplotlib.pyplot as plt
from collections import Counter
import matplotlib



class gra..... More

Print this item

  How to work with multiple files and tkinter?
Posted by: philipbergwerf - Aug-31-2020, 10:14 AM - Forum: General Coding Help - Replies (3)

I have a beginners question about importing files and not being able to use a function in this file because it can't 'look back'.

I have two files...... More

Print this item

  SQLAlchemy Flask ERROR: no such column XXX
Posted by: marcello86 - Aug-31-2020, 09:21 AM - Forum: General Coding Help - No Replies

Hi there I'm trying to store a password in the db with SQLAlchemy, it's an FTP password that the application needs to submit some file, I was keeping ..... More

Print this item

  5 variants to invert dictionaries with non-unique values
Posted by: Drakax1 - Aug-31-2020, 09:20 AM - Forum: General Coding Help - Replies (2)

Hi all,

I was wondering if it was possible to rewrite the variants #1 #2 or #3 into a single line of code like variants #4 and #5?

[pytho..... More

Print this item

  Spent over an hour trying to get matplotlib to work
Posted by: Tomalak - Aug-31-2020, 08:54 AM - Forum: Data Science - Replies (10)

Is anyone able to help? I have Python 3.8 installed on my Windows 10 system (and the installation did apparently show as working).

But when I attem..... More

Print this item

  error : "Microsoft Visual C++ 14.0 is required. " Even its installed
Posted by: Barak - Aug-31-2020, 07:41 AM - Forum: General Coding Help - Replies (4)

Hi

just started using pycharm
I fail to install libraries and get this error
is something missing in my system ?

I use Win 10

thank you..... More

Print this item

  Serial port Auto detection GUI Tour
Posted by: PA3040 - Aug-31-2020, 07:19 AM - Forum: GUI - No Replies

Dear All I have decided to start a education lesson for those who come to serial port and Serial Port GUI like auto port detection while learning my ..... More

Print this item

  Review my code and Help me in Improving it.
Posted by: Novak - Aug-31-2020, 06:33 AM - Forum: GUI - Replies (1)

I was writing a GUI program in wxpython and at the completion of the program the window pops up for a split second and vanishes. Why?

[python]impor..... More

Print this item

  Tuple comprehension to for loop help
Posted by: jsuh21 - Aug-31-2020, 05:55 AM - Forum: General Coding Help - Replies (3)

Hello, I am currently taking a python course online. My class recently went over making a password checker api. If you take a look below, there is def..... More

Print this item

  The pass statement...
Posted by: voidptr - Aug-31-2020, 04:22 AM - Forum: General Coding Help - Replies (3)

Is "pass" really a NOP ?
Is it compile into a real nop operation ?
or it is only interpreted as place holder ?
and that statement is jump over ..... More

Print this item

  It looks like an error but maybe not
Posted by: tester_V - Aug-31-2020, 03:40 AM - Forum: General Coding Help - Replies (4)

Hi,
I'm splitting lines and having this message:
['<SupplementalData', 'Name', 'Placeholder', 'Value', 'Placeholder', '/>\n']

What does it mean?..... More

Print this item

  Sending Out Email via Python
Posted by: JoeDainton123 - Aug-30-2020, 10:23 PM - Forum: General Coding Help - Replies (1)

Hello all

I was hoping someone could help me with the following issue.

The code below attempts to send an email from my company's email account...... More

Print this item

  reranking porblem
Posted by: ghena - Aug-30-2020, 08:11 PM - Forum: Data Science - Replies (1)

Hi,
I am working on a re-ranking problem, I have a big list of items, each item has two scores (x,y), I want to rank N of the items at ..... More

Print this item

  help
Posted by: manadan - Aug-30-2020, 07:46 PM - Forum: General Coding Help - Replies (1)

hi, I am trying to write code to extract emails from list
the list is as following
last name, first name<xx@x.com>; last name, first name<xx@x.com>..... More

Print this item

  Installing nltk dependency
Posted by: Eshwar - Aug-30-2020, 06:10 PM - Forum: General Coding Help - No Replies

I have a python package for which nltk is a dependent package i.e. part of install_requires. My package has a dependency on wordnet corpus downloaded ..... More

Print this item

  Python slang video
Posted by: Piechjo - Aug-30-2020, 05:50 PM - Forum: Bar - No Replies

Hi guys,
Just for laughs, this could be the first synth metal video about programming in Python
https://www.youtube.com/watch?v=nZt8K9h-2zo

Print this item

  What is the better way of avoiding duplicate records after aggregation in pandas ?
Posted by: jagasrik - Aug-30-2020, 05:26 PM - Forum: General Coding Help - No Replies

I want to know the better way of selecting the top revenue generating groups.

This is the ..... More

Print this item

  make a costume subploting from separate codes
Posted by: avihu - Aug-30-2020, 05:01 PM - Forum: General Coding Help - No Replies

I have 4 codes, each one give me a plot. I want to make costume 1 fig of this 4 plots. I try with subplots but it's not ordinary variables so I don't ..... More

Print this item

  Classes in general description
Posted by: Python_User - Aug-30-2020, 03:24 PM - Forum: General Coding Help - Replies (2)

Hi all,

I am a bit learning coding in python and trying to deep understand the classes used in programming languages. I found a (real-world) descri..... More

Print this item

  Eliminate entering QR - Whatsapp web automated by selenium
Posted by: akanowhere - Aug-30-2020, 02:35 PM - Forum: General Coding Help - Replies (1)

Hi:

I put this code to active without QR code...but it doesnt function.
I open de whatsweb, scan the QR and closed all. After I active the code bello..... More

Print this item

  tkinter
Posted by: kiko - Aug-30-2020, 02:29 PM - Forum: GUI - Replies (3)

Hello! I am new to tkinter and i am trying to make a calculator on my own. I made buttons for every number and action but i want to know how to make t..... More

Print this item

  Print variable values from a list of variables
Posted by: xnightwingx - Aug-30-2020, 02:22 PM - Forum: General Coding Help - Replies (3)

Sorry, I'm new to python and coding in general. I been searching for some time and haven't found a way to do this.

This is the code so far:
[pyth..... More

Print this item

  helping PyInstaller To Find files
Posted by: Harshil - Aug-30-2020, 10:16 AM - Forum: General Coding Help - No Replies

Hey! I Have Problem I Am Using Pyinstaller To Make Exe But There Is Problem That I Have Some Ui files(because i am using pyqt5)
and i want to impleme..... More

Print this item

  accessing value array object
Posted by: ortollj - Aug-30-2020, 08:28 AM - Forum: General Coding Help - Replies (1)

Hi
how do I get the value in this kind of object called xc :
array([x |--> 0.5798895118966687], dtype=object)
I would like to copy 0.57988951189666..... More

Print this item

  scapy
Posted by: trazom - Aug-30-2020, 08:13 AM - Forum: Networking - Replies (1)

hi,
i begin in scapy and i don't understand :

[quote]# Dictionnaire des types de sous paquet
_tlv_cls = { 0x0001: "STUN_Attribut1",
0x0..... More

Print this item

  Problem with If else statement
Posted by: Milfredo - Aug-30-2020, 06:40 AM - Forum: General Coding Help - Replies (5)

I am building an application. And The following code works fine when Button first clicked. But next time button clicked, I get no change. I don't get ..... More

Print this item

  Python institute associate sample exam question
Posted by: CrusaderT - Aug-30-2020, 05:57 AM - Forum: General Coding Help - Replies (2)

Can someone please explain the syntax and the logic of the below code? Especially the first line.

How many stars (*) will the following snippet sen..... More

Print this item

  Coursera python for everybody 5.2 assignment
Posted by: SteppentigerV2 - Aug-30-2020, 05:10 AM - Forum: Homework - Replies (11)

I'm stuck with this. This is the requirement 5.2 Write a program that repeatedly prompts a user for integer numbers until the user enters 'done'. Once..... More

Print this item

  Need help
Posted by: Chico_Bean008 - Aug-30-2020, 04:05 AM - Forum: General Coding Help - Replies (6)

# I am not getting a good output through this what could i be doing wrong
# also i'm fairly new to this and don't understand why the indents and tags..... More

Print this item

  Adafruit LIS3DH coding error
Posted by: FitDad73 - Aug-30-2020, 01:03 AM - Forum: General Coding Help - Replies (1)

Hi,
I am very new to coding and am working on a lightsaber for my son using an Adafruit Prop Maker Featherwing board. I've wired everything up and am..... More

Print this item

  Getting Shell to take prompt string plus int value and carriage return
Posted by: bayouprophet - Aug-29-2020, 04:25 PM - Forum: General Coding Help - Replies (1)

I am using the following to validate credit cards. I want my script to access the shell inputting a string, plus the card number and carriage return...... More

Print this item

  I give 5€ per year to Wikipedia
Posted by: Gribouillis - Aug-29-2020, 01:43 PM - Forum: Bar - Replies (17)

Many years ago I started giving them 2€ a year because they used to say that it would be enough for them to survive. Last year they asked for more and..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  If I open a file write or... 2 hours ago Pedroski55 Pedroski55 General Codin...
  we open-sources faster py... 3 hours ago tomtyiu tomtyiu Code sharing
  Ко ланта 4 hours ago RaymondNaw RaymondNaw General Codin...
  Life advice 6 hours ago jamesaarr Josephbar Bar
  Exponential Number Conver... Yesterday, 14:41 Tuurbo46 Jessicaadams General Codin...
  a function to watch files 01-11, 05:21 Skaperen Skaperen News and Disc...
  python re.finditer return... 01-11, 02:57 arbiel Pedroski55 General Codin...
  Possible bug found, pleas... 01-08, 16:31 Hassher alexajames General Codin...
  How to put my game loop i... 01-08, 12:47 temlotresid6 MarkHenry Game Developm...
  Code failing to ask input... 01-08, 06:35 Phoenix_Narukami perfringo Homework
  sorting a lisr of file pa... 01-07, 07:13 Skaperen OtiliaGen News and Disc...
Most views
  The best Prog... 580766
  Tutorial Requ... 522465
  Web Scraping ... 442927
  New Users Int... 388264
  Newbie with P... 387150
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 8197
snippsat 7399
deanhystad 6921
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
tomtyiu Today
RaymondNaw Yesterday
Josephbar Yesterday
zaasheytop3010 Yesterday
Avigma Yesterday

User Panel Messages

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