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,973
» Latest member: sophielane
» Forum threads: 38,732
» Forum posts: 175,562

Full Statistics

Online Users
There are currently 70 online users.
» 0 Member(s) | 59 Guest(s)
Google, Bing, Mojeek, AOL, Apple, AOL, Facebook, Twitter

Latest Threads
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
1 hour ago
» Replies: 2
» Views: 123
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
8 hours ago
» Replies: 2
» Views: 767
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 05:45 PM
» Replies: 6
» Views: 805
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 510
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,888
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,289
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,857
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,278
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,210
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,525

 
  How to count value after a textblob
Posted by: LoliMarth - Mar-20-2019, 09:03 AM - Forum: General Coding Help - Replies (1)

Hello there,

I made a textblob with this piece of code : info = dataextract['Produit'] .apply(lambda x: TextBlob(x).ngrams(3))

My variable Produ..... More

Print this item

  Dict overwrite previous list
Posted by: vincentspm - Mar-20-2019, 07:56 AM - Forum: General Coding Help - Replies (1)

[python]
Temp = {}
Final = {}

OK =['OK','OK']
NOTOK =['NOTOK','NOTOK']

Temp[1] = OK
Final['u1']=Temp

print(Final)

Temp.clear()
Temp[2..... More

Print this item

  Prefix test
Posted by: Yoriz - Mar-20-2019, 06:30 AM - Forum: GUI - Replies (1)

Testing the solved prefix, currently prefixed with [WxPython]

Print this item

  pika channel.start_consuming() is not running
Posted by: sundar - Mar-20-2019, 06:28 AM - Forum: General Coding Help - No Replies

Hi,
I am using python3.5.3 and pika version 0.13.0
My code
[python]def functions(host):
global LOGGER
global RABBITMQ_USER
global RA..... More

Print this item

  Create hybrid automation framework using python.
Posted by: janeho - Mar-20-2019, 05:06 AM - Forum: General Coding Help - Replies (2)

Hi,

How to create a hybrid automation framework using Python.
It should consists followings:-
Hybrid framework support following1) Data handling ..... More

Print this item

  solved prefix tag/ mysupport plugin
Posted by: metulburr - Mar-20-2019, 02:37 AM - Forum: Board - Replies (13)

adding the solved tag. Mods and users can label their posts as solved. This is to help people determine who still needs help regardless of whether the..... More

Print this item

  Base for making a search function
Posted by: SheeppOSU - Mar-19-2019, 10:16 PM - Forum: General Coding Help - Replies (1)

Everyone knows Google. It searches the web matching words rather than exact phrases. I want to make a function that can search through a list to find ..... More

Print this item

  Powerball assignment, how to get correct output of a dictionary ?
Posted by: msp1981 - Mar-19-2019, 10:04 PM - Forum: Homework - Replies (5)

I have an assignment for python to have user input 5 white numbers and 1 red for powerball, so far heres what i've got, the problem i'm having is outp..... More

Print this item

  Not able to convert PYWINAUTO module automation in exe file
Posted by: Utkarsh29 - Mar-19-2019, 09:39 PM - Forum: General Coding Help - No Replies

Hi,

I am new in python, i have developed one autoamtion/py script using pywinauto & pyautogui modules.
my script working fine via command line or ..... More

Print this item

  Display Globar Variable
Posted by: N0m1t - Mar-19-2019, 08:10 PM - Forum: General Coding Help - Replies (1)

I'm building a simple racing game and I want to display a count of wall hits. I print count in the console and everything is OK (the number is changin..... More

Print this item

  Threads join() question
Posted by: adam2020 - Mar-19-2019, 07:23 PM - Forum: General Coding Help - Replies (4)

Hi guys,

so I'm pretty new to threading, I have a question in regards to the join function let me put some example code below

[python]

import..... More

Print this item

  Chess_board file in an RC car code
Posted by: sofianesfa - Mar-19-2019, 07:18 PM - Forum: General Coding Help - Replies (1)

Hello.
Am a begginer programer and am doing a project on an auto RC car so am trying to understand the code written in here https://github.com/hamuch..... More

Print this item

  Python3/PyQt5/gnuplot on linux
Posted by: erg - Mar-19-2019, 06:38 PM - Forum: GUI - Replies (1)

Hi all. I'm writing, as a learning project, a program in python3 with GUI in Qt5. My main window is a tabWidget and I would like to display in one of ..... More

Print this item

  cyrillic symbols in tables in reportlab.
Posted by: hiroz - Mar-19-2019, 06:08 PM - Forum: General Coding Help - Replies (5)

Hello! I want to use Cyrillic in tables, but reportlab outputs black squares instead of characters. Here is an example code:
[python]from reportlab.li..... More

Print this item

  Selecting Few Columns from a dataframe
Posted by: Shivi_Bhatia - Mar-19-2019, 05:26 PM - Forum: Data Science - Replies (2)

Hi All,
I am very new to python.

While in other languages, it is easy once the data is loaded to select only few columns of the entire dataset a..... More

Print this item

  Force calculation result as decimal
Posted by: vercetty92 - Mar-19-2019, 05:15 PM - Forum: General Coding Help - Replies (4)

Hi folks,

I come here to ask you a quick question

I am a noob in python and I have a so simple problem. I looked at several python documentation..... More

Print this item

  Creating a word list
Posted by: opencircles - Mar-19-2019, 04:54 PM - Forum: General Coding Help - Replies (2)

I would like to take any text document and make a word list from the file with no duplicates. I don't know much about programming. This is the best I ..... More

Print this item

  Nothing happens
Posted by: jjmaster3001 - Mar-19-2019, 02:42 PM - Forum: Game Development - Replies (9)

Hi, when I run this script, it comes up with nothing, no words or anything. Is there something I am doing wrong, and what is it?
[python]def main_gam..... More

Print this item

  How to group by name and column in box plot
Posted by: SriRajesh - Mar-19-2019, 02:33 PM - Forum: General Coding Help - No Replies

Hi,
I have below DataFrame, and I want to visualize the data using box plot and group by Name & column
[python]
Category Var1 Var2 Var3..... More

Print this item

  Setting up a health system.
Posted by: ghost0fkarma - Mar-19-2019, 02:14 PM - Forum: Game Development - Replies (2)

[python]import pygame, sys, random
from pygame.locals import *
from pygame_functions import *

class CrocSprite(pygame.sprite.Sprite):
def __..... More

Print this item

  Editing and testing a package
Posted by: amasta - Mar-19-2019, 11:56 AM - Forum: General Coding Help - Replies (2)

Hello, I found a Python package on Github that I want to modify and use for my own application. How can I best edit such a package. I've installed it ..... More

Print this item

  Using if statements
Posted by: bradystroud - Mar-19-2019, 09:13 AM - Forum: Homework - Replies (4)

I am having trouble using if statements in python. I'm working on a scrabble-like game for school and I need to make a list of words that are in a dic..... More

Print this item

  Can't make the document update itself
Posted by: Maxim - Mar-19-2019, 09:12 AM - Forum: General Coding Help - Replies (1)

New to python,I tried, just for practice, make no-graphics programm where you could create a user or login using a password and a username. How can i ..... More

Print this item

  Python training starting the 5th of April - Formation python le 5 avril
Posted by: jeanMichelBain - Mar-19-2019, 09:07 AM - Forum: Bar - Replies (1)

Hello guys, a training for python discovery is about to start. It's in French, see the details below :
Démarrage initiation au langage python le 5 av..... More

Print this item

  How to access all xlsx files in all subdirectories?
Posted by: Krszt - Mar-19-2019, 07:10 AM - Forum: General Coding Help - Replies (2)

Hello,
How to modify this program if I have more dirs in dir1 to get all xlsx.?
So the xls files are within different dirs in dir1, like
dir1\1990..... More

Print this item

  I can't read data from the clipboard in an external program
Posted by: AlekseyPython - Mar-19-2019, 07:05 AM - Forum: General Coding Help - Replies (1)

Kubuntu 18.10x64, Python 3.7.2

I used two ways to add text to the clipboard and in both of them the data can be read from the clipboard only within..... More

Print this item

  deactivate compatibility pop up with excel files
Posted by: Krszt - Mar-19-2019, 06:39 AM - Forum: General Coding Help - No Replies

Hello,

I have a program, that save all xlsx files in xls format. But there is always a pop up that checks the compatibility. How can I skip this po..... More

Print this item

  shifting specific column to before/after specific column in dataframe
Posted by: theinzawoo - Mar-19-2019, 04:10 AM - Forum: General Coding Help - Replies (4)

In dataframe,
a b f g c d e i j h
0 1 1 1 1 1 1 1 1 1 1
1 0 0 1 0 0 1 1 1 1 0
2 1 1 1 1 1 0 0 0 0 1
3 1 0 1 0 0 1 1 1 1 0
4 1 1 1 1 1 0 1 0 0 1..... More

Print this item

  Pygame Movement X/Y coord
Posted by: TheHumbleIdiot - Mar-19-2019, 03:29 AM - Forum: Game Development - Replies (2)

Hello. Well, essentially I'm following this book and so far I was understanding the fundamentals for PYGAME. The thing that tripped me up is when you'..... More

Print this item

  Send Key press for a game?
Posted by: jmair - Mar-18-2019, 10:22 PM - Forum: General Coding Help - Replies (3)

I'm just trying to send simple key commands to a video game. I've tried a few different pypi options and pywin32 to send keystrokes. pynput send mouse..... More

Print this item

  Django developer is looking for a remote job
Posted by: djdeveloper - Mar-18-2019, 09:30 PM - Forum: Jobs - Replies (2)

Hey,

I am Mariusz, I am a Django developer, I have 2.5 years of commercial experience. I am looking for a part-time remote job. If it would be OK -..... More

Print this item

  Pygame.time.wait is not behaving as expected
Posted by: zootechdrum - Mar-18-2019, 09:16 PM - Forum: Game Development - Replies (2)

The below script stems from a tutuorial on pygame. The book can be found here https://inventwithpython.com/makinggames.pdf page 51

There is a bug i..... More

Print this item

  misactivation of functions
Posted by: SheeppOSU - Mar-18-2019, 08:52 PM - Forum: Game Development - Replies (3)

I have this script for my game. The problem is when I click start and character select pops up. It prints "Shoton" twice and then prints "Got to the e..... More

Print this item

  comparing fractional parts of floats
Posted by: Skaperen - Mar-18-2019, 07:31 PM - Forum: General Coding Help - Replies (4)

a function i am writing will get a value that originates as a whole value and ONE digit past the decimal point. in this function..... More

Print this item

  Detecting String Elements in a List within Given Message
Posted by: Redicebergz - Mar-18-2019, 07:19 PM - Forum: General Coding Help - Replies (6)

Hello all,
So I'm trying to take a message and compare it to elements in a list, here is example code

[python]message = 'foo bar hello'

example..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Integer Factorization Too... 1 hour ago fosuwxb buran Code sharing
  My goal to be hired worki... 8 hours ago GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... Yesterday, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... Yesterday, 12:59 tester_V snippsat General Codin...
  Select Python comment (#)... 09-28, 18:39 SpongeB0B tester_V General Codin...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  [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...
Most views
  The best Prog... 577335
  Tutorial Requ... 500650
  Web Scraping ... 440999
  Newbie with P... 385037
  New Users Int... 369526
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+ 12090
buran 8178
snippsat 7370
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
sophielane Yesterday
Oscar0057 Yesterday
Cromulent Yesterday
PhamMaria Yesterday
Zephlonix Yesterday

User Panel Messages

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