Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 19,958
» Latest member: SprunkiRetake
» Forum threads: 38,728
» Forum posts: 175,530

Full Statistics

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

Latest Threads
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
49 minutes ago
» Replies: 1
» Views: 1,420
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
6 hours ago
» Replies: 1
» Views: 2,477
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
10 hours ago
» Replies: 0
» Views: 153
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 01:49 PM
» Replies: 2
» Views: 326
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
Yesterday, 03:45 AM
» Replies: 3
» Views: 388
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Yesterday, 01:04 AM
» Replies: 0
» Views: 496
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-24-2025, 02:48 PM
» Replies: 10
» Views: 29,674
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,580
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Sep-23-2025, 09:08 AM
» Replies: 0
» Views: 441
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Sep-23-2025, 03:29 AM
» Replies: 2
» Views: 926

 
  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
  Regarding pdf for PCEP an... 49 minutes ago P212 Biks News and Disc...
  Using Python to SSH and R... 6 hours ago justaguy SprunkiRetake Networking
  My goal to be hired worki... 10 hours ago GnomeSweetGnome GnomeSweetGnome News and Disc...
  extracting data from a us... Yesterday, 13:49 Perry DeaD_EyE General Codin...
  [Tkinter] how to export a... Yesterday, 03:45 RonR Pedroski55 GUI
  Is the interpreter that c... Yesterday, 01:04 helendamdam helendamdam General Codin...
  pip install requests does... 09-24, 14:48 misodca DeaD_EyE General Codin...
  Creating a Mindmap progra... 09-23, 12:00 J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... 09-23, 09:08 compuman145 compuman145 General Codin...
  A coding beginner needs h... 09-23, 03:29 Littlefish Littlefish General Codin...
  Using a For Loop to subtr... 09-22, 20:56 Anunderling deanhystad General Codin...
Most views
  The best Prog... 576960
  Tutorial Requ... 499628
  Web Scraping ... 440724
  Newbie with P... 384702
  New Users Int... 368722
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12088
buran 8176
snippsat 7367
deanhystad 6895
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
SprunkiRetake Today
GnomeSweetGnome Yesterday
alxpetrovo2272 Yesterday
Jamirul Yesterday
Perry Yesterday

User Panel Messages

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