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,940
» Latest member: Littlefish
» Forum threads: 38,723
» Forum posts: 175,516

Full Statistics

Online Users
There are currently 81 online users.
» 1 Member(s) | 74 Guest(s)
Applebot, Bing, Google, AOL, AOL, kshahzad1985

Latest Threads
A coding beginner needs h...
Forum: General Coding Help
Last Post: paul18fr
9 hours ago
» Replies: 1
» Views: 253
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Today, 04:48 AM
» Replies: 8
» Views: 396
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,594
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 967
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,316
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,857
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,638
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,737
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,921
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 1,469

 
  Web Framework background tasks
Posted by: vervoortraf - Apr-16-2018, 01:57 PM - Forum: Web Scraping & Web Development - No Replies

Hello there

So this is my first thread Smile

I'm currently making a interface for managing our building. The scope of this project is gett..... More

Print this item

  Why doesn't this work?
Posted by: Saladrang - Apr-16-2018, 01:53 PM - Forum: General Coding Help - Replies (5)

[python]
import time
file = open("login.txt","r")
TrueUsername = file.readline(1)
TruePassword = file.readline(2)
print("Log in")
time.sleep(0.5..... More

Print this item

  Temperature converter Help (ASAP)
Posted by: Edison_Weng - Apr-16-2018, 01:52 PM - Forum: Homework - Replies (1)

I am the beginner of python and I encounter some problems that I don't know how to fix it. If anyone could give some feedback to me, I will be very gl..... More

Print this item

  Error runpy.py
Posted by: parthi1705 - Apr-16-2018, 12:14 PM - Forum: General Coding Help - Replies (2)

Hi
I am getting the below error when tried to install any lib like urllib,urlib2,request etc
my OS is Windows:7 / 64 Bit

What could be the rea..... More

Print this item

  Anaconda on Windows 10: problem with Jupyter Notebook
Posted by: lupoalberto - Apr-16-2018, 12:12 PM - Forum: General Coding Help - Replies (8)

Hi, today i've installed Anaconda on Windows 10 but i have problems because Jupyter Notebook doesn't run.
I put some screenshots here but i've tried ..... More

Print this item

  indent error
Posted by: metalray - Apr-16-2018, 10:42 AM - Forum: Data Science - Replies (2)

Dear Python Experts,

I am new to python and trying to get familar with Keras.

I have the following line in my code that executes fine:

[pytho..... More

Print this item

  lookup
Posted by: garikhgh0 - Apr-16-2018, 09:27 AM - Forum: Data Science - No Replies

Hi, I'd like to know if there is a mrthod to lookup dataframe tables in pandas/python?

Print this item

  scrum tool recommended
Posted by: reneet - Apr-16-2018, 09:08 AM - Forum: News and Discussions - Replies (1)

I know a lot of you might suggest Jira, but that is way too much for me to pay.
Redmine is a good option, but just for bug tracking.
What other open..... More

Print this item

  Continue SUDO project
Posted by: sylas - Apr-16-2018, 08:56 AM - Forum: GUI - Replies (6)

Hi all ! Though I am a beginner in python, I try to continue the tkinter Sudoku project, I named SUDO. For the moment there are 4 files: __main__.py, ..... More

Print this item

  How to run server
Posted by: Andrew - Apr-16-2018, 08:45 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi, my dear friends!
I use in my web development Python 3.6 and Django 2.0.4
When I execute command: python manage.py runserver,
I get Error: Unic..... More

Print this item

  while with a conditional test
Posted by: driep - Apr-16-2018, 08:30 AM - Forum: General Coding Help - Replies (3)

Hallo,

I am new to python and am busy studying the while loop.

I have the following bit of code:
[python]
age = ""
prompt = "\nPlease enter y..... More

Print this item

  Take a snapshot with the webcam with python?
Posted by: Philia - Apr-16-2018, 06:21 AM - Forum: Data Science - Replies (1)

So I am trying a write a program to detect objects using openCV libraries using Python.

The code to detect object is somewhat satisfactory. When I ..... More

Print this item

  Error with Pyinstaller
Posted by: dineshkumar - Apr-16-2018, 05:25 AM - Forum: GUI - No Replies

Hi,

Here is the link https://github.com/cztomczak/cefpython/b...ython.py.I am running ubuntu 16.04 and attempting to build an a..... More

Print this item

  Investment calculator
Posted by: beardedkiwi - Apr-16-2018, 01:54 AM - Forum: Homework - Replies (2)

Hello

Anyway, my assignment question is to create a program that acts as an investment calculator using the following formula:

S = P(1+j/n)^nt

Answ..... More

Print this item

  Parse XML - how to handle deep levels/hierarchy
Posted by: dwill - Apr-15-2018, 11:29 PM - Forum: General Coding Help - Replies (8)

Hello all -

I am parsing some xml files and the hierarchy can be shallow or very deep.

I need to check each level Root -> Parent -> Child -> ..... More

Print this item

  Magnitude and Phase spectrum
Posted by: ramsese - Apr-15-2018, 10:18 PM - Forum: Data Science - No Replies

I'm having trouble with graphing the magnitude and phase spectrum of the following function with give period T= 10^-6
-10^6 * t + 0.5 when 0 <= t <= ..... More

Print this item

  Import Requests Does not Work
Posted by: DiceMann - Apr-15-2018, 09:17 PM - Forum: General Coding Help - Replies (12)

Hello all!

On Windows 10, running Python 3.6.5 (v3.6.5:f59c0932b4, after following exactly snippsat installation here:

https://python-f..... More

Print this item

  Discord Bot doesnt work when opened with windows
Posted by: himdipie - Apr-15-2018, 04:48 PM - Forum: General Coding Help - No Replies

I made a few changes to my discord bot and added a new command, a joke about hacking a discord server. The problem i have found is that it only runs w..... More

Print this item

  Trying to get the week number from a string of numbers
Posted by: fad3r - Apr-15-2018, 03:12 PM - Forum: Homework - Replies (2)

Hi,
I am parsing a json file and the string it returns the date as looks like this:
'2018-03-31T00:19:38Z'

This is ISO 8601 format. I have looke..... More

Print this item

  http.server start delay
Posted by: pastacolsugo - Apr-15-2018, 02:49 PM - Forum: Web Scraping & Web Development - Replies (1)

I'm trying to use python http.server with the following command:

python -m http.server 8000
but I'm consistently waiting 30 sec..... More

Print this item

  Python+Dash+ Can't get menu page to feed to page
Posted by: georgelza - Apr-15-2018, 02:09 PM - Forum: Data Science - No Replies

Hi guys

Ok got a couple of problems,s but thought I'd tackle them one by one.

First one. On the index page I show 3 links, EFT, EDO and CCC, cli..... More

Print this item

  Calculating of difficult integrals in python
Posted by: enitorc - Apr-15-2018, 01:24 PM - Forum: Homework - No Replies

I have some problems in my scientific research with numerical modeling in Python. I do my research in Jupyter notebook (Anaconda).
I have a difficult..... More

Print this item

  (pyQt/pySide)setStyleSheet(border…) makes QPushButton not clickable in Maya
Posted by: vladlenPy - Apr-15-2018, 12:41 PM - Forum: GUI - No Replies

Hey, guys.
Trying to learn PyQt inside Maya and I am facing little problem which is more of discomfort then a problem. When I set border for my butt..... More

Print this item

  Newbie: Help with code related to Caesar Cipher
Posted by: jessiblah - Apr-15-2018, 11:51 AM - Forum: General Coding Help - Replies (2)

Hi All,

Sorry if this seems like a basic question. I am trying to understand part of the code for Caesar Cipher and would be grateful if you guys ..... More

Print this item

  SVM using cvxopt solvers
Posted by: cfc0712 - Apr-15-2018, 10:54 AM - Forum: Data Science - Replies (1)

I am using python(x,y) python 2.7.10.0

I want to build a SVM using cvxopt solvers but

"sol=solvers.qp(Q,q,A,b)
^
SyntaxError: invalid s..... More

Print this item

  Dictionary and List
Posted by: liewchaochein - Apr-15-2018, 10:06 AM - Forum: General Coding Help - Replies (2)

[python]
new_row1 = [' ', '|', ' ', '|', ' ']
new_row2 = [' ', '|', ' ', '|', ' ']
new_row3 = [' ', '|', ' ', '|', ' ']

def displayBoard(row1, r..... More

Print this item

  develop android app on Win env
Posted by: OJ1 - Apr-15-2018, 09:25 AM - Forum: General Coding Help - Replies (2)

I new to Phyton, as well as Android dev.

Just in order to "feel" both, I was thinking of developing a simple Android App with python on Win 10 env...... More

Print this item

  Fitting cubic spline with Levenberg-Marquardt Algorithm
Posted by: Priya - Apr-15-2018, 06:59 AM - Forum: General Coding Help - No Replies

Hi all,

I have two 2D arrays and one array I want to present in cubic spline way. And with this cubic spline representation of one array, I want to..... More

Print this item

  Python tkinter&pymysql
Posted by: xgrzeniu - Apr-15-2018, 04:56 AM - Forum: GUI - Replies (3)

Gentlemen, can you help me? I have a piece of code. There are two text fields 1 (tpn) 2 (name) in the script. In the mysql database I also have two tp..... More

Print this item

  Newbie, can't load csv file.
Posted by: david_ford - Apr-15-2018, 02:35 AM - Forum: Data Science - Replies (2)

I keep getting the same error on this. The first row of the csv is column names, but they are not in double quotes. Might that be the issue?

([quot..... More

Print this item

  How can I make this as computationally efficient as possible?
Posted by: IAMK - Apr-15-2018, 02:04 AM - Forum: Web Scraping & Web Development - Replies (8)

For work, I am cycling through ~24 billion combinations, and checking 3 things on each combination. Hence, I need my currently working code to be made..... More

Print this item

  for x in len()?
Posted by: IAMK - Apr-14-2018, 11:05 PM - Forum: General Coding Help - Replies (5)

I've got the following code at the moment:

aLen = len(sa_data[1])
for a in range(1,aLen):
Is there a way to simply say: [inline]..... More

Print this item

  Why doesn't my code display?
Posted by: beginnercoder04 - Apr-14-2018, 10:59 PM - Forum: Homework - Replies (4)

Hello, this is my first attempt at coding. I tried to run it but it wouldn't display?

[python]#!/usr/bin/python

import pygame
from pygame.loca..... More

Print this item

  Making a game
Posted by: Raures - Apr-14-2018, 09:30 PM - Forum: Game Development - Replies (3)

Hi. I'll try to keep it short and basic. I'm thinking of making a real time strategy (RTS) game, something very similar to ..... More

Print this item

  If Statements
Posted by: Constantin - Apr-14-2018, 08:27 PM - Forum: General Coding Help - Replies (6)

Hello Python Users,

I have started coding a few days ago and I want to write a code where it asks what age you are(for example 15) and it gives you..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  A coding beginner needs h... 9 hours ago Littlefish paul18fr General Codin...
  Using a For Loop to subtr... Today, 04:48 Anunderling deanhystad General Codin...
  403 Error 09-20, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  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...
  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... 576608
  Tutorial Requ... 498633
  Web Scraping ... 440459
  Newbie with P... 384376
  New Users Int... 367648
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 6893
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Littlefish Today
Noya_Yonatan Yesterday
Saipython555 Yesterday
Anunderling Yesterday
Monir Yesterday

User Panel Messages

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