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,237
» Latest member: lary_p
» Forum threads: 38,776
» Forum posts: 175,791

Full Statistics

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

Latest Threads
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Today, 12:56 AM
» Replies: 4
» Views: 134
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Yesterday, 10:39 AM
» Replies: 3
» Views: 109
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-07-2025, 07:29 PM
» Replies: 0
» Views: 80
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 122
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,170
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,374
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,572
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 197
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,202
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,455

 
  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

  New old news tiniest transistor ever and not in silicon
Posted by: Larz60+ - Dec-20-2016, 08:02 PM - Forum: News and Discussions - Replies (2)

New gallium arsenide transistor may change the microchip  industry
http://news.mit.edu/2012/tiny-compound-s...allenge-si..... More

Print this item

  Dictionary Help
Posted by: sajley - Dec-20-2016, 07:39 PM - Forum: General Coding Help - Replies (5)

hi guys  

mydict = {'transform':[4,52,6.3] , 'rotation':[77,89,12] , 'scale':[44,55,96]}
[python]

mydict['scale']
[..... More

Print this item

  Need help with writing to and reading from files?
Posted by: birdieman - Dec-20-2016, 07:04 PM - Forum: General Coding Help - Replies (14)

I am new to this forum and python, as you will discover.  I am trying to learn how to write variables to a file that I can later read back.  My code i..... More

Print this item

  pygames and livewires
Posted by: djokson - Dec-20-2016, 05:41 PM - Forum: Game Development - Replies (9)

I m learning python from Michael Dawson books, and he use library livewires to import and code pygame library, a do not know how to import and use thi..... More

Print this item

  How can I add search in flask-admin?
Posted by: Mike Ru - Dec-20-2016, 05:11 PM - Forum: Web Scraping & Web Development - Replies (4)

I have a simple model.
[python]
class Words(db.Model):
    id = db.Column(db.Integer, primary_key = True)
    russia = db.Column(db.String(50))
..... More

Print this item

  Boolean Logic in Json
Posted by: trinity_np - Dec-20-2016, 04:19 PM - Forum: Homework - Replies (3)

Hi all, I'm pretty new to python and I've this problem.

[..... More

Print this item

  GameBoard coding
Posted by: Bullman - Dec-20-2016, 01:22 PM - Forum: Homework - Replies (3)

I'm have to create connect 4 as an assignment. We have been given code to tic tac toe to base it on. I have adjusted the board code but keep getting t..... More

Print this item

  Finding dead code
Posted by: Ofnuts - Dec-20-2016, 11:31 AM - Forum: General Coding Help - Replies (6)

I'm writing a fairly large a script (currently around a thousand lines and growing(*)) and due to refactoring it could contain some dead code (I alrea..... More

Print this item

  Question: Paths and writing to a file
Posted by: mwmaw - Dec-20-2016, 08:12 AM - Forum: General Coding Help - Replies (6)

[i][size=x-large][size=small][size=x-small][font=Arial]First off, hello! I've been trying to find a good forum to post questions to and, when I'm bett..... More

Print this item

  how to extract filename ?
Posted by: hsunteik - Dec-20-2016, 07:49 AM - Forum: General Coding Help - Replies (2)

How to extract filename from the result the tkinter command asksaveasfile give?

example:
from tkinter.filedialog import asksaveasfile
def saveascodim..... More

Print this item

  my next little project
Posted by: Skaperen - Dec-20-2016, 06:57 AM - Forum: Bar - Replies (4)

my next little project is to make a "what is my IP address" server, but with UDP and my code (a server and a client) on each end.  so i need to set up..... More

Print this item

  save acts like save as
Posted by: hsunteik - Dec-20-2016, 06:29 AM - Forum: General Coding Help - Replies (6)

i am using python(tkinter) to create my text editing software,but my savefile method acts like a saveas method. 
everytime i save it does not overwri..... More

Print this item

  problems with label
Posted by: swipis - Dec-19-2016, 09:01 PM - Forum: GUI - No Replies

Hello

Have problem with label, trying to show label from another file but so far no luck. here is the code:

main.py
[python]
class mainWindow..... More

Print this item

  Help with loop & user input
Posted by: rdDrp - Dec-19-2016, 05:50 PM - Forum: Homework - Replies (11)

This is Not homework assignment. I am beginner to programing itself, just started with python.

What i want to achieve is this:

Print this item

  My exception doesn't work. How can I correct it?
Posted by: Ponomarenko Pavlo - Dec-19-2016, 05:22 PM - Forum: General Coding Help - Replies (3)

>>> try:
    print(1 / 0)
    except ArithmeticError:
        
SyntaxError: invalid syntax
>>>

Print this item

  adding physics
Posted by: sarvar - Dec-19-2016, 04:19 PM - Forum: Game Development - Replies (8)

Hello dear users.

im having trouble in making my game (its doodle jump witch i wrote with pygame) more naturally. 
im using the positions of my pi..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Two arguments in input fu... Today, 00:56 Alfredd Pedroski55 General Codin...
  Backward compatibility qu... Yesterday, 10:39 yutaozhou buran News and Disc...
  [Tkinter] I’m building a ... 11-07, 19:29 tsgiannis tsgiannis GUI
  [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
  Code runs perfectly and j... 11-05, 17:56 compuman145 noisefloor General Codin...
  Natural language processi... 11-05, 14:03 maaaa2401 offsoar Homework
  Can I develop a live vide... 11-05, 08:31 mtrkhan ankitsharma32 Web Scraping ...
  [SOLVED] Linefeed when wr... 11-04, 11:51 Winfried buran General Codin...
Most views
  The best Prog... 578711
  Tutorial Requ... 509270
  Web Scraping ... 441855
  Newbie with P... 385808
  New Users Int... 375170
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+ 12102
buran 8194
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 24
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
lary_p Today
Cristiano Yesterday
Alfredd Yesterday
clayote Yesterday
yutaozhou 11-07

User Panel Messages

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