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,248
» Latest member: kai_cow2710
» Forum threads: 38,779
» Forum posts: 175,818

Full Statistics

Online Users
There are currently 55 online users.
» 0 Member(s) | 48 Guest(s)
Facebook Dev, Google, Bing, Mojeek

Latest Threads
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
26 minutes ago
» Replies: 6
» Views: 159
New to python and coding
Forum: Homework
Last Post: lary_p
51 minutes ago
» Replies: 3
» Views: 91
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Yesterday, 09:52 AM
» Replies: 11
» Views: 296
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
Yesterday, 05:07 AM
» Replies: 5
» Views: 265
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 99
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,616
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 201
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 184
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 376,132
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,421

 
  Simple Caesar Cipher Help
Posted by: as1221 - Jun-15-2017, 06:48 PM - Forum: General Coding Help - Replies (6)

Hello all,

I would like some expert python help. I'm very new to Python and I'm trying to create a simple caesar but it isn't working. It's stuck o..... More

Print this item

  Feasibility of my project.
Posted by: Smith08 - Jun-15-2017, 08:54 AM - Forum: General Coding Help - Replies (3)

Hi. I am currently studying computing and must create a project that successfully uses a GUI , stores data etc. and it must solve a problem. I thought..... More

Print this item

  [ tools atom v pycharm ] -- when it comes to easier learning, and making life easier,
Posted by: oneofakindpython - Jun-14-2017, 09:58 PM - Forum: General Coding Help - Replies (2)

[ tools atom v pycharm ] -- when it comes to easier learning, and making life easier, could you please link to a detailed analysis of how -- exactly -..... More

Print this item

  Flash is not working in flask
Posted by: sahilsiddharth - Jun-14-2017, 09:44 PM - Forum: General Coding Help - Replies (3)

I have written a simple code ,but flash is not showing any message .
Code -
[python]flash('OK. The User ID is x')
return redirect(url_for('about')..... More

Print this item

  Local TCP
Posted by: hackysack - Jun-14-2017, 09:29 PM - Forum: Networking - Replies (3)

Hi,

Is this feasible? I understand the the principle of TCP/IP is microsoft comms over the internet. I am hoping that there is a simple'ish way aro..... More

Print this item

  Python if else condition using with args
Posted by: emrebt39 - Jun-14-2017, 08:58 PM - Forum: General Coding Help - Replies (5)

I want to use if else condition with arguments.Main codes at part 1
And i want to divide each arg to 10 and put args in if else condition.If else try..... More

Print this item

  PlaintextCorpusReader connectives custom file
Posted by: raky - Jun-14-2017, 05:53 PM - Forum: General Coding Help - Replies (1)

Hi , Appreciate for any help if possible please,  I am newbie and trying to get "connectives" using custom corpora , a file named my_text.txt,  which ..... More

Print this item

  File Content comparison-csv
Posted by: JP_ROMANO - Jun-14-2017, 04:50 PM - Forum: Data Science - Replies (5)

Good day - I thought I was going to be able to put my continuous python failures behind me for another month or so, but I've received a new task at wo..... More

Print this item

  Is it possible to use unsupported ciphers? SSL
Posted by: Kacy538 - Jun-14-2017, 02:36 PM - Forum: Networking - Replies (1)

Hey, So I need to use RC4-SHA for my server to connect with the client. I've tried to modify SSL library, but I've only got "AECDH-RC4-SHA" and this i..... More

Print this item

  Problems with PyInstaller with tkinter app on python 3.5
Posted by: sealyons - Jun-14-2017, 02:27 PM - Forum: General Coding Help - Replies (10)

Just getting started with Pyinstaller (and somewhat with Tk windowing) and having trouble getting my tkinter windows app (under python 3.5.3) running ..... More

Print this item

  Access webcam via python
Posted by: ArnabRoyBatman - Jun-14-2017, 02:13 PM - Forum: General Coding Help - Replies (1)

I want to access my webcam via python without using opencv....I have got Pillow library. I couldn't find any code to access the webcam without opencv...... More

Print this item

  how to write and read variables to a file
Posted by: foxtreat - Jun-14-2017, 01:19 PM - Forum: General Coding Help - Replies (2)

I googled around to see how i can write a variable lets say the string name,which equals "john"to a file and then when i reopen the script i can read ..... More

Print this item

  Error handling not working
Posted by: desudesu - Jun-14-2017, 12:44 PM - Forum: General Coding Help - Replies (2)

Hi, i made a program that reads a URL from textfile and checks if that websites status is <=400, if it is, it will return "website is running" and sav..... More

Print this item

  Help with faulty code.
Posted by: Wilson1218 - Jun-14-2017, 07:01 AM - Forum: General Coding Help - Replies (1)

Why won't this code work? It doesn't run through as it's meant to and fails to set the variables to what they are meant to be! The first example is "c..... More

Print this item

  my latest creation
Posted by: Skaperen - Jun-14-2017, 06:06 AM - Forum: Code sharing - No Replies

i was feeling rather happy so i created this:

[python]#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from __future__ import division, print_funct..... More

Print this item

  Maybe
Posted by: Skaperen - Jun-14-2017, 04:25 AM - Forum: News and Discussions - Replies (2)

how much code out there would break if a new value Maybe were added to the bool type? would any of your code break?

Print this item

  True vs False
Posted by: Skaperen - Jun-14-2017, 04:21 AM - Forum: General Coding Help - Replies (10)

i am reading in data, splitting it, etc, and getting strings with 'True' and 'False', such as reading from python source code.
i want to convert thes..... More

Print this item

  How do I run python scripts from any directory using Windows command prompt?
Posted by: bigmit37 - Jun-14-2017, 12:32 AM - Forum: General Coding Help - Replies (4)

The default directory I'm usually in when I start up Windows command prompt is C:\Users\Moon\, which I'm content with.

I have some folders locat..... More

Print this item

  Question on runtime and improving nested for loops
Posted by: ackmondual - Jun-13-2017, 10:26 PM - Forum: General Coding Help - Replies (1)

I'm writing code to find all solutions of a commercial, physical puzzle.  This is done by having the script go through all possible configurations/per..... More

Print this item

  Count variations
Posted by: JP_ROMANO - Jun-13-2017, 08:23 PM - Forum: Data Science - Replies (11)

Hi all... will admit right up front that Python has been an horrible nightmare for me. I can't seem to get anything to work, can't figure out the syn..... More

Print this item

  Anyone use a tablet?
Posted by: nilamo - Jun-13-2017, 07:28 PM - Forum: Bar - Replies (15)

I'm thinking of getting a tablet sometime soon. Does anyone have/use one, and how well does Python run on it?
From the little bit of research I've d..... More

Print this item

  Figure with Python
Posted by: maria - Jun-13-2017, 05:43 PM - Forum: General Coding Help - Replies (2)

Hi,

I am completely new to Python. I never used it before but it would be nice to learn.
So I am planning to build a figure as attached in the fig..... More

Print this item

  Python wsgi example: problem with javascript
Posted by: imonike - Jun-13-2017, 10:44 AM - Forum: Web Scraping & Web Development - Replies (12)

Hello all,
          Please I am having a problem modifying wsgi example. The original example is as follows:

[python]import cgi

form = b'''
<..... More

Print this item

  convert html to pdf in django site
Posted by: shahpy - Jun-13-2017, 08:10 AM - Forum: Web Scraping & Web Development - Replies (4)

hello

i'm creating a site with django.

i want to let my user to have resume in pdf format from there profile.

i think i have to have templa..... More

Print this item

  Box Sizer inside of panel managed by wx.lib.agw.aui
Posted by: Larz60+ - Jun-13-2017, 07:24 AM - Forum: GUI - Replies (1)

Hello,

I have been playing with AUI in wxpython phoenix.
I have managed to get a nice window with a menu, and three fully resizable
(one panel an..... More


Attached Files

Thumbnail(s)
   
Print this item

  program wanted: clean up pyc files
Posted by: Skaperen - Jun-13-2017, 06:08 AM - Forum: Bar - Replies (6)

i would like to find a program/script (in python) that scans for .pyc files and lists or removes them if the .py file for them exists and is readable...... More

Print this item

  Separating a string into evenly sized elements in a list
Posted by: kennybassett - Jun-13-2017, 05:39 AM - Forum: General Coding Help - Replies (9)

Hey everyone! I'm very new to python, and this is really stumping me.

So let's say I have a list containing every character that someone could type..... More

Print this item

  Using an Array in a While Loop
Posted by: JakeWitten - Jun-13-2017, 01:28 AM - Forum: Homework - Replies (22)

I'm trying to model the solar system, with the gravitational effects of each planet interacting with every other planet (including the Sun). So far I..... More

Print this item

  Encoding issue while running Sysinternals Autorunsc via Python subprocess
Posted by: JChris - Jun-13-2017, 12:01 AM - Forum: General Coding Help - No Replies

I have a Python 3.6.0 script where I run autorunsc v13.71 (https://technet.microsoft.com/en-us/sysi...63902.aspx) on the system (x86 or x86..... More

Print this item

  Noob needs help with easy fix
Posted by: PandaLeague - Jun-12-2017, 08:56 PM - Forum: General Coding Help - Replies (1)

My code is not working, any fixes?

[python]import pygame
from pygame.locals import *
import sys
import random
from os import path
snd_dir = pa..... More

Print this item

  trying out subprocess in python
Posted by: sblu23 - Jun-12-2017, 07:47 PM - Forum: General Coding Help - Replies (3)

Folks,
I'm trying to checkout the sub-process functionality of Python and am having some trouble, specifically on the subprocess accepting stdin...
..... More

Print this item

  py2app ValueError
Posted by: harusin - Jun-12-2017, 07:30 PM - Forum: General Coding Help - Replies (1)

Hello,

i have issue with app on OSX, gui in tkinter and app created with py2app. When i try to run application it won't and i get error.
[error]
..... More

Print this item

  how to detect \x in string so it can be removed
Posted by: azimmermann - Jun-12-2017, 06:36 PM - Forum: General Coding Help - Replies (5)

I have some garbled data that has random \x values in the string. These should be skipped for the import to work correctly
I am trying to write code ..... More

Print this item

  Rasp Pi: "lp: not allowed to print" when using a python script
Posted by: montypython76 - Jun-12-2017, 03:25 PM - Forum: General Coding Help - Replies (1)

Hi there,

I have an issue printing a textfile with a python script. The script is simple:

[python]import os

os.system('lp "testdatei.txt"')[/python..... More

Print this item

  Pulling and comparing CSV data
Posted by: b0bnchuck - Jun-12-2017, 02:14 PM - Forum: General Coding Help - Replies (3)

Need a script that will take a CSV file inputted by user (in the form of filepath with filename), another directory path containing files inputted by ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Help with Serial.write in... 26 minutes ago racingsubby Larz60+ General Codin...
  New to python and coding 51 minutes ago lary_p lary_p Homework
  [Tkinter] I’m building a ... Yesterday, 09:52 tsgiannis tsgiannis GUI
  Backward compatibility qu... Yesterday, 05:07 yutaozhou Gribouillis News and Disc...
  [split] print two differe... 11-10, 05:37 Reema Gribouillis General Codin...
  Data Science 11-10, 05:27 Oshadha mamta25 Data Science
  Two arguments in input fu... 11-09, 00:56 Alfredd Pedroski55 General Codin...
  [openpyxl] Set the lockin... 11-07, 11:59 BelleroDev Pedroski55 General Codin...
  New Users Introduce Yours... 11-07, 09:09 Yoriz BelleroDev Bar
  Best book on learning Pyt... 11-07, 06:07 almahdi mamta25 News and Disc...
  Recommend me a Python boo... 11-06, 08:33 woodward mamta25 Data Science
Most views
  The best Prog... 578839
  Tutorial Requ... 509861
  Web Scraping ... 441917
  Newbie with P... 385916
  New Users Int... 376132
Most reputation
buran 581
snippsat 510
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+ 12107
buran 8195
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
kai_cow2710 Today
Kacper Yesterday
isla123456 Yesterday
vibrometro Yesterday
thebigback 11-10

User Panel Messages

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