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,919
» Latest member: aidajnrz7704
» Forum threads: 38,717
» Forum posts: 175,485

Full Statistics

Online Users
There are currently 45 online users.
» 0 Member(s) | 38 Guest(s)
Applebot, Bing, Google, AOL, Internet Archive, Mojeek

Latest Threads
New to Python and Pygame
Forum: Game Development
Last Post: deanhystad
2 hours ago
» Replies: 6
» Views: 1,255
Select Python comment (#)...
Forum: General Coding Help
Last Post: snippsat
6 hours ago
» Replies: 5
» Views: 334
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
Today, 06:11 AM
» Replies: 5
» Views: 1,122
New to the field
Forum: News and Discussions
Last Post: Polybunny
Today, 01:31 AM
» Replies: 0
» Views: 93
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Stowersw
Yesterday, 03:23 PM
» Replies: 4
» Views: 2,284
Python and excel vba codi...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 11:09 AM
» Replies: 2
» Views: 846
Web Scrapper to find prov...
Forum: General Coding Help
Last Post: Olivia
Yesterday, 08:36 AM
» Replies: 1
» Views: 2,134
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-11-2025, 08:39 PM
» Replies: 6
» Views: 1,494
pip fails to install PyGO...
Forum: General Coding Help
Last Post: Larz60+
Sep-11-2025, 10:50 AM
» Replies: 2
» Views: 1,812
how to manage crypto trad...
Forum: General Coding Help
Last Post: Mercyto
Sep-11-2025, 06:01 AM
» Replies: 2
» Views: 2,970

 
  Help pls (beginner)
Posted by: zakobenayoun - Nov-03-2016, 06:51 PM - Forum: Homework - Replies (4)

Hello, I would like to create a game board, with is something like that :

x x x x
x x x x
.  .  .  .
.  .  .  .
o o o o
o o o o

I would lik..... More

Print this item

  I have BeautifulSoup instaled
Posted by: Blue Dog - Nov-03-2016, 02:42 PM - Forum: Web Scraping & Web Development - Replies (35)

when I try to run a piece of script with this in it      ( from bs4 import BeautifulSoup) Sad

I get this error:      ImportError: No module name..... More

Print this item

  image uploading
Posted by: Larz60+ - Nov-03-2016, 12:33 PM - Forum: Board - Replies (4)

I am in the process of building a tutorial on creating resizable tkinter gui's

I have some images that I'd like to intermingle with the text.

I ..... More

Print this item

  idea for code boxes
Posted by: Skaperen - Nov-03-2016, 04:38 AM - Forum: Board - Replies (4)

for code boxes, especially big ones, how about "_X" in the upper right corner to minimize the box or make it go away entirely?

Print this item

  Combine Duplicate CVS Column Values
Posted by: Jay - Nov-02-2016, 10:55 PM - Forum: General Coding Help - Replies (3)

Hi All,
This is my first cry for help Big Grin

I'm a Python Noob and I have been progressing fairly well (I started learning Python about a mon..... More

Print this item

  Check to see if a string exactly matches an element in a list
Posted by: DBS - Nov-02-2016, 09:48 PM - Forum: General Coding Help - Replies (1)

Hello,

I'm splitting the path from the filename and I would like to compare the file name against a list of elements in a list and if there's an ex..... More

Print this item

  how to count elements in list box?
Posted by: qrion - Nov-02-2016, 04:54 PM - Forum: GUI - Replies (6)

Hi 
Im wondering how to show how many elements in the list box in the status bar.
I know one could use  print (self.listbox.size()) but it shows up ..... More

Print this item

  function for a single string number of syllables
Posted by: tebirkes - Nov-02-2016, 01:30 PM - Forum: General Coding Help - Replies (2)

I have a function who takes a single string as argument and returns the number of syllables of some string e.g. str = "I eat pancakes"
But i do not g..... More

Print this item

  Recursively create a file
Posted by: digitalquake - Nov-02-2016, 12:00 PM - Forum: General Coding Help - Replies (19)

Hello all I'm new to the world of python.

(please don't bully the scriptkiddo  Big Grin  )



I've wrote script that create folders in a spe..... More

Print this item

  VFX Job, Rising Sun Pictures, South Australia - Maya Animation TD
Posted by: RSP Recruitment - Nov-02-2016, 07:04 AM - Forum: Jobs - No Replies

Rising Sun Pictures is currently seeking an established Maya Animation Technical Director to join our animation team for a number of hig..... More

Print this item

  VFX Job, Rising Sun Pictures, South Australia - Houdini Developer [Tools Dev focus]
Posted by: RSP Recruitment - Nov-02-2016, 07:01 AM - Forum: Jobs - No Replies

Rising Sun Pictures is currently seeking experienced Houdini Technical Directors to join our Pipeline team.

Employment period:..... More

Print this item

  script to filter python files
Posted by: Skaperen - Nov-02-2016, 04:11 AM - Forum: Code sharing - Replies (3)

i was doing this in grep a lot so i made this little script and put it at /usr/local/bin/pygrep.

[spoiler=pygrep][python]#!/usr/bin/env python3
fr..... More

Print this item

  [New Release] PyFTPD - an FTP server with GUI and CLI versions
Posted by: demosthenesk - Nov-01-2016, 09:24 PM - Forum: Code sharing - Replies (4)

Hello,

i have just released the brand new FTP server based on pyftpdlib, named PyFTPD.

You can run it from CLI with PyFTPD-cli.py or if you like..... More

Print this item

  help with a script to determine length of an argument
Posted by: roadrage - Nov-01-2016, 06:39 PM - Forum: General Coding Help - Replies (9)

Here is an assignment that i have:
Create a function called "length_of" that:
  1. Takes a single argument
  2. Return the length of argument, if i..... More

Print this item

  Creating a program that records speed in a speed trap
Posted by: astonavfc - Nov-01-2016, 05:10 PM - Forum: General Coding Help - Replies (7)

That is my code so far it says my subtraction is wrong can you point out anything I can do better.

Thanks.

[python]from datetime import datetime..... More

Print this item

  list of strings to a single string
Posted by: tebirkes - Nov-01-2016, 04:58 PM - Forum: General Coding Help - Replies (12)

How do I convert a list of strings into a single string in a function where the list of strings is my argument? Without using join?
If you have a dic..... More

Print this item

  How does thid work?
Posted by: Blue Dog - Nov-01-2016, 03:59 PM - Forum: General Coding Help - Replies (2)

Here is a email scraper:

[python]
#Ok, I know what line 0ne does:
import re
#Line 2 I know what is does:
import urllib2
#Line 3 res is a var =..... More

Print this item

  Running operations without compiling code multiple times
Posted by: arka7886 - Nov-01-2016, 03:51 PM - Forum: General Coding Help - Replies (3)

Hi all,
I am fairly new to Python, though I have computing experience in other languages. I have a very basic question here: I want to run operations..... More

Print this item

  Please help me!! Can't get rid of error message in Python.
Posted by: TOM - Nov-01-2016, 07:34 AM - Forum: Homework - Replies (3)

Hi! I have a question about Ctypes. 
I'm attempting to build a small object to pass around between fortran code and Python. But I find an error, whic..... More

Print this item

  How to increase speed of access element in 2 dimension array?
Posted by: Diver - Nov-01-2016, 06:10 AM - Forum: Homework - Replies (6)

Hi there.
How to increase speed of access element in 2 dimension array?

with matrix size 1000x1000 
each creation of sum matrix take about 1 seco..... More

Print this item

  I'm not sure what I'm doing wrong here...
Posted by: Fazz - Nov-01-2016, 01:44 AM - Forum: General Coding Help - Replies (2)

Hey all, beginning programmer here.

I've been working on a very simple Mad Libs-style "game" in python 2.7 and I've run into some trouble when tryi..... More

Print this item

  Text, one letter at a time
Posted by: MACA - Oct-31-2016, 08:48 PM - Forum: General Coding Help - Replies (7)

So I used to know how to do this thing where my text would be typed at a speed of 0.1 instead of immediately. But now I have forgotten it. I use to us..... More

Print this item

  Input Replacement
Posted by: palmtrees - Oct-31-2016, 07:24 PM - Forum: Homework - Replies (7)

I am writing a tic-tac-toe style game code, where you use 3 variables to make 3 in a row instead of just X's and O's. I originally wrote a tic-tac-toe..... More

Print this item

  Interfacing with a USB game controller
Posted by: barryjo - Oct-31-2016, 05:56 PM - Forum: General Coding Help - Replies (2)

When I plug a USB keyboard into my computer, I can interface with it using standard python print and read statements. The keyboard is of course a USB ..... More

Print this item

  need help for xml
Posted by: just_started_python - Oct-31-2016, 05:19 PM - Forum: Homework - Replies (9)

XML
can some one please guide me through this one . I am trying to make an xml from the data below .
Drug XML
Create an XML structure that descr..... More

Print this item

  Superimpose figures
Posted by: Scientifix - Oct-31-2016, 04:10 PM - Forum: Data Science - Replies (2)

Hello,
I have the following code :
[python]
from scipy.spatial import ConvexHull
from scipy.spatial import convex_hull_plot_2d
import matplotlib...... More

Print this item

  TableXYZ_Processing_3D
Posted by: Mik83 - Oct-31-2016, 12:32 PM - Forum: General Coding Help - Replies (1)

Hi everybody!

Firstly, many thanks to the ones who are gonna read this post.
I just registered on this forum because I have a question about a Py..... More

Print this item

  quick way to convert in both 2 and 3
Posted by: Skaperen - Oct-31-2016, 06:59 AM - Forum: General Coding Help - Replies (10)

i am collecting simple code to make a variety of conversions in both python 2 and python 3 (e.g. same code works in both versions) Wall

1. int..... More

Print this item

  Regex error: 'NoneType' object has no attribute 'group'
Posted by: DBS - Oct-31-2016, 06:22 AM - Forum: General Coding Help - Replies (8)

Hello,

In the code below, I receive the error listed in the title of my question.  I'm trying to extract the substring between asterisks: '[i]Some ..... More

Print this item

  shortening python
Posted by: Skaperen - Oct-31-2016, 03:48 AM - Forum: Bar - Replies (2)

i run Ubuntu Linux and have added symlinks so i can invoke python and python3 with just py and py3.  this is what i..... More

Print this item

  Web-scraping part-2
Posted by: snippsat - Oct-30-2016, 11:21 PM - Forum: Web Scraping - Replies (10)

Update 1-4-2018

  • All tested Python 3.6.4
  • Added more Selenium stuff and headless mode setup
  • Added Final projects which play ..... More

Print this item

  ImportError
Posted by: cbrown1913 - Oct-30-2016, 11:00 PM - Forum: Homework - Replies (8)

Hi, I am writing a program and when I try to run it I get an ImportError saying no module named 'arduino'. I am using the newest linux with everything..... More

Print this item

  lxml, can't install
Posted by: Blue Dog - Oct-30-2016, 02:51 PM - Forum: General Coding Help - Replies (8)

I found one of my problem why some times a code snippet would run and other time it would not. I use vs express as my EDI, well it would load up with ..... More

Print this item

  send file to codepad
Posted by: metulburr - Oct-30-2016, 11:16 AM - Forum: Code sharing - Replies (3)

Ive used this script for years....havent even bothered to update it. 

[python]import urllib
import urllib2
import sys

'''
send argv[1] file t..... More

Print this item

  Python Threading
Posted by: Amro_Al - Oct-30-2016, 09:55 AM - Forum: General Coding Help - Replies (3)

I am a beginner in programming but I was able to develop a tracking program in python. It finds and tracks a T shape in a video and return its coordin..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  New to Python and Pygame 2 hours ago JMcM deanhystad Game Developm...
  Select Python comment (#)... 6 hours ago SpongeB0B snippsat General Codin...
  I'm trying to make a piec... Today, 06:11 Alislugacool MilesWeb General Codin...
  New to the field Today, 01:31 Polybunny Polybunny News and Disc...
  Seeking feedback: dynamic... Yesterday, 15:23 Bona2000 Stowersw General Codin...
  Python and excel vba codi... Yesterday, 11:09 odiez DeaD_EyE General Codin...
  Web Scrapper to find prov... Yesterday, 08:36 physalis2099 Olivia General Codin...
  403 Error 09-11, 20:39 CaptainNewb snippsat Web Scraping ...
  pip fails to install PyGO... 09-11, 10:50 voidtrance Larz60+ General Codin...
  how to manage crypto trad... 09-11, 06:01 Mikeardy Mercyto General Codin...
  How to space data on x ax... 09-11, 05:35 m_kdch Pedroski55 General Codin...
Most views
  The best Prog... 575403
  Tutorial Requ... 496214
  Web Scraping ... 439517
  Newbie with P... 383111
  New Users Int... 363851
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+ 12086
buran 8174
snippsat 7366
deanhystad 6891
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
aidajnrz7704 Today
Jillscitt Yesterday
Stowersw Yesterday
Intel Yesterday
Gichardaxora Yesterday

User Panel Messages

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