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,925
» Latest member: LeoDavies234
» Forum threads: 38,724
» Forum posts: 175,492

Full Statistics

Online Users
There are currently 45 online users.
» 5 Member(s) | 35 Guest(s)
Bing, Google, AOL, AOL, Internet Archive, LeoDavies234, MikeHelene234, PercyAbram234, KelvinSalinas1234, MarleyWells123

Latest Threads
5. HOW TO RECOVER MONEY F...
Forum: General Coding Help
Last Post: LeoDavies234
Less than 1 minute ago
» Replies: 0
» Views: 2
QUALIFIED BITCOIN & USDT ...
Forum: General Coding Help
Last Post: MikeHelene234
3 minutes ago
» Replies: 0
» Views: 3
HOW CAN SOMEONE RECOVER A...
Forum: General Coding Help
Last Post: PercyAbram234
4 minutes ago
» Replies: 0
» Views: 1
Can I get my money back i...
Forum: General Coding Help
Last Post: KelvinSalinas1234
4 minutes ago
» Replies: 0
» Views: 1
How can I recover my stol...
Forum: General Coding Help
Last Post: MarleyWells123
5 minutes ago
» Replies: 0
» Views: 1
New to the field
Forum: News and Discussions
Last Post: Larz60+
1 hour ago
» Replies: 1
» Views: 152
Too much space between gr...
Forum: GUI
Last Post: deanhystad
6 hours ago
» Replies: 1
» Views: 148
New to Python and Pygame
Forum: Game Development
Last Post: deanhystad
7 hours ago
» Replies: 6
» Views: 1,454
data input while debuggin...
Forum: General Coding Help
Last Post: Pedroski55
9 hours ago
» Replies: 1
» Views: 174
Select Python comment (#)...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 01:34 PM
» Replies: 5
» Views: 481

 
  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

  Video Streaming Python 3 adaptation failling
Posted by: maimonid - Dec-19-2016, 09:07 AM - Forum: General Coding Help - Replies (8)

I've almost been successful in adapting a Python 2 code for video and html streaming to Python 3 (actually, the streaming works fine for html files). ..... More

Print this item

  how to make my programming language run as itself
Posted by: hsunteik - Dec-19-2016, 05:18 AM - Forum: General Coding Help - Replies (10)

currently,my programming language compiler(codime) is made using python ,so it needs python to run,
so how do i make my programming language compiler..... More

Print this item

  help in creating a new language with python
Posted by: hsunteik - Dec-19-2016, 04:45 AM - Forum: General Coding Help - Replies (9)

i am creating my own programming language (the name is codime) interpreter\compiler with python,but every time i want to compile\interpret my script w..... More

Print this item

  python is missing
Posted by: hsunteik - Dec-19-2016, 04:18 AM - Forum: General Coding Help - Replies (3)

i downloaded python ,i can use it perfectly,but i cant find the folder/directory that python is located.
i should be c:\users\user\AppData\Local\Prog..... More

Print this item

  Anyone Willing to Help with a Volunteer Fire Department Timer Script?
Posted by: xxxxx - Dec-19-2016, 03:07 AM - Forum: General Coding Help - Replies (1)

Hi guys,

I'm trying to find someone to write/help write a script that does the following:

1) Checks to see if another instance is already runnin..... More

Print this item

  Python Error (Traceback & ValueError) Help!
Posted by: helpplease - Dec-19-2016, 02:00 AM - Forum: General Coding Help - Replies (4)

Anyone here able to help with some python error messages? 

1. Traceback (most recent call last):
2. ValueError: time data '' does not match format..... More

Print this item

  Class attribute not recognized\working
Posted by: J125 - Dec-19-2016, 12:58 AM - Forum: General Coding Help - Replies (1)

Hi, me again. 
 
[size=small][font=Tahoma, san..... More

Print this item

  Newbie to Python, Need help with how to impliment random values
Posted by: mintypretzel126 - Dec-19-2016, 12:37 AM - Forum: General Coding Help - Replies (8)

Hello everyone, I just started doing Python after I learned a little bit of the language in Computer Science class. (A program at my school.) I am mak..... More

Print this item

  How is space of variables/functions/objects... called?
Posted by: j.crater - Dec-18-2016, 11:16 PM - Forum: General Coding Help - Replies (4)

Hello,
When you run a Python session, it stores all the variables you declare, and functions, objects... and you can access them at any time. Once yo..... More

Print this item

  Translating this to a list comprehension?
Posted by: gblomqvist - Dec-18-2016, 06:55 PM - Forum: General Coding Help - Replies (6)

Hi,

Say that I have these for-loops:
[python]
s = ''

for y in range(a):
    for x in range(b):
        if (x, y) in some_collection:
            s +..... More

Print this item

  Combining gui main loops, repls and networking
Posted by: Chalisque - Dec-18-2016, 06:24 PM - Forum: GUI - No Replies

What I aim to do, at first as an exercise, is write a simple app server. I wish to be able to connect over a socket and send commands, talking to a si..... More

Print this item

  Write information onto a frame?
Posted by: auditdata - Dec-18-2016, 04:28 PM - Forum: GUI - Replies (2)

I am new to GUI on the pi but have used python 3 to sample a temperature probe.
I simply want to open a GUI frame and update it every time there is a..... More

Print this item

  prime numbers generator is generating non prime numbers?
Posted by: ixaM - Dec-18-2016, 12:38 PM - Forum: General Coding Help - Replies (2)

Hey guys. I wanted to create a prime numbers generator. This is how the program looks at the moment:
[python]from decimal import *
PRIMES = [2]
p =..... More

Print this item

  argv IndexError
Posted by: hsunteik - Dec-18-2016, 12:04 PM - Forum: General Coding Help - Replies (2)

WuHere's my question link:

https://answers.yahoo.com/question/index?qid=201[url=https://python-forum.io/thread-1253.html]..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  5. HOW TO RECOVER MONEY F... Less than 1 minute ago LeoDavies234 LeoDavies234 General Codin...
  QUALIFIED BITCOIN & USDT ... 3 minutes ago MikeHelene234 MikeHelene234 General Codin...
  HOW CAN SOMEONE RECOVER A... 4 minutes ago PercyAbram234 PercyAbram234 General Codin...
  Can I get my money back i... 4 minutes ago KelvinSalinas1234 KelvinSalinas1234 General Codin...
  How can I recover my stol... 5 minutes ago MarleyWells123 MarleyWells123 General Codin...
  New to the field 1 hour ago Polybunny Larz60+ News and Disc...
  [Tkinter] Too much space ... 6 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...
Most views
  The best Prog... 575494
  Tutorial Requ... 496430
  Web Scraping ... 439594
  Newbie with P... 383196
  New Users Int... 364125
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
LeoDavies234 Today
KelvinSalinas1234 Today
PercyAbram234 Today
MikeHelene234 Today
MarleyWells123 Today

User Panel Messages

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