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,965
» Latest member: zalexstolzeoz5360
» Forum threads: 38,730
» Forum posts: 175,548

Full Statistics

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

Latest Threads
unable to flash micropyth...
Forum: Bar
Last Post: zalexstolzeoz5360
29 minutes ago
» Replies: 4
» Views: 7,981
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: noisefloor
4 hours ago
» Replies: 4
» Views: 120
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 11:58 PM
» Replies: 1
» Views: 492
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:49 PM
» Replies: 4
» Views: 2,036
My First App
Forum: Code Review
Last Post: carlbidwell
Yesterday, 10:53 AM
» Replies: 8
» Views: 8,592
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 03:54 AM
» Replies: 3
» Views: 494
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 966
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 976
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,248
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,855

 
  Seaborn regplot regression equation?
Posted by: Cricri - Jun-09-2020, 08:36 AM - Forum: Data Science - Replies (2)

Hello all,

I hope it is OK to ask a seaborn question in this section. Please direct me elsewhere if not.

In a Jupyter Notebook, I generate a sea..... More

Print this item

  Create new column in new created table
Posted by: farhana88 - Jun-09-2020, 07:14 AM - Forum: General Coding Help - Replies (1)

Hi, can anyone assist how to add new column for a new table?

Im very new in using python and this is my first cry for help.

I have 2 tables.
T..... More

Print this item

  Selenium + Aliexpress
Posted by: alexkorn - Jun-09-2020, 06:46 AM - Forum: Web Scraping & Web Development - Replies (7)

Python 3.8
I need to parse the product listing page from Aliexpress. The page has endless scrolling, so BeautifulSoup, if I understand correctly, wil..... More

Print this item

  Filter rows by multiple text conditions in another data frame i.e contains strings an
Posted by: Pan - Jun-09-2020, 06:04 AM - Forum: Data Science - No Replies

I have a scheme of conditions in a data frame Condition which contains more than 100 rows and 100 columns, something like below.

Contain ..... More

Print this item

  get.dictionary
Posted by: gr3yali3n - Jun-09-2020, 03:26 AM - Forum: General Coding Help - Replies (3)

I am playing around with the idle again and am wondering how to best use the .get.

here is the code I'm messing around with.

[python]
people ..... More

Print this item

  Help Using combobox in a select statement variable
Posted by: cibb - Jun-09-2020, 02:26 AM - Forum: GUI - Replies (2)

I'm creating a small App that will list values from a mysql database to a combobox. The user will select one of those values then click a button. This..... More

Print this item

Question Terminating threads
Posted by: Gilush - Jun-09-2020, 02:19 AM - Forum: General Coding Help - Replies (1)

The code below runs 3 threads.
how can I stop them (especially print_to_box) without freezing the program?

This is the handler:
[python]

d..... More

Print this item

  Simple Binary Translator (Using MATH instead of MATCH))
Posted by: DataCorrupt - Jun-09-2020, 01:43 AM - Forum: Code sharing - Replies (3)

I decided to write a text to binary translator only using math. This was to test my abilities because I am very new. This can only translate letters a..... More

Print this item

  Python keeps inserting NULL values into table
Posted by: card51shor - Jun-09-2020, 01:31 AM - Forum: Homework - Replies (18)

Hey guys I'm not getting any errors but my username and password are always added to the table as NULL. Anyone know why?

Thanks!

Python: https..... More

Print this item

  Creating a list of RSSI value and send it to the server.
Posted by: Azuan - Jun-08-2020, 11:22 PM - Forum: General Coding Help - No Replies

Hi there.

I'm trying to create an Indoor Positioning System using iBeacon signal, Bluepy and Raspberry Pi Zero W. Basically my Python code (which I..... More

Print this item

  Frame names
Posted by: menator01 - Jun-08-2020, 09:16 PM - Forum: GUI - Replies (3)

Is there anyway to get a frame name/properties? I've tried the root.children.values and get .!frame. But just was wondering how to get what the frame ..... More

Print this item

  switching from pycharm to sublime issue
Posted by: Drifter - Jun-08-2020, 08:38 PM - Forum: General Coding Help - Replies (2)

hi everyone.

I have recently started to learn the very basics of coding in Python through Youtube videos. I had been using PyCharm with no issues...... More

Print this item

  tools for writing and reading binary data in files
Posted by: Skaperen - Jun-08-2020, 07:28 PM - Forum: News and Discussions - No Replies

if i just ask for tools to read and write binary files i'm sure people will point me to including the 'b' option when opening the file. i already kno..... More

Print this item

  Modify Input() text
Posted by: catosp - Jun-08-2020, 07:14 PM - Forum: General Coding Help - Replies (6)

Hello!

strText = "this is text 1"
a = input()+strText #or something like this
print(a)
How can I make to appear strText as ..... More

Print this item

  Like ou Unlike Instagram
Posted by: rmiguelantunes74 - Jun-08-2020, 06:25 PM - Forum: Web Scraping & Web Development - Replies (3)

Hi,

I'm beginner in Python, what is the best code to validate if the instagram photo already has like or not ?
because if i run twice my script th..... More

Print this item

  List box
Posted by: mckenzierobert - Jun-08-2020, 05:54 PM - Forum: GUI - Replies (3)

I have 300 pieces of music, each with its unique number, and first line. I want to write a programme where the user uses a list box? to select a piece..... More

Print this item

  Use of @property decorator
Posted by: ruy - Jun-08-2020, 05:11 PM - Forum: General Coding Help - Replies (16)

Hi there,

I've noticed that when using the @property and @attribute_name.setter decorators all the examples I've found on the net always use an und..... More

Print this item

  "pip install -e ." returns : ERROR: Command errored out with exit status 1
Posted by: mostafaPython - Jun-08-2020, 04:51 PM - Forum: General Coding Help - Replies (3)

hello

I would like to install an existing python project (pyramid framework, here the steps I did:

Print this item

  How to get the first child of a beautifulSoup document ?
Posted by: arbiel - Jun-08-2020, 04:20 PM - Forum: Web Scraping & Web Development - Replies (3)

Hi

I'am a little disappointed with beautifulSoup handling a tree.

[python]>>> from bs4 import BeautifulSoup as btfs
>>> soup=btfs('', 'html5lib..... More

Print this item

  I was trying to build a model using neural networks but It says layers not definied
Posted by: MohammedSohail - Jun-08-2020, 03:01 PM - Forum: General Coding Help - Replies (6)

ERROR MESSAGE IS DOWN

[python]#IMPORTING THE LIBRARIES
import tensorflow as tf
from tensorflow import keras
import numpy as np
import matplotli..... More

Print this item

  Simple TCP Client and TCP Server Problem
Posted by: Vapulabis - Jun-08-2020, 02:12 PM - Forum: Networking - Replies (5)

OK, I may be being particularly thick with this question but I am new with python and I am trying to follow a PDF book on coding with it, we have reac..... More

Print this item

  TypeError: unhashable type: 'set'
Posted by: Stager - Jun-08-2020, 01:39 PM - Forum: General Coding Help - Replies (1)

Hi all

I have two dictionaries, containing (for example):
[python]dict1 = {'k1':{1,2,3},'k2':{4,5,6},'k3':{7,8,9}}
dict2 = {1:12,2:23,3:34,4:45,5..... More

Print this item

  Python File to EXE Not working.
Posted by: MianDoesCoding - Jun-08-2020, 01:04 PM - Forum: General Coding Help - Replies (9)

Hey guys so i would i like to make a single python file of mine into an exe
what i do is i save he file in a folder with nothing else and i go to the..... More

Print this item

  transfer learning, how preprocess data
Posted by: sveto4ka - Jun-08-2020, 01:01 PM - Forum: Data Science - Replies (1)

Pleae, can you tell me how should I preprosess data while using transfer learning? I mean obligatory preprosessing.
For example, if I want to use resn..... More

Print this item

  Need help finding data
Posted by: Annessburg - Jun-08-2020, 11:21 AM - Forum: General Coding Help - Replies (1)

Hi I am a student and I have obtained this script from online.

I want to be able to find the symbol of a company. For example when I search Faceboo..... More

Print this item

  mod-python in apache2 on debian 9
Posted by: xstation - Jun-08-2020, 11:13 AM - Forum: Web Scraping & Web Development - Replies (6)

I have tried by following a howto to enable mod-python in apache2 on debian 9

I followed how to test if it was succesful , and at this stage canno..... More

Print this item

  My first Web Scraping project
Posted by: pyzyx3qwerty - Jun-08-2020, 10:29 AM - Forum: Code Review - Replies (4)

So, recently, I have been learning web scraping with tutorials and videos and other things like that. Here's my first go at a simple project that help..... More

Print this item

  Indentation for Tkinter-made Text Editor
Posted by: ShakeyPakey - Jun-08-2020, 10:05 AM - Forum: GUI - Replies (4)

Hello, there.

I am writing my own programming language in Python, and along with it, my own text editor, made with the Tkinter module. I already ha..... More

Print this item

  Python long running script - causes RDP failure to server?
Posted by: william101 - Jun-08-2020, 07:11 AM - Forum: General Coding Help - Replies (1)

Hello

I have a long running script - that I execute on a windows server.
The script i simply run under an windows command prompt

the script suc..... More

Print this item

  Which database should I learn
Posted by: Emekadavid - Jun-08-2020, 06:00 AM - Forum: News and Discussions - Replies (5)

I am a teacher who has realized lots of programming opportunities in the education sector so I am learning programming to take advantage of that. The ..... More

Print this item

  Moving mouse so that games can detect movement
Posted by: SheeppOSU - Jun-08-2020, 04:12 AM - Forum: General Coding Help - Replies (2)

I made some code to stimulate computer input from input on a Xbox controller. Everything works fine except that the game I was using it on doesn't det..... More

Print this item

  question about for loop
Posted by: Than999 - Jun-08-2020, 01:59 AM - Forum: General Coding Help - Replies (5)

How come in the output of this code there is an extra 4? Shouldn't it only display a single 4 value as the last value in this output?

[python]
nu..... More

Print this item

  printing class properties from numpy.ndarrays of objects
Posted by: pjfarley3 - Jun-08-2020, 12:06 AM - Forum: General Coding Help - Replies (2)

Another numpy ndarray question: If I have a class value as the value of each numpy.ndarray element, how do I print the values of the embedded objects?..... More

Print this item

  Question about my code
Posted by: Than999 - Jun-07-2020, 11:39 PM - Forum: Homework - Replies (5)

Hi, I am struggling to understand the solution to my homework problem and why my code or logic is incorrect compare to the solution of this question. ..... More

Print this item

  pandas index not updating please help
Posted by: bntayfur - Jun-07-2020, 10:57 PM - Forum: General Coding Help - No Replies

I can't get rid of the old index, still shows the old index and the index title is on top of the old one. what might be the reason for it? Thanks :) t..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  unable to flash micropyth... 29 minutes ago apollo zalexstolzeoz5360 Bar
  Comparing 2 100GB Drives/... 4 hours ago tester_V noisefloor General Codin...
  My goal to be hired worki... Yesterday, 23:58 GnomeSweetGnome Larz60+ News and Disc...
  what does % stand for in ... Yesterday, 18:49 arbiel Gribouillis General Codin...
  My First App Yesterday, 10:53 BCopeland64 carlbidwell Code Review
  Unable to resolve FileNot... Yesterday, 03:54 llarkin6 Pedroski55 General Codin...
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... 09-26, 09:50 P212 Biks News and Disc...
  Using Python to SSH and R... 09-26, 03:53 justaguy SprunkiRetake Networking
Most views
  The best Prog... 577207
  Tutorial Requ... 500246
  Web Scraping ... 440903
  Newbie with P... 384918
  New Users Int... 369219
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+ 12089
buran 8176
snippsat 7368
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
zalexstolzeoz5360 Today
Edzed4431 Yesterday
chaoh1911 Yesterday
KaydenJonah098 Yesterday
carlbidwell Yesterday

User Panel Messages

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