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,297
» Latest member: ichsanputr
» Forum threads: 38,795
» Forum posts: 175,888

Full Statistics

Online Users
There are currently 45 online users.
» 1 Member(s) | 42 Guest(s)
Bing, Google, bowlofred

Latest Threads
My regex function is not ...
Forum: General Coding Help
Last Post: bowlofred
18 minutes ago
» Replies: 2
» Views: 71
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
54 minutes ago
» Replies: 6
» Views: 3,170
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 11:51 AM
» Replies: 1
» Views: 61
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Yesterday, 02:50 AM
» Replies: 6
» Views: 235
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 124
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 89
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,521
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 171
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 80
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,141

 
  Trouble converting numbers to characters
Posted by: Involute - Sep-11-2019, 02:53 AM - Forum: General Coding Help - Replies (4)

I'm reading numbers from a file which I want to write to a separate file as the ascii hex of the numbers. So, e.g., if I read in ff, I want to write ..... More

Print this item

  Random Password Generator with Weird Output. Why?
Posted by: Selenestica - Sep-11-2019, 02:46 AM - Forum: General Coding Help - Replies (2)

Hello everyone! I heard the Python community was great and I'm just getting started on my journey. I created a random password generator with the help..... More

Print this item

  unexpected EOF while parsing
Posted by: aaron92 - Sep-10-2019, 09:10 PM - Forum: General Coding Help - Replies (3)

when running this code:
[python]
import screens as scn
import inventory as inv

pressEnter = ""

scn.welcomeScreen_func()
pressEnter = input("..... More

Print this item

  for loop stumbling block
Posted by: YoungGrassHopper - Sep-10-2019, 08:38 PM - Forum: General Coding Help - Replies (8)

Hey guys
I am busy with a task that is teaching me on how to use for loops which I need a little help.
Basically I need to use a for loop + if stateme..... More

Print this item

  new Python Humble Bundle
Posted by: ThomasL - Sep-10-2019, 07:55 PM - Forum: News and Discussions - No Replies

There´s a new Humble Bundle available, have a look, 20 days left
HUMBLE LEVEL UP YOUR PYTHON BUNDLE
Dive deeper into Python learning with our latest..... More

Print this item

  memory error using permutation list of 11 elements
Posted by: kikidog - Sep-10-2019, 07:54 PM - Forum: General Coding Help - Replies (1)

Hi
I am new to python coding but would like to use it to generate all the permutations and combinations of a slot car track layout given a list of pi..... More

Print this item

  NoneType' object is not subscriptable
Posted by: shane1236 - Sep-10-2019, 07:37 PM - Forum: Data Science - Replies (9)

Can someone look at the issue. the problem lies at last two line 'x_val =x_train[:10000]
partial_x_train = x_train[10000:]' Though I'm not using putt..... More

Print this item

  General Grok Help
Posted by: AmineLS - Sep-10-2019, 07:23 PM - Forum: General Coding Help - Replies (5)

[Python]
if room == "middle":
print("Actions available: forward, backward, look")
action = input("> ")
if action == "forward":
room = "..... More

Print this item

  Saving as docx file from excel with new filename
Posted by: Chuck_Norwich - Sep-10-2019, 06:51 PM - Forum: General Coding Help - Replies (4)

Hi,

so I have a running invoice program that functions ok. But I want to tweak it to run better for me.

But having a couple of problems

[b]Pr..... More

Print this item

  escape single quote
Posted by: deep_logic - Sep-10-2019, 06:30 PM - Forum: General Coding Help - Replies (1)

Hi all,
I'm trying to do a simple chdir in IDLE, 2.7.5.

os.chdir(r'\\hilltop3\users$\LongRandy\My Documents\HOW-TO\'S)
I keep ..... More

Print this item

  Matplolib graphic from batch
Posted by: achilledue - Sep-10-2019, 05:36 PM - Forum: Data Science - Replies (2)

Hello

Sorry I don't know if is this the correct section
of the forum

I used this script taken from an example
of matplolib

The script is r..... More

Print this item

  if, or, in, else in 1 line - how to make it work?
Posted by: zarize - Sep-10-2019, 04:44 PM - Forum: General Coding Help - Replies (2)

hi guys,

i would like to learn how to make "OR" function in sentence below:
My goal is to get returned Blue if found substring "Blue" or "blue" in st..... More

Print this item

  Not getting correct output
Posted by: supriya0307 - Sep-10-2019, 03:26 PM - Forum: General Coding Help - Replies (5)

Hi,
Am new to python programming, one of the problems am working is resulting in incorrect results, can someone please help me on it.
Appreciate you..... More

Print this item

  Resolving unsupported operand type +=: 'int' and 'str'
Posted by: jedmond2 - Sep-10-2019, 02:53 PM - Forum: Homework - Replies (4)

Very new to programming here and this is a homework question.

The output I'm trying to generate looks as follows:

ENTER ITEMS (ENTER 0 TO END)
..... More

Print this item

  Entry in textdocument
Posted by: Piethon - Sep-10-2019, 02:36 PM - Forum: GUI - Replies (6)

Hello.
I've made two little script with tkinter.
In the first one, you have to enter an animal e.g. "dog" and the word dog, get's written into a tex..... More

Print this item

  Generate String Only Unique to That Platform
Posted by: firesh - Sep-10-2019, 02:24 PM - Forum: General Coding Help - Replies (2)

Hi all,

Could someone enlighten me,
How can I get a piece of string , say 6 characters mix of alpha & numbers,
only unique to that platform ?

Or a..... More

Print this item

  convert a json file to a python dictionnary of array
Posted by: Reims - Sep-10-2019, 10:23 AM - Forum: General Coding Help - Replies (2)

Hi there, i m a newbee so excuse if my question looks dummy.

so i have a json file which look like this

[output][{'_id': '1', 'date': '2019-09-..... More

Print this item

  Code Runner In VS-Code - Problem With User Input
Posted by: adt - Sep-10-2019, 08:57 AM - Forum: News and Discussions - Replies (5)

Any attempt to run python code involving user intervention like input() function fails with the message:

[quote]Cannot edit in read only editor[/qu..... More

Print this item

  Knowing the index of a data frame
Posted by: Ivannovix - Sep-10-2019, 08:22 AM - Forum: General Coding Help - Replies (1)

Good morning, this is my first message in the forum so Hi Big Grin .
I have a doubt and I don't know how to proceed, I'm trying to compare two col..... More

Print this item

  covertion of argparser to cliff
Posted by: suraj522 - Sep-10-2019, 07:48 AM - Forum: General Coding Help - No Replies

hello guys i wanted your help , me and some of my folk write code in using argparser and we wanted our code transfer into cliff
here it is code

=..... More

Print this item

  pop default of two list of dictionary
Posted by: kk230689 - Sep-10-2019, 06:59 AM - Forum: General Coding Help - Replies (1)

Hi team,

I have two list of dictionary, we need below output format. kindly help us.

[python]list1 = [{'type': 'cumulative', 'domain': 'NEED', 'succ..... More

Print this item

  Machine Learning Basics
Posted by: MichaelHendriks - Sep-10-2019, 06:15 AM - Forum: Bar - Replies (1)

Machine learning has been integrated into our daily life with or without us noticing. Algorithms are something we have learned in mathematical applica..... More

Print this item

  Dir Ops
Posted by: millpond - Sep-10-2019, 02:52 AM - Forum: Homework - Replies (4)

I have spent hours today searching for something which *should*n be utterly simple.
It is simply putting the current working directory into a variab..... More

Print this item

  python GUI - which to use ?
Posted by: Johnse - Sep-10-2019, 02:23 AM - Forum: News and Discussions - Replies (19)

Hello,

Could someone advise me on what software or package that is free
and easy to use to build python GUI ?

I have use pyQT before and it w..... More

Print this item

  i want a simple fast string change command
Posted by: Skaperen - Sep-10-2019, 01:36 AM - Forum: Bar - No Replies

i guess i'll need to write this. i would a simple fast string change command. yes, there is sed, and i use it a lot. it took years, but it now has ..... More

Print this item

  Help Wrapping C Library
Posted by: LeftyGuitar - Sep-10-2019, 01:20 AM - Forum: General Coding Help - Replies (2)

Hello,

I am trying to wrap the Sigil library, which was written in C. I have had success wrapping it in other languages such as Ruby and Euphoria, ho..... More

Print this item

  pi camera stream is upside down
Posted by: delta1071 - Sep-09-2019, 09:48 PM - Forum: General Coding Help - Replies (3)

Hello,
I'm running the following script to stream Raspberry Pi camera video to a web browser. The script runs properly, but I don't know how to add c..... More

Print this item

  Invalid argument error thrown.
Posted by: pyseeker - Sep-09-2019, 09:44 PM - Forum: General Coding Help - Replies (4)

Hello,

While running the following code an error thrown with "invalid argument". Appreciate your thoughts.

[python]with open(dataFile, 'r') as urlFi..... More

Print this item

  Change mouse move speed in guibot script
Posted by: rulltartan - Sep-09-2019, 09:26 PM - Forum: General Coding Help - Replies (1)

Hi, i ran this test script from guibot and was wondering if there is a way to speed up the mouse or just skip the move and just click on the found ima..... More

Print this item

  Working with Random Generated Numbers
Posted by: YoungGrassHopper - Sep-09-2019, 08:26 PM - Forum: General Coding Help - Replies (4)

Hey guys. I have a task that's about working with Random Generated Numbers.
So basically I need to:
Create a program that allows the user to play the..... More

Print this item

  Hash command works differently for me in CMD and Spyder
Posted by: ZweiDCG - Sep-09-2019, 08:20 PM - Forum: General Coding Help - Replies (3)

I have a problem, my code uses the hash command to "encrypt" a number, the problem is that when I run the process through the Spyder program it gives ..... More

Print this item

  New programmer using GROK
Posted by: AmineLS - Sep-09-2019, 07:51 PM - Forum: General Coding Help - Replies (2)

[python]cats = int(input("Estimated total cats: "))
total = int(input("How many cats already glowing? "))
if cats > total:
print("Not all the cat..... More

Print this item

  Mathematical function input
Posted by: Tiiill - Sep-09-2019, 07:12 PM - Forum: General Coding Help - Replies (2)

What is the best way to input a mathematical function (for example 5x^3+2x-5) in python? Also, can I somehow get a random number of polynoms? (for exa..... More

Print this item

  while loop stumbling block
Posted by: YoungGrassHopper - Sep-09-2019, 06:27 PM - Forum: General Coding Help - Replies (5)

Hey guys, I am very new to coding so please bare with me. I am busy with a python bootcamp trying to learn as much as quick as I can. I am currently b..... More

Print this item

  Running files using random
Posted by: ebolisa - Sep-09-2019, 05:50 PM - Forum: General Coding Help - Replies (5)

Hi,

The following code plays a mp3 file from a folder randomly. After few days running, it stops but I just cannot find the problem/cause. What kin..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My regex function is not ... 18 minutes ago Moltar1997 bowlofred General Codin...
  best way to learn python 54 minutes ago dutch ichsanputr News and Disc...
  silent deployment Python ... Yesterday, 11:51 Bummibaer Larz60+ News and Disc...
  data fetching for indian ... Yesterday, 02:50 drakhsin Pedroski55 Web Scraping ...
  PyQt5 - Get a parameter f... 11-24, 14:18 Ninja2112 deanhystad GUI
  Brazil Python Help to aut... 11-21, 20:30 MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... 11-21, 06:15 GnomeSweetGnome mamta25 News and Disc...
  [SOLVED] [BeautifulSoup] ... 11-20, 14:10 Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... 11-20, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  How to put my game loop i... 11-20, 04:59 temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... 11-20, 04:46 Barber532 SledgeNE Game Developm...
Most views
  The best Prog... 579353
  Tutorial Requ... 512298
  Web Scraping ... 442264
  Newbie with P... 386329
  New Users Int... 380140
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+ 12110
buran 8196
snippsat 7390
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
ichsanputr Today
nicos18 Yesterday
Moltar1997 Yesterday
arthurlouiss Yesterday
LewisByday Yesterday

User Panel Messages

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