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,938
» Latest member: Monir
» Forum threads: 38,721
» Forum posts: 175,507

Full Statistics

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

Latest Threads
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 04:28 PM
» Replies: 11
» Views: 4,248
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 697
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Sep-19-2025, 12:30 PM
» Replies: 1
» Views: 3,587
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,037
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,537
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,370
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,570
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,518
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,672
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 1,236

 
  Organizing tips
Posted by: Demini - Feb-10-2018, 05:14 AM - Forum: General Coding Help - Replies (1)

Does anyone have a reference for proficient organizing?

Print this item

  hash bang
Posted by: Skaperen - Feb-10-2018, 02:01 AM - Forum: News and Discussions - Replies (12)

something i am trying to come up with is a hash bang string to begin Python scripts with, that will try to run Python3, but will fall back to t..... More

Print this item

  Creating Program Homework
Posted by: ShakenBake - Feb-09-2018, 11:05 PM - Forum: Homework - Replies (2)

Create a python program that gets students lastname, firstname, and finalmark, then calculates the letter grade based on the following criteria;

A ..... More

Print this item

  Just a bit confused
Posted by: TimeForged - Feb-09-2018, 10:40 PM - Forum: Homework - Replies (2)

So I am trying to figure out how to display a menu in the current code where it prompts the user to display a menu like this

please choose a flavor
1..... More

Print this item

  redefinition of unused function
Posted by: bb8 - Feb-09-2018, 07:00 PM - Forum: General Coding Help - Replies (16)

flake8 complains about redefinition.
[python]def do_work(self, name):
return self.do_work(self.__map[name])

def do_work(self, some_object):
#..... More

Print this item

  Recommend an Excel library for writing data?
Posted by: jonesin1974 - Feb-09-2018, 03:48 PM - Forum: General Coding Help - Replies (1)

Hi all,

Can anyone recommend a Python library to create Excel files?

Aside from writing the actual data, my only other requirements are:
1. Ma..... More

Print this item

  CSV unable to import (traceback error)
Posted by: learnermarx - Feb-09-2018, 03:06 PM - Forum: General Coding Help - Replies (3)

Hey I'm new to Python programming

I wrote this code by seeing from youtube channel
[python]
import csv

with open ('example.csv', "r") as csvf..... More

Print this item

  IDLE crash using special characters?
Posted by: reikonaga - Feb-09-2018, 01:55 PM - Forum: General Coding Help - Replies (6)

Hey there!

I'm starting to learn python and in one of the classes I noticed when I tried to do 2^2 and then the IDLE crashes when i try to input th..... More

Print this item

  running two functions by threading
Posted by: Fathy - Feb-09-2018, 01:42 PM - Forum: General Coding Help - Replies (2)

Hi
I'm trying to play two function at same time but one of this two function works only one time



[python]import threading, time, sys



..... More

Print this item

  Python Ble Distance Problem
Posted by: aleynasarcanli - Feb-09-2018, 01:16 PM - Forum: General Coding Help - Replies (10)

Hello, I need help about calculating distance of ibeacon with raspberry pi, I am scanning and finding ibeacons, but I need to know how much meter betw..... More

Print this item

  New Line Problem!
Posted by: digitalMASTER1 - Feb-09-2018, 01:02 PM - Forum: General Coding Help - Replies (4)

I'm trying to write a program that allows you to input a string of words, and then it translates them into my own custom language. I didn't get far be..... More

Print this item

  why so much differnt performance in python 2.7.10, 2.7.14 and 3.6.4
Posted by: jiangtianyong - Feb-09-2018, 06:29 AM - Forum: News and Discussions - No Replies

Hi ALL

I have a question when i develop a testcase to run in different python version
1: Python 2.7.10 (default, Feb 7 2017, 00:08:15) [GCC 4.2.1..... More

Print this item

  Python: Returning the most frequently occurring substring in a larger string
Posted by: sskkddrit - Feb-09-2018, 06:02 AM - Forum: Homework - Replies (2)

How can I find the most frequently occurring sub-string in a larger string?

For example if the string 'gactctcagc' is provided, the program will re..... More

Print this item

  ModuleNotFoundError: No module named 'adspy_shared_utilities'
Posted by: POOJASWAMY - Feb-09-2018, 05:46 AM - Forum: Data Science - No Replies

ModuleNotFoundError: No module named 'adspy_shared_utilities'
I have been getting this error whenever ,I'm trying to run this module for the below co..... More

Print this item

  Working with Dict Object
Posted by: standenman - Feb-09-2018, 05:03 AM - Forum: General Coding Help - Replies (8)

I am new to Python. I am trying to extract text from the bookmarks in a PDF file that would provide the data for a Word template merge. I have gotten ..... More

Print this item

  Another working code, help required for faster multithreading execution
Posted by: anna - Feb-09-2018, 03:26 AM - Forum: General Coding Help - No Replies

Hi All,

this code is taking, device ips from file and threads to print output in file. I have replaced multiple spaces with single space. This code..... More

Print this item

  A code to generate new files in my HDD
Posted by: yokharian - Feb-09-2018, 03:22 AM - Forum: General Coding Help - Replies (2)

hey, i need help.

[b]Could you help me make a python code that can modify or create files from my hard drive? either with a module, function..... More

Print this item

  error
Posted by: Zatoichi - Feb-09-2018, 03:04 AM - Forum: Homework - Replies (2)

[python]
content = input('Enter English words:').lower()
counters = {}
words = content.split()

for word in words:

word = words
i..... More

Print this item

  Differentiation with exponential functions
Posted by: tyrael69 - Feb-09-2018, 02:01 AM - Forum: Data Science - No Replies

i have been writing a python script for work that calculates some figures for me
it's basically two parts, one part is for when the data calls for a ..... More

Print this item

  Error in coding project, any help?
Posted by: XpunksnotdeadX - Feb-08-2018, 05:58 PM - Forum: General Coding Help - No Replies

Hello! I've been doing some coding exercises from the book "Coding Projects in Python" and I came into an error during one of the projects. The coding..... More

Print this item

  Help required for faster execution of working code
Posted by: anna - Feb-08-2018, 05:39 PM - Forum: General Coding Help - Replies (2)

Hi All,

[python]#!/usr/bin/python
import time
import sys
from easysnmp import snmp_get, snmp_set, snmp_walk
start = time.time()
host = sys.arg..... More

Print this item

  Am new in python
Posted by: dwayneojnr - Feb-08-2018, 04:17 PM - Forum: News and Discussions - Replies (3)

Hi,am new in python.can some one help me out by tell me where to start and how to get resources that can help me going....thank you

Print this item

  Print multiple record lines
Posted by: ntigner - Feb-08-2018, 04:15 PM - Forum: General Coding Help - Replies (3)

I am creating a simple program that looks up the name of a job and prints out the full job name and number.

I want to be able to put in partial str..... More

Print this item

  Web Scraping and data collection.
Posted by: LordDeanUK - Feb-08-2018, 02:03 PM - Forum: Web Scraping & Web Development - Replies (3)

Hi Guys,

I have a small business in the UK and i need to get in contact with new business premises as soon or before they open.

iv'e been lookin..... More

Print this item

  Can't import any class from other folder in the same level.
Posted by: emih89 - Feb-08-2018, 01:49 PM - Forum: Web Scraping & Web Development - Replies (6)

Hi! i'm having several issues trying to import a library from other folder that is in the same level of the current file.

[img]https://puu.sh/zjjtL..... More

Print this item

  tkinter osx
Posted by: Ganttictemp - Feb-08-2018, 11:44 AM - Forum: GUI - Replies (8)

Hi! We have some scripts in Python made for Reaper (a DAW). We succesfully run it in Windows, but when it comes to mac. Seems that problem is related ..... More

Print this item

  Cool web site / python podcasts
Posted by: Larz60+ - Feb-08-2018, 10:07 AM - Forum: News and Discussions - Replies (3)

https://talkpython.fm/

Print this item

  Help me about the load_distribution, network.plot ....
Posted by: hoangtuyen - Feb-08-2018, 08:40 AM - Forum: General Coding Help - Replies (1)

I'm a beginner. Can you help me to explain what the codes mean? Thank you very much.

[python]fig,ax = plt.subplots(1,1)
fig.set_size_inches(6,12)..... More

Print this item

  passing str from Callfunction to another Callfunction
Posted by: issac_n - Feb-08-2018, 08:25 AM - Forum: GUI - No Replies

I am trying to pass the str/path from a Callfunction to another Callfunction. First call function is trigger by a click button and keep the path with ..... More

Print this item

  Batch convert IFC to STEP
Posted by: jnoordzij - Feb-08-2018, 08:13 AM - Forum: General Coding Help - Replies (1)

Hi

I am looking for a way to batch convert a bunch of IFC files to STEP format. I've done a lot of searching for software that can do that, but wit..... More

Print this item

  python array/cell/indexing
Posted by: python - Feb-08-2018, 07:40 AM - Forum: Data Science - Replies (1)

Hello fellow programmers!

I recently started to learn python (previousely matlab) and I was hopeing some of you might be able help me with a specific..... More

Print this item

  extracting data from json on website
Posted by: larry2311 - Feb-08-2018, 06:07 AM - Forum: General Coding Help - Replies (2)

I am trying to extract two data items from a json web page, frustratingly without much joy. Wall
Being fairly new to json, it is proving diffic..... More

Print this item

  a one line thing
Posted by: Skaperen - Feb-08-2018, 06:01 AM - Forum: Bar - Replies (2)

for fun, a challenge (but don't spill any beer): define 2 functions, a() and b() where a() calls b() and b() prints out "hello world", and call a(). ..... More

Print this item

  Django model.py model.foreignkey()
Posted by: HenryJ - Feb-08-2018, 06:00 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi All,

I am a newbie on Django framework and a bit confused on the models.

1. When a "class" in the model.py, can I just understand it as "tab..... More

Print this item

  Private Inquiries Forum
Posted by: metulburr - Feb-08-2018, 05:19 AM - Forum: Board - No Replies

Based on some issues with some members in the past. I would like to add a new sub-forum
Its located in Board -> Private Inquiries
or follow t..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  403 Error Yesterday, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  Scraping a page with log ... 09-19, 12:30 iamaghost Hershien Web Scraping ...
  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...
  Another app idea - intera... 09-16, 07:07 decuser Lenowell News and Disc...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... 09-15, 15:28 Bona2000 Bona2000 General Codin...
Most views
  The best Prog... 576462
  Tutorial Requ... 498306
  Web Scraping ... 440359
  Newbie with P... 384240
  New Users Int... 367326
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 8175
snippsat 7368
deanhystad 6891
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Monir Today
atylerfraces2254 Yesterday
AdrianCocian Yesterday
humanoidAI Yesterday
Baran12332 09-19

User Panel Messages

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