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,945
» Latest member: susan
» Forum threads: 38,726
» Forum posts: 175,522

Full Statistics

Online Users
There are currently 74 online users.
» 1 Member(s) | 67 Guest(s)
Bing, Applebot, Google, AOL, AOL, compuman145

Latest Threads
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
2 hours ago
» Replies: 0
» Views: 28
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: susan
4 hours ago
» Replies: 4
» Views: 9,089
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
8 hours ago
» Replies: 2
» Views: 419
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
9 hours ago
» Replies: 0
» Views: 69
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 08:56 PM
» Replies: 9
» Views: 561
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,784
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,105
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,463
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 3,026
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,775

 
  Python app built by converting visual basic macros
Posted by: IanR - May-17-2018, 07:33 PM - Forum: General Coding Help - Replies (5)

Hi

I am only just starting to investigate Python to see if it is a language that will do what I need it to do.

I currently have a quiz app built..... More

Print this item

  Simple IF statement not working as intended
Posted by: gortexxx - May-17-2018, 06:49 PM - Forum: Homework - Replies (2)

This is early work in my book, so should be simple. I went and came up with some functions there, called finalDays, finalHours, and finalMinutes.

..... More

Print this item

  How to hold a program in the turtle (Tic-Tac-Toe game assignment)
Posted by: kmchap - May-17-2018, 05:12 PM - Forum: Homework - Replies (1)

Hello,

I am writing a program for tic-tac-toe as an assignment for a class I am taking. At the moment I am trying to create a tic-tac-toe game usin..... More

Print this item

  Database input by user
Posted by: D_frucht - May-17-2018, 01:14 PM - Forum: General Coding Help - Replies (22)

Hello,
I am a python beginner, covered all the basics. To really learn pythoon i though that it will be a good idea to just dive in and start working..... More

Print this item

  pygame installation problems
Posted by: Gheryk - May-17-2018, 01:14 PM - Forum: Game Development - Replies (5)

Hello everyone,

I'm completely new to the Python language or to coding whatsoever. I'm following a guide done by Rob Miles called "Begin to code wi..... More

Print this item

  RAID example
Posted by: artifex - May-17-2018, 12:39 PM - Forum: General Coding Help - No Replies

Hi,

I need some simple script that can take a file and split it into n parts + parity just like a real RAID5 controller works (with bits XORing). I..... More

Print this item

  QTimer with pause/resume functions?
Posted by: MegasXLR - May-17-2018, 12:26 PM - Forum: Homework - Replies (9)

Hey there, I'm making a music player so have to use a QTimer and set its interval to the length of the current song in order to know when to automatic..... More

Print this item

  ssh to multi server and keep seesion to working
Posted by: inspirer - May-17-2018, 09:33 AM - Forum: General Coding Help - No Replies

Hi all,

I use paramiko to implementation of SSH.


I want use paramiko and prevent do SSH job..... More

Print this item

  how to reduce running time of the code
Posted by: dilmailid - May-17-2018, 09:22 AM - Forum: Data Science - Replies (6)

I am using following code to compare each entry in one array with other one .if value of arary element falls with in the range of successive entry in ..... More

Print this item

  why it showed that the argument of my function was not defined?
Posted by: Tony - May-17-2018, 05:54 AM - Forum: General Coding Help - Replies (4)

here is my codes,I wrote a function which should be able to read a csv file and parse it into some useful form.

[python]import csv


def load_at..... More

Print this item

  what from .something means
Posted by: sylas - May-17-2018, 05:30 AM - Forum: General Coding Help - Replies (1)

Hi all! In "pong" from Metulburr I found : from .control import Control
In Mark Lutz book, impossible to find this expression. Maybe Metulburr or som..... More

Print this item

  Luhn Formula
Posted by: vdv34czx - May-17-2018, 05:30 AM - Forum: Data Science - Replies (3)

Hi everyone. I very much new to programming.
I implemented Credit card validation program according to following instructions.

1. Let the input be..... More

Print this item

  reverse DNS
Posted by: Skaperen - May-17-2018, 02:50 AM - Forum: Board - No Replies

there is no reverse DNS for the IP address of this board. there may be some networks that block it as a result. hopefully, no ISPSs do that. but i ..... More

Print this item

  utf-8 in python3
Posted by: Skaperen - May-17-2018, 02:14 AM - Forum: General Coding Help - Replies (2)

does anyone understand what is going on here:

..... More

Print this item

  looking for a module
Posted by: Skaperen - May-17-2018, 01:10 AM - Forum: News and Discussions - Replies (4)

i would like to find, if one exists, a module that can make it easy to write small and simple scripts to make simple scripted edits to text files. i ..... More

Print this item

  GCF Function Help
Posted by: efinken - May-17-2018, 12:45 AM - Forum: General Coding Help - Replies (1)

Alright, here's the rundown. This year, I took an introduction to computer science course that taught Python, so keep in mind I'm practically a beginn..... More

Print this item

  Dijkstra algorithm help
Posted by: amoone1 - May-16-2018, 09:39 PM - Forum: Homework - Replies (7)

Hi I'm doing a dijkstra algorithm but ive ended up with an infinite loop do you know how to fix this code so it will give the length of the shortest r..... More

Print this item

  tkinter picture importation problema
Posted by: SheeppOSU - May-16-2018, 08:35 PM - Forum: GUI - Replies (1)

(ITS LINE 16)So I typed this code exactly how it was in the book but it still didn't work. btw I typed the name of the picture plus its file ty..... More

Print this item

  Find a specific word on a webpage and save the url
Posted by: moses - May-16-2018, 08:29 PM - Forum: Homework - No Replies

Hello Everyone,

I have an assignment that is quickly nearing due date, I was giving a code to correct for almost a week and i have tried my best so..... More

Print this item

  Storing Python data output as a Netcdf file
Posted by: Lightning1800 - May-16-2018, 08:02 PM - Forum: General Coding Help - Replies (1)

Hi there,

I just derived values from a 3D matrix, which contains the dimensions of time (in years), latitude (64 lines), and longitude (128 lines)...... More

Print this item

  Problem with pillow
Posted by: Lucasesdou - May-16-2018, 06:47 PM - Forum: General Coding Help - Replies (3)

Hello, I made a program with python and I use pillow for open images, the problem is that When I open an image, the program is finished and I can't pu..... More

Print this item

  Python built on a RHEL, Fedora, or CentOS system gives bad getfqdn() Result
Posted by: tolistim - May-16-2018, 06:30 PM - Forum: Networking - Replies (3)

I've run into a situation on any Red Hat-based Linux system where the socket class' getfqdn() function is returning a result related to the DNS thieve..... More

Print this item

  Python alternative to R "Imager"
Posted by: kimrants - May-16-2018, 06:20 PM - Forum: General Coding Help - Replies (2)

Hi all,

Does Python have a good alternative to R's "Imager"?: https://dahtah.github.io/imager/imager.html

I really need some help here.

I h..... More

Print this item

  I'm having a problem with this cube root code
Posted by: Duc311003 - May-16-2018, 05:37 PM - Forum: General Coding Help - Replies (2)

I made this cube root code,but it didn't work for negative numbers. It always print "No cube roots" even though types of negative numbers are either f..... More

Print this item

  csv.read() mangled output
Posted by: melblanc - May-16-2018, 05:06 PM - Forum: General Coding Help - No Replies

I have a problem where tabulated data seems
to be malformed by the csv.read(0 function.
The input data called from the file is dis-
played below:
..... More

Print this item

  IndentationError message could be confusing to new programmers
Posted by: insearchofanswers87 - May-16-2018, 04:42 PM - Forum: General Coding Help - Replies (1)

Not sure if this is the best subforum in which to post this. Please correct me if necessary.

The Python docs distinguish between a suite in control..... More

Print this item

  function for SQLite query not working
Posted by: pythonNoob - May-16-2018, 03:57 PM - Forum: General Coding Help - Replies (1)

In the following program I'm trying to get my sqlite connection and the cursor to be returned in a tuple and used from my main.py file. I'm not gettin..... More

Print this item

  pytest and caplog
Posted by: lazyliv - May-16-2018, 02:36 PM - Forum: General Coding Help - No Replies

Hi.

I have the folowing test class:

[python]class TestConnection(AsyncTestCase):
'''Integration test'''

@gen_test
def tes..... More

Print this item

  Python code to check SQL table for current date
Posted by: PYTHONDUDE - May-16-2018, 01:26 PM - Forum: General Coding Help - Replies (3)

I would like python to check my sql table (column name date_loaded) if it is populated with current date in format yyyymmdd. if it is then continue..... More

Print this item

  Looking for feedback for pyPhpTree
Posted by: Alextp - May-16-2018, 12:03 PM - Forum: Code sharing - No Replies

This is my new lib, which parses PHP source code and finds declarations of functions/classes/namespaces. It gives result items as dicts, with levels (..... More

Print this item

  Help debug my fibonacci implementation
Posted by: dineshpabbi10 - May-16-2018, 10:42 AM - Forum: General Coding Help - Replies (6)

Hello everyone . I was getting my hands on Python to learn Data structures and algorithms in python. I tried to implement progression class with sub c..... More

Print this item

  Download file from xampp
Posted by: Guybrush - May-16-2018, 08:37 AM - Forum: Networking - Replies (1)

Hi all!
I'm trying to download a file (.zip) from a xampp website.

I tried different solutions to download the file, but the result is the same. T..... More

Print this item

  Looking for a Django project for fresher/newbie
Posted by: tuannv562 - May-16-2018, 08:35 AM - Forum: Jobs - Replies (1)

Hi.
I'm a software developer. I have been worked as java backend developer for about 1.5 year. I have knowledge about OS, software, database, web and..... More

Print this item

  check process status and start if it stop linux
Posted by: inspirer - May-16-2018, 07:31 AM - Forum: General Coding Help - Replies (4)

Hi all,

I want to write script to checking my process if it running OK.

my flow is:

-ssh server-->check process--->if true--->End
..... More

Print this item

  How to add multiple lines response in chatterbot?
Posted by: PrateekG - May-16-2018, 06:48 AM - Forum: Web Scraping & Web Development - Replies (13)

I am trying to build a simple chat bot using Pythons's chatterbot.
I am training this bot with the help of ListTrainer.
I have created a txt file cont..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  IBKR Purchasing code issu... 2 hours ago compuman145 compuman145 General Codin...
  Creating a Mindmap progra... 4 hours ago J_Miller susan General Codin...
  A coding beginner needs h... 8 hours ago Littlefish Littlefish General Codin...
  Is the interpreter that c... 9 hours ago helendamdam helendamdam General Codin...
  Using a For Loop to subtr... Yesterday, 20:56 Anunderling deanhystad General Codin...
  403 Error 09-20, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  C++ program embedding Pyt... 09-19, 11:11 Alexandros Alexandros General Codin...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  real community 09-15, 20:16 decuser decuser News and Disc...
Most views
  The best Prog... 576691
  Tutorial Requ... 498845
  Web Scraping ... 440510
  Newbie with P... 384461
  New Users Int... 368109
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 8176
snippsat 7368
deanhystad 6894
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
susan Today
jatinkumar12 Today
angelhealu504 Today
helendamdam Today
pllrdvalery Yesterday

User Panel Messages

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