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,930
» Latest member: luisshulez6883
» Forum threads: 38,720
» Forum posts: 175,499

Full Statistics

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

Latest Threads
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
8 hours ago
» Replies: 8
» Views: 2,289
real community
Forum: News and Discussions
Last Post: decuser
9 hours ago
» Replies: 3
» Views: 1,423
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
11 hours ago
» Replies: 1
» Views: 230
looking for help
Forum: Bar
Last Post: Azdaghost
Yesterday, 05:03 PM
» Replies: 0
» Views: 79
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Yesterday, 03:28 PM
» Replies: 7
» Views: 2,761
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,010
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 704
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
Sep-14-2025, 11:25 AM
» Replies: 7
» Views: 2,054
Python Installation issue
Forum: News and Discussions
Last Post: Dev
Sep-14-2025, 11:16 AM
» Replies: 4
» Views: 15,938
New to the field
Forum: News and Discussions
Last Post: Larz60+
Sep-14-2025, 08:15 AM
» Replies: 1
» Views: 595

 
  Go up script/menu(a goto command)
Posted by: foxtreat - Apr-24-2017, 04:37 PM - Forum: General Coding Help - Replies (7)

i know there is not a goto or similar command in python,im trying to make a menu with submenus
a main menu that gives you games/math/managment optio..... More

Print this item

  base64 decoding issue or bug
Posted by: rbrahmaa - Apr-24-2017, 04:33 PM - Forum: General Coding Help - Replies (2)

hi,

i am encoding data and sending the same through TCP/IP and then trying to decode the same with base64.b64decode() operations, but for some reas..... More

Print this item

  python3 + gtk3 image sequence
Posted by: changos - Apr-24-2017, 04:10 PM - Forum: GUI - No Replies

Hello, I tried to show some images in a sequence, when click a button show the first image and after one second show the next image, I tried the next ..... More

Print this item

  If Then statement
Posted by: smw10c - Apr-24-2017, 03:15 PM - Forum: Data Science - Replies (18)

I hope you are all having a good day. I want to know why the following code does not work:

for X in df3['diff']:
    if X < 0:
        X=NaN

Print this item

  System Command
Posted by: sushmita13 - Apr-24-2017, 03:06 PM - Forum: General Coding Help - Replies (3)

my question here


[python]
def systemCommand(cmd):
terminalProcess = Popen(cmd, stdout=PIPE, stderr=PIPE, shell=True)
terminalOutput, stderr = ..... More

Print this item

  Adding a New Field
Posted by: swahlay13 - Apr-24-2017, 02:33 PM - Forum: Homework - Replies (1)

I am working on a project where I want to add a new field to a shapefile. This script will be added to a toolbox to be run in ArcCatalog so i will nee..... More

Print this item

  Cant multiply sequence by non-int type 'str'
Posted by: foxtreat - Apr-24-2017, 02:04 PM - Forum: General Coding Help - Replies (6)

trying to make a script that solves a simple math problem (example x(2)+4x-2=0)
however i get this error and can't find why i get it,i went from pyth..... More

Print this item

  SPI Communication
Posted by: Raudert - Apr-24-2017, 01:30 PM - Forum: General Coding Help - No Replies

I have recently purchase a Pi-SPI-2AO Digital to Analog converter for a project I am working on here. I have done quite a bit of research but I still ..... More

Print this item

  using the linkedin api
Posted by: emilevs - Apr-24-2017, 01:23 PM - Forum: General Coding Help - Replies (3)

I am using ubuntu 16.04 and I am using python3

I want to get a bunch of information from a lot of linkedin profiles, so I just want a script that u..... More

Print this item

  matplotlib : Raster Plot
Posted by: adithyakrish - Apr-24-2017, 10:46 AM - Forum: Homework - Replies (1)

Hey Everyone,

I am stuck at a point whee I need a simple python code generate a raster plot based on the values that is generated as the output of ..... More

Print this item

  AttributeError: module 'asyncio' has no attribute 'get_event_loop
Posted by: Susmitha - Apr-24-2017, 09:42 AM - Forum: General Coding Help - Replies (5)

Hi all

I am trying to use Python asyncio module.
Adding my code snippet below :

[i]import asyncio

async def speak_async():  
    print('OMG..... More

Print this item

  Problem with slicing string
Posted by: YatishK - Apr-24-2017, 09:29 AM - Forum: General Coding Help - Replies (2)

Can you help me figure out what is the issue in the below code.

My Code:

[python]email = input("What is your email add: ")
#UN = email[:..... More

Print this item

  Questions on variable changing between files.
Posted by: Sello - Apr-24-2017, 07:04 AM - Forum: General Coding Help - Replies (12)

I am starting out in Python. I have a project I am doing and is the reason I took this language. I'm looking to build my own version of card game and ..... More

Print this item

  more pythonic way
Posted by: fstefanov - Apr-24-2017, 06:57 AM - Forum: Homework - Replies (8)

Hello all,

I'm trying to improve my python skills and
I made one small script and like to share it with you guys
If someone can give me some rem..... More

Print this item

  get print() output
Posted by: Skaperen - Apr-24-2017, 06:26 AM - Forum: General Coding Help - Replies (18)

i want to call a function and capture its print() output.  so i was thinking to use the StringIO class.  but when the function is ending and closes it..... More

Print this item

  Mail is not sent to multiple users
Posted by: ur00361883 - Apr-24-2017, 05:18 AM - Forum: General Coding Help - Replies (1)

THe code works fine for a single email address.
But if I add multiple email addresses, then it is being received by only the first email adress and th..... More

Print this item

  trying to download sympy
Posted by: SympyHelp - Apr-23-2017, 06:45 PM - Forum: Homework - Replies (4)

Hi,


Can someone give me directions to install sympy on mac please? python 2.7.10 running. thank you - i tried the conda install on the terminal b..... More

Print this item

  how do i save my all my edits performed in adminpanel with one button
Posted by: Rashi - Apr-23-2017, 06:42 PM - Forum: GUI - Replies (4)

[color=#333333]first of all i am new to tkinter i tried to understand as much as i could and tried making the program accordingly now here is my curre..... More

Print this item

  Thread remains in New Posts after complete read
Posted by: Larz60+ - Apr-23-2017, 06:37 PM - Forum: Board - Replies (19)

Why does this post remain in my New Posts list after visiting?
I've noticed a couple of these lately

Print this item

  valueError too many values to unpack
Posted by: iFunKtion - Apr-23-2017, 05:51 PM - Forum: General Coding Help - Replies (7)

Can anyone tell me what I am doing wrong, I thought this was something you could do in python

a, b = input("Enter two numbers> ")

Print this item

  set default font main window pyside
Posted by: Gigux - Apr-23-2017, 01:13 PM - Forum: GUI - No Replies

[color=#242729][size=small][font=Arial,]I am setting a simple text editor with PySide (python) and I would like to set the default font as, let's say,..... More

Print this item

  browse item and assign file to variable PYSIDE
Posted by: Gigux - Apr-23-2017, 01:11 PM - Forum: GUI - Replies (3)

hello,

I would like to parse a file using a GUI dialog window rather than writing the path directly; so I am using pyside to implement the window. ..... More

Print this item

  Help with code/URGENT/Adding position to register list
Posted by: Laxman - Apr-23-2017, 11:52 AM - Forum: General Coding Help - Replies (3)

my question here
I have made some code but it won't work. I need someone to help me and if you have solution PM me. Posibble reward may be involved...... More

Print this item

  how does cartoon camera work?how do i build one?
Posted by: hsunteik - Apr-23-2017, 09:10 AM - Forum: General Coding Help - Replies (3)

How to create a cartoon camera that allow me to change my surrounding into cartoon like world?
For an example,
1)search play store for cartoon camer..... More

Print this item

  identifying some forum software
Posted by: Skaperen - Apr-23-2017, 06:17 AM - Forum: Bar - Replies (4)

i am trying to identify the forum software running here.

can my friends help?  or maybe my enemies?

Print this item

  Coding style questions -- variables
Posted by: Luke_Drillbrain - Apr-23-2017, 02:51 AM - Forum: General Coding Help - Replies (12)

My coding background is in MS Visual BASIC 6.  Most of the VB books I used, including Microsoft's guidelines in MSDN advocated declaring all variables..... More

Print this item

  Worth learning QT to make GUIs for Python?
Posted by: Luke_Drillbrain - Apr-23-2017, 02:32 AM - Forum: GUI - Replies (4)

If you're read my other posts, you know I'm new to Python and am busy studying up so that I can re-write some software that I wrote some years back in..... More

Print this item

  Need hired help from python programmer
Posted by: oj43085 - Apr-23-2017, 12:21 AM - Forum: Jobs - Replies (6)

I am looking to hire someone to help me get my script to work. 

It's python 2.7.13 using winrm, csv, requests 

The idea of the script is to fetc..... More

Print this item

  .py to exe or to executable file for linux
Posted by: Low_Ki_ - Apr-22-2017, 11:59 PM - Forum: General Coding Help - Replies (4)

How would you convert a .py file to a .exe for distribution to a windows machine and also how would I make a version of an executable file on linux th..... More

Print this item

  Need Your Help for small corection
Posted by: desul - Apr-22-2017, 08:33 PM - Forum: General Coding Help - Replies (1)

hi,

Can you tell why (NN NN NN NN ) IS NOT WORKING BELOW PROGRAM and (JJ) is only alone coming. actually, i required this pattern (jj* NN+)

PLEA..... More

Print this item

  Importing photos from smartphone
Posted by: Robinbux - Apr-22-2017, 07:21 PM - Forum: General Coding Help - Replies (2)

Hi, I want my script to import photos from my smartphone, to the raspberry pi.
My code looks like this:
[python]import glob, shutil

source = "mtp..... More

Print this item

  Help? Letter Grade assignment..
Posted by: zepel - Apr-22-2017, 07:01 PM - Forum: Homework - Replies (3)

I need an error message to display to the user if they try to enter a score over 100 and I need to use the sys.exit()[color=#2d3b45] to [color=#2d3b45..... More

Print this item

  Sorting ID with first and last name Arrays
Posted by: Evrick_X - Apr-22-2017, 04:41 PM - Forum: Homework - Replies (9)

my question here
I have an assignment where I am having an issue. I am to generate random numbers from 10 - 99. Then take an array list of first and ..... More

Print this item

  user name and password GUI works (almost)
Posted by: Luke_Drillbrain - Apr-22-2017, 04:06 PM - Forum: GUI - Replies (3)

This user name and password code works if I comment out this line:

top.title("User Credentials")
I've tried to find where I we..... More

Print this item

  To count a number of strings in a txt file with python
Posted by: jpeich - Apr-22-2017, 02:55 PM - Forum: General Coding Help - Replies (5)

[color=#242729][size=small]I have a .txt file that contain ten words(for example ten names) and i wanted to know how can i count the number of names, ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  403 Error 8 hours ago CaptainNewb snippsat Web Scraping ...
  real community 9 hours ago decuser decuser News and Disc...
  variable changing types f... 11 hours ago Azdaghost Gribouillis General Codin...
  looking for help Yesterday, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... Yesterday, 15:28 Bona2000 Bona2000 General Codin...
  Select Python comment (#)... 09-14, 23:27 SpongeB0B Pedroski55 General Codin...
  data input while debuggin... 09-14, 15:32 fred1232 deanhystad General Codin...
  New to Python and Pygame 09-14, 11:25 JMcM JMcM Game Developm...
  Python Installation issue 09-14, 11:16 RFHill Dev News and Disc...
  New to the field 09-14, 08:15 Polybunny Larz60+ News and Disc...
  [Tkinter] Too much space ... 09-14, 02:34 RonR deanhystad GUI
Most views
  The best Prog... 575761
  Tutorial Requ... 496968
  Web Scraping ... 439782
  Newbie with P... 383453
  New Users Int... 365139
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+ 12087
buran 8174
snippsat 7367
deanhystad 6893
metulburr 5151
Top referrers
Googlepro 23
NonEntity 6
python 6
metulburr 6
buran 3
Newest members
luisshulez6883 Yesterday
KennedyRichadGuerra Yesterday
Williefaree Yesterday
faithsally Yesterday
compuman145 Yesterday

User Panel Messages

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