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,960
» Latest member: llarkin6
» Forum threads: 38,729
» Forum posts: 175,537

Full Statistics

Online Users
There are currently 47 online users.
» 0 Member(s) | 41 Guest(s)
Bing, Applebot, Google, AOL, AOL

Latest Threads
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: deanhystad
5 hours ago
» Replies: 2
» Views: 128
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
6 hours ago
» Replies: 4
» Views: 583
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
10 hours ago
» Replies: 1
» Views: 686
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
10 hours ago
» Replies: 6
» Views: 4,923
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Today, 09:50 AM
» Replies: 1
» Views: 1,578
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Today, 03:53 AM
» Replies: 1
» Views: 2,626
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Today, 12:32 AM
» Replies: 0
» Views: 271
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 01:49 PM
» Replies: 2
» Views: 477
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-24-2025, 02:48 PM
» Replies: 10
» Views: 29,901
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,711

 
  chnage icon advanced properties !!
Posted by: evilcode1 - Sep-30-2018, 09:42 AM - Forum: Bar - Replies (3)

hello all ...
is there anyway to check this box for the icon by python ?

[img]https://cnet2.cbsistatic.com/img/YNnCbteSizg4tyxgleq4Ml7kJUU=/370x..... More

Print this item

  Raspberry Pi camera live feed in tkinter
Posted by: robgar2001 - Sep-30-2018, 09:34 AM - Forum: GUI - Replies (6)

Hello,
I am new to python not to programming.
I want to display the video feed of my raspberry pi camera in a tkinter frame.
This is my current code b..... More

Print this item

  Looping unknowns with user input hw question
Posted by: Turkejive - Sep-30-2018, 08:46 AM - Forum: Homework - Replies (4)

Hello, I am having some difficulty with a problem through Grok Learning. I've been stuck on it for two days now. I think I'm close to a solution, but ..... More

Print this item

  Coding books on Humble Bundle
Posted by: j.crater - Sep-30-2018, 08:26 AM - Forum: Bar - Replies (2)

There is a coding bundle going on at Humble Bundle now.
It is not focused on Python, ..... More

Print this item

  Why is this function returning none?
Posted by: wlsa - Sep-30-2018, 05:01 AM - Forum: Homework - Replies (2)

[python]def in1to10(n, outside_mode):
if outside_mode != True:
if n >= 1 and n <= 10:
return True
if outside_mode == T..... More

Print this item

  Making a percentile dice roller and dice roller
Posted by: Fixer243 - Sep-30-2018, 04:34 AM - Forum: General Coding Help - Replies (2)

So I believe i have the general concept of of what i am doing for this but I may not. I havn't programmed in a long 3 years. So I am pretty rusty!

..... More

Print this item

  Passing a query value from a Bottle html template to a route with an encoding
Posted by: nikos - Sep-30-2018, 03:29 AM - Forum: Web Scraping & Web Development - No Replies

I want to pass a query from a bottle html template to a route function which i'm trying to perform as:


[python]<meta http-equiv="REFRESH" content..... More

Print this item

  2.7 Python uninstallation on Mac OS.
Posted by: brittocj - Sep-29-2018, 09:59 PM - Forum: General Coding Help - Replies (4)

Hello,

How could I completely remove Pyhton 2.7 from Mac?

Print this item

  Unexpected twice output
Posted by: Samo - Sep-29-2018, 07:36 PM - Forum: General Coding Help - Replies (3)

Hi guys! given that I'm new to Python and coding in general ...

I have the following code, every 5 seconds I want to print Rysource +100, bu..... More

Print this item

  problem with my code
Posted by: kiazer0 - Sep-29-2018, 04:08 PM - Forum: Data Science - Replies (5)

[b][size=small]hi i had this cod but i dont know how to input my file in it please edit code for me
exmaple my input file in this adress c:\destktop..... More

Print this item

  Issue with my 'roll the dice simulation'-exercise (cannot break out of the loop)
Posted by: Placebo - Sep-29-2018, 03:18 PM - Forum: General Coding Help - Replies (2)

Hello!

I know that there are many code-solutions to find with google, when you type in the name of this common exercise, but many of them had anoth..... More

Print this item

  Problem with my code?
Posted by: Darbandiman123 - Sep-29-2018, 12:35 PM - Forum: General Coding Help - Replies (3)

Hey guys so I am writing a basic code which asks you for a password to enter. If you get the password wrong 3 times in a row then you get a time penal..... More

Print this item

  delete pages in pdf according to bookmarks
Posted by: vagser - Sep-29-2018, 11:33 AM - Forum: General Coding Help - No Replies

Hello everyone,

i am relative new to python scripting. I would like to delete some pages in a pdf file by looking in bookmarks. In other words, to ..... More

Print this item

  syntax error
Posted by: FIVE9 - Sep-29-2018, 11:17 AM - Forum: General Coding Help - Replies (4)

I am writing this peace of code in Pycharm but it gives me a invalid syntax error can anyone tell me what i'am doing wrong


[python]
one = int(ra..... More

Print this item

  I found weird thing.
Posted by: catastrophe_K - Sep-29-2018, 09:22 AM - Forum: General Coding Help - Replies (1)

I use python 3.7.0

if I type this,
a=set('12345')

and then type a,
outcome likes {3,1,2,4,5} or {4,1,2,3,5} or {1,3,4,2,5} in random sequen..... More

Print this item

  Not having to rewrite 'obj.' on each line
Posted by: beuaaa - Sep-29-2018, 08:04 AM - Forum: General Coding Help - Replies (4)

Let's say I have this class:
[python]
class MyNewClass:
def func1(self):
print('something to do')
def func2(self):
print('other thin..... More

Print this item

  Installing Tensorflow-GPU
Posted by: junzhi - Sep-29-2018, 07:02 AM - Forum: Data Science - Replies (2)

By following the steps in the "How to install Tensorflow GPU on Windows" (https://www.python36.com/install-tensorf...u-windows/)

I am stuck on t..... More

Print this item

  TypeError: string indices must be integers
Posted by: saladgg - Sep-29-2018, 05:32 AM - Forum: General Coding Help - Replies (4)

Am learning to create a python API. I want to get a return a student object whenever there's a match of student name when I loop through the students..... More

Print this item

  file handing with if statements
Posted by: gonzo620 - Sep-29-2018, 03:15 AM - Forum: General Coding Help - Replies (1)

My code works just fine but when I introduced the 2nd if statement that returns

Output:
City not found!
then thats the only thing my code wil..... More

Print this item

  Help with beginner problem?
Posted by: glkolper - Sep-29-2018, 03:10 AM - Forum: Homework - Replies (1)

Hello! I'm a beginner at Python and the course was going smoothly at first for me, but now recursive/loop structure have come into play and it's been ..... More

Print this item

  My function won't return the sum unless the last paramater is an odd number.
Posted by: Maximuskiller78 - Sep-29-2018, 02:47 AM - Forum: General Coding Help - Replies (1)

Hi guys, I'm trying to return the summation of all even numbers, but the function won't return anything unless the parameter "y" is an odd number.
..... More

Print this item

  collector of a bunch of named stuff
Posted by: Skaperen - Sep-28-2018, 11:16 PM - Forum: News and Discussions - Replies (1)

can someone tell me how it is that this work?

..... More

Print this item

  Compare input() to textfile
Posted by: Trianne - Sep-28-2018, 11:07 PM - Forum: General Coding Help - Replies (4)

Hello Everyone,

I am new to this forum and this is my first post.

I like to ask. Let say the user enters an input..say

"I like to eat apples"..... More

Print this item

  Trying to move a RGB ledstrip with slider of my phone in almost "realtime" help
Posted by: Edris89 - Sep-28-2018, 11:03 PM - Forum: General Coding Help - No Replies

Hello there,


I am trying to have a RGB led on a 50 rgb ledstrip to move as my finger moves with the slider on my app.
the sliders min & max are.
Min..... More

Print this item

  PyGame: detecting key press, but not key
Posted by: qrani - Sep-28-2018, 10:16 PM - Forum: Game Development - Replies (2)

I can't get it to detect what key is being pressed.
[python]import pygame
from pygame.locals import *
pygame.init()
screen = pygame.display.set_mo..... More

Print this item

  Python / Web Scraping / Idle AWS Instances
Posted by: bmccollum - Sep-28-2018, 09:02 PM - Forum: General Coding Help - No Replies

I have a Python script that runs daily on an Amazon Web Services instance (Windows) daily to scrape data from a website.

Most of the time the scra..... More

Print this item

  i am wondering if squaring ....
Posted by: Skaperen - Sep-28-2018, 08:32 PM - Forum: News and Discussions - Replies (10)

i am wondering if squaring is faster than multiply in Python's large int arithmetic. i know there is a way, that i cannot recall, to optimize multipl..... More

Print this item

  Unexpected output when searching for a string from os.popen output
Posted by: FujiJean - Sep-28-2018, 03:40 PM - Forum: General Coding Help - Replies (3)

Hello Community,

on a Linux system I try to use nc command within a Python script to check if a UDP port is open or not.

My script:
[python]
i..... More

Print this item

  Help with subprocess..call
Posted by: oldcity - Sep-28-2018, 03:19 PM - Forum: General Coding Help - Replies (1)

Came out of the old BASIC. Using Linux Mint 18.2 fully updated. The old os.system command now
no longer. Below is my code. For information have don..... More

Print this item

  Resetting Global Variables?
Posted by: WuchaDoin - Sep-28-2018, 03:12 PM - Forum: General Coding Help - Replies (11)

I will try to put this as explanatory as possible since more questions or replies may/could come from this question, but I have about 400 lines of cod..... More

Print this item

  Newbie at using python and tensorflow getting error when running simple code
Posted by: FeatherineAu - Sep-28-2018, 02:09 PM - Forum: Data Science - No Replies

Hi, I am trying to use tensorflow but I could not run the code at all. I recieved a very long chain of error, which I am unsure if it is due to my ins..... More

Print this item

  New Pythonista - Syntax Trouble
Posted by: sparkelyfox - Sep-28-2018, 12:43 PM - Forum: General Coding Help - Replies (2)

I'm very new to python and trying to make a sort of gLaDOS chatbot, can someone show me why I'm getting syntax errors with this piece of code? The pro..... More

Print this item

  "Floating Blobs" experiment
Posted by: Unlimiter - Sep-28-2018, 12:36 PM - Forum: Game Development - No Replies

I made a simple game (experiment) where there are different (round) blobs with random sizes from 4 to 16 pixels in width and height. Each blob moves w..... More

Print this item

  For Xilinx EthernetLite LWIP:Need help in Python SOCKET Coding
Posted by: Saras - Sep-28-2018, 12:23 PM - Forum: Networking - Replies (1)

Hello,

Now i am able to print the data in Hercules, instead i need to print the data in Python Shell. I don`t know anything about Python Socket eve..... More

Print this item

  How to modernise an ancient code?
Posted by: bkpsusmitaa - Sep-28-2018, 10:00 AM - Forum: General Coding Help - Replies (16)

In my earlier post, Customised Learning, I tried to run a GUI code. Its an ancient code...... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Unable to resolve FileNot... 5 hours ago llarkin6 deanhystad General Codin...
  [Tkinter] how to export a... 6 hours ago RonR noisefloor GUI
  Is the interpreter that c... 10 hours ago helendamdam noisefloor General Codin...
  pdf file processing: how ... 10 hours ago Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... Today, 09:50 P212 Biks News and Disc...
  Using Python to SSH and R... Today, 03:53 justaguy SprunkiRetake Networking
  My goal to be hired worki... Today, 00:32 GnomeSweetGnome GnomeSweetGnome News and Disc...
  extracting data from a us... Yesterday, 13:49 Perry DeaD_EyE 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...
Most views
  The best Prog... 577037
  Tutorial Requ... 499809
  Web Scraping ... 440790
  Newbie with P... 384779
  New Users Int... 368875
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 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
llarkin6 Today
Xuitar Today
SprunkiRetake Today
GnomeSweetGnome Yesterday
alxpetrovo2272 Yesterday

User Panel Messages

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