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,308
» Latest member: NeoQuant
» Forum threads: 38,801
» Forum posts: 175,919

Full Statistics

Online Users
There are currently 42 online users.
» 0 Member(s) | 37 Guest(s)
Bing, Google, Applebot, Mojeek

Latest Threads
Python compiler
Forum: General Coding Help
Last Post: NeoQuant
2 hours ago
» Replies: 0
» Views: 17
Trading Risk management s...
Forum: Code sharing
Last Post: NeoQuant
2 hours ago
» Replies: 5
» Views: 47
Standard template Data En...
Forum: Code Review
Last Post: Hosthubac
4 hours ago
» Replies: 0
» Views: 24
No new line from print in...
Forum: General Coding Help
Last Post: snippsat
9 hours ago
» Replies: 8
» Views: 220
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
Today, 07:39 AM
» Replies: 3
» Views: 11,106
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 10:44 AM
» Replies: 4
» Views: 189
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 04:44 AM
» Replies: 8
» Views: 714
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,829
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 179
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 153

 
  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
  Python compiler 2 hours ago NeoQuant NeoQuant General Codin...
  Trading Risk management s... 2 hours ago NeoQuant NeoQuant Code sharing
  Standard template Data En... 4 hours ago Hosthubac Hosthubac Code Review
  No new line from print in... 9 hours ago Lou snippsat General Codin...
  Python Online Compiler Today, 07:39 alexmaxwell1 ichsanputr News and Disc...
  Python is not working on ... Yesterday, 10:44 lary_p noisefloor General Codin...
  Help with Serial.write in... Yesterday, 04:44 racingsubby Larz60+ General Codin...
  Can I develop a live vide... 11-27, 04:48 mtrkhan mamta25 Web Scraping ...
  silent deployment Python ... 11-26, 21:58 Bummibaer Larz60+ News and Disc...
  Proposal for PEP 11-26, 15:53 matt Gribouillis News and Disc...
  My regex function is not ... 11-26, 08:47 Moltar1997 perfringo General Codin...
Most views
  The best Prog... 579494
  Tutorial Requ... 512806
  Web Scraping ... 442363
  Newbie with P... 386395
  New Users Int... 381710
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+ 12113
buran 8196
snippsat 7393
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
NeoQuant Today
Hosthubac Today
ifdainstitute7 Today
MOHAMMAD_mk Today
virvainfotech Today

User Panel Messages

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