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,920
» Latest member: RonR
» Forum threads: 38,719
» Forum posts: 175,487

Full Statistics

Online Users
There are currently 37 online users.
» 0 Member(s) | 31 Guest(s)
Bing, Google, Facebook, AOL, Google Image

Latest Threads
New to the field
Forum: News and Discussions
Last Post: Larz60+
1 hour ago
» Replies: 1
» Views: 158
Too much space between gr...
Forum: GUI
Last Post: deanhystad
7 hours ago
» Replies: 1
» Views: 155
New to Python and Pygame
Forum: Game Development
Last Post: deanhystad
7 hours ago
» Replies: 6
» Views: 1,458
data input while debuggin...
Forum: General Coding Help
Last Post: Pedroski55
9 hours ago
» Replies: 1
» Views: 179
Select Python comment (#)...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 01:34 PM
» Replies: 5
» Views: 482
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
Yesterday, 06:11 AM
» Replies: 5
» Views: 1,271
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Stowersw
Sep-12-2025, 03:23 PM
» Replies: 4
» Views: 2,329
Python and excel vba codi...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-12-2025, 11:09 AM
» Replies: 2
» Views: 978
Web Scrapper to find prov...
Forum: General Coding Help
Last Post: Olivia
Sep-12-2025, 08:36 AM
» Replies: 1
» Views: 2,242
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-11-2025, 08:39 PM
» Replies: 6
» Views: 1,674

 
  help pleeeease
Posted by: ali - Dec-24-2016, 01:04 PM - Forum: Homework - Replies (6)

i have this python 2 banking system project using oop.

it was in two parts the first one was functional python but the second one is in oop, i coul..... More

Print this item

  BASIC to python3: using lists like arrays
Posted by: nigeljbm - Dec-24-2016, 10:44 AM - Forum: General Coding Help - Replies (2)

New to python - just installed python3/ktinter in ubuntu/lubuntu system.

Been through a lot of tutorials etc but none of them explain in practical ..... More

Print this item

  getting current filename of a text editor file for printing file name?
Posted by: hsunteik - Dec-24-2016, 10:26 AM - Forum: General Coding Help - Replies (3)

from sys import *

def open_file(filename)
      print(filename)

def run():
     open_file(?)
what should i write int..... More

Print this item

  must the if statement in the following tutorial be nested?
Posted by: hsunteik - Dec-24-2016, 10:15 AM - Forum: General Coding Help - Replies (3)

in this tutorial series on creating a programming language:
https://www.youtube.com/watch?v=pWAxiKdJF0c  (the first episode in the video tutorial ser..... More

Print this item

  how to treat two token as one token(lexer)?
Posted by: hsunteik - Dec-24-2016, 09:53 AM - Forum: General Coding Help - Replies (1)

lets say i have two type of token (the # token and the = token)
when each token is found the position variable will increase by one,but when theres s..... More

Print this item

  init vs_init_ while defining method/function?
Posted by: hsunteik - Dec-24-2016, 08:20 AM - Forum: General Coding Help - Replies (1)

while defining method,what is the difference in
this:

def init(...........):

      ................................
 
..... More

Print this item

  another project - this one is a function
Posted by: Skaperen - Dec-24-2016, 06:49 AM - Forum: Bar - No Replies

i will name this pcall() or pipeline() or callpipe() or something along those lines.

it will use one positional argument, a list of lists, where ea..... More

Print this item

  another project
Posted by: Skaperen - Dec-24-2016, 04:28 AM - Forum: Bar - Replies (3)

i don't have a clue if this is a small project or a large project.  i suspect it is a massively huge monstrosity.

i want to create a stack oriented..... More

Print this item

  Unable to open files without file extension
Posted by: pstarrett - Dec-24-2016, 03:03 AM - Forum: General Coding Help - Replies (3)

I am working with the Enron emails and they do not have a file extension. I can get the first set of code to work but I cannot in the second (see erro..... More

Print this item

  First line of File gets deleted when reading file
Posted by: lrxM - Dec-23-2016, 04:53 PM - Forum: General Coding Help - Replies (2)

Hi everyone,

im quite new to python, especially to reading and writing files. 
I now wrote a script which was intended to read a "csv utf-8" file,..... More

Print this item

  TypeError: request for something already fulfilled?
Posted by: merlem - Dec-23-2016, 12:47 PM - Forum: GUI - Replies (11)

When using wxpython, I frequently get TypeErrors about something that is - as far as I can see - already fulfilled.
Examples:


[python]
# -*- co..... More

Print this item

  Python 3.6 Released
Posted by: snippsat - Dec-23-2016, 11:56 AM - Forum: News and Discussions - Replies (9)

This is a big release,with 16 new PEP(Python Enhancement Proposals) and ordered dictionary python 
..... More

Print this item

  Python Developer Availalble
Posted by: manikandan - Dec-23-2016, 11:35 AM - Forum: Jobs - No Replies

We have Python Sr. developers/ Junior developers readily available to get started on the project. 

[color=#000000]info @ opt..... More

Print this item

  how do i repeat???
Posted by: Darbandiman123 - Dec-23-2016, 08:48 AM - Forum: General Coding Help - Replies (2)

i have some coding that i would like to repeat here is the coding how do i do it??? it is for a calculator and i want to repeat the last bit ("main()"..... More

Print this item

  Access online database from python
Posted by: d4py - Dec-23-2016, 04:01 AM - Forum: General Coding Help - Replies (5)

Hi,
I am learning python at the moment (codeacademy & learn python android app & a couple of different books) and am also making little programs as I..... More

Print this item

  Christmas Window
Posted by: snippsat - Dec-23-2016, 12:14 AM - Forum: Bar - Replies (5)

Tried to make a window with a little Christmas spirit.
Tool 3DS-Max(render Corona) and PS.
(Click on image to enlarge).  
[img]http://imageshack.co..... More

Print this item

  coding doesent work???
Posted by: Darbandiman123 - Dec-22-2016, 06:45 PM - Forum: General Coding Help - Replies (2)

hey all i am using python 3.3.3 in idle (i know its outdated) but i am trying to make a siple if statment however it wont work and says invalid syntax..... More

Print this item

  REAL-TIME SUPERVISOR
Posted by: Axis Animation - Dec-22-2016, 05:26 PM - Forum: Jobs - No Replies

REAL-TIME SUPERVISOR
[Image: huzcN5Y.png]

[color=#ff66..... More

Print this item

  Extrapolation
Posted by: bananen - Dec-22-2016, 04:51 PM - Forum: Data Science - Replies (1)

Hi!

I have two lists of data that I have done a linear fit on, and I would like to extrapolate this linearly but I don't really know how. I have at..... More

Print this item

  Formatting $
Posted by: birdieman - Dec-22-2016, 03:07 PM - Forum: General Coding Help - Replies (18)

Using this formatting code:

[size=small][color=#008080]print('${:>10,.0f}'.format(xyz))[/siz..... More

Print this item

  Multi threaded Timer Class
Posted by: Larz60+ - Dec-22-2016, 12:29 PM - Forum: Code sharing - No Replies

Moved from python-forum.org

Here is a timer class that can set to run simultaneous timers and kick off events upon completion.
a timer can be set ..... More

Print this item

  Stopping scheduler with condition
Posted by: j.crater - Dec-22-2016, 08:08 AM - Forum: General Coding Help - Replies (17)

Hello,
I need to execute some code repeatedly with a fixed interval. I scraped this piece of code online:

[python]
class PeriodicScheduler(object):
 ..... More

Print this item

  startproject - django 1.9.6
Posted by: lewashby - Dec-22-2016, 01:08 AM - Forum: Web Scraping & Web Development - Replies (4)

Linux Mint

I'm following a book on Django and it has this -> https://hellowebapp.com/setup/ accompanying website. Take a look below at what I'm getti..... More

Print this item

  Using python for text replacement
Posted by: omar - Dec-22-2016, 12:44 AM - Forum: General Coding Help - Replies (1)

I want to make many ready made text be available.

So if I type #hello for example, I could have this replaced with one line or many paragraphs of t..... More

Print this item

  Thoughts on how to approach a project
Posted by: birdieman - Dec-21-2016, 11:09 PM - Forum: Data Science - Replies (13)

I am a moderately experienced VBA coder, and have only begun learning Python (second post on this forum) because I would like to take on a new project..... More

Print this item

  Google rank; One more to go
Posted by: metulburr - Dec-21-2016, 10:53 PM - Forum: Board - Replies (42)

Now to bypass our old forum  Smile

http://lmgtfy.com/?q=python+forum


Attached Files

Thumbnail(s)
   
Print this item

  Problem with NTLM to download data
Posted by: azahar - Dec-21-2016, 09:17 PM - Forum: General Coding Help - Replies (1)

Hello,

I am new in python and after two days of research I am stuck on a little issue with API and NTLM package for Anaconda. I want to grab data f..... More

Print this item

  Need alittle hlpl with an image scraper.
Posted by: Blue Dog - Dec-21-2016, 07:09 PM - Forum: Web Scraping & Web Development - Replies (8)

Hello one and all,
I am back with , I hope is a small problem. I found this image scraper that looks just what I been looking for. I been working on ..... More

Print this item

  Meaning of some term?
Posted by: hsunteik - Dec-21-2016, 03:06 PM - Forum: General Coding Help - Replies (2)

What is attribute grammar and backend generator?
Please answer as detailed as possible. Big Grin


Is it better to create lexer and parser with..... More

Print this item

  What is best framework to develop webservice in Django?
Posted by: hari3710 - Dec-21-2016, 07:03 AM - Forum: General Coding Help - Replies (3)

Hi All,
I want to develop the web services in Django.
Which is the best framework to develop the web service?

Django REST Framework or Piston?

Print this item

  Porting a MATLAB program into Python?
Posted by: xpress_embedo - Dec-21-2016, 06:44 AM - Forum: General Coding Help - Replies (1)

Hello! Everyone,
I am new to Python and i have to port a program written in MATLAB into Python, this program uses plot and that's why i had installed..... More

Print this item

  concat two list based on array
Posted by: MeeranRizvi - Dec-21-2016, 06:31 AM - Forum: Homework - Replies (9)

Here is my input

a=[1,2,3,4]
b=[5,6,7,8]
I need the output like this:
Output:
[1,5,2,6,3,7,4,8]
How to do t..... More

Print this item

  best python specialization to career at home with?
Posted by: meems - Dec-21-2016, 02:04 AM - Forum: Bar - No Replies

hihi,

I've been learning python for about a month, and I'm starting to feel confident about self sufficient learning. i.e. I'm capable learning most ..... More

Print this item

  Loop a list of usernames from a xlsx file
Posted by: mcarthur2086 - Dec-20-2016, 11:32 PM - Forum: General Coding Help - Replies (1)

G'day All.

I'm working on a .py that will scrape tweets from twitter and write them to a csv file: Full disclosure, i got the majority of the scrip..... More

Print this item

  IPython
Posted by: wavic - Dec-20-2016, 08:46 PM - Forum: News and Discussions - Replies (3)

Where to start.... 
I have used IPython a lot. But mostly like the regular Python interpreter and the most valuable feature for me was the autocomplet..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  New to the field 1 hour ago Polybunny Larz60+ News and Disc...
  [Tkinter] Too much space ... 7 hours ago RonR deanhystad GUI
  New to Python and Pygame 7 hours ago JMcM deanhystad Game Developm...
  data input while debuggin... 9 hours ago fred1232 Pedroski55 General Codin...
  Select Python comment (#)... Yesterday, 13:34 SpongeB0B snippsat General Codin...
  I'm trying to make a piec... Yesterday, 06:11 Alislugacool MilesWeb General Codin...
  Seeking feedback: dynamic... 09-12, 15:23 Bona2000 Stowersw General Codin...
  Python and excel vba codi... 09-12, 11:09 odiez DeaD_EyE General Codin...
  Web Scrapper to find prov... 09-12, 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...
Most views
  The best Prog... 575495
  Tutorial Requ... 496432
  Web Scraping ... 439595
  Newbie with P... 383197
  New Users Int... 364127
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 7366
deanhystad 6892
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
RonR Yesterday
SofiaAnatolie Yesterday
Erikventura Yesterday
aidajnrz7704 Yesterday
Jillscitt 09-12

User Panel Messages

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