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,308
» Latest member: NeoQuant
» Forum threads: 38,800
» Forum posts: 175,918

Full Statistics

Online Users
There are currently 45 online users.
» 1 Member(s) | 41 Guest(s)
Bing, AOL, Google, NeoQuant

Latest Threads
Trading Risk management s...
Forum: Code sharing
Last Post: NeoQuant
16 minutes ago
» Replies: 5
» Views: 38
Standard template Data En...
Forum: Code Review
Last Post: Hosthubac
1 hour ago
» Replies: 0
» Views: 21
No new line from print in...
Forum: General Coding Help
Last Post: snippsat
7 hours ago
» Replies: 8
» Views: 216
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
Today, 07:39 AM
» Replies: 3
» Views: 11,103
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 10:44 AM
» Replies: 4
» Views: 187
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 04:44 AM
» Replies: 8
» Views: 709
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,827
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 178
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 152
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Nov-26-2025, 08:47 AM
» Replies: 3
» Views: 249

 
  myBB fb share photo problem
Posted by: miro989 - Oct-11-2018, 03:55 PM - Forum: Bar - Replies (3)

greeting

i have a problem when i want to post a post on facebook i do not have pictures of that post, actually have photos but from logo png.

I'..... More

Print this item

  TTX 3.0 -- From OpenType To XML And Back
Posted by: Adrian - Oct-11-2018, 01:56 PM - Forum: General Coding Help - Replies (1)

I have used this routine previously with Python 2.7 with Adobe's Font Develpoment Kit (FDK) tools which include the .ttx function which exports a True..... More

Print this item

  multithread or multicore
Posted by: Chris2018 - Oct-11-2018, 01:49 PM - Forum: General Coding Help - Replies (1)

Hello at all,
I am new here but I hope one of you are so kind to help me with my issue
I create a class with a function so I can element to is Data ..... More

Print this item

  How to make an activation flag?
Posted by: Krszt - Oct-11-2018, 01:19 PM - Forum: General Coding Help - Replies (4)

Hello,
I have a program, which runs well.
It looks like

[python]os.chdir('zips')
a = open("ziplist.txt", "w")
for path, subdirs, files in os.w..... More

Print this item

  Manual crashes when typing into index
Posted by: CWoodman - Oct-11-2018, 01:18 PM - Forum: Bar - Replies (2)

If I try to type a keyword into the 3.7 Documentation index, it crashes.
Running Windows 10.

Print this item

  Python IF statements ignored
Posted by: willi91 - Oct-11-2018, 12:42 PM - Forum: Homework - Replies (2)

Hello forum

for my university I need to create a simple poker hand evaluator. I have a code so far and all but 3 things work.
I will post the code un..... More

Print this item

  flask not submitting text entry when mixed with checkbox entries
Posted by: Prince_Bhatia - Oct-11-2018, 12:30 PM - Forum: Web Scraping & Web Development - Replies (4)

hi,

I am creating a flask form which requires login and after login it goes to the entry form where we have check boxes and text entry.

I am facing ..... More


Attached Files

.html   same.html (Size: 8.87 KB / Downloads: 716)
Print this item

  tkinter, dropdowns with changing options
Posted by: Sheepykins - Oct-11-2018, 10:28 AM - Forum: GUI - Replies (4)

Helloooooo,

Very new to python. Finding it quite difficult actually.
Learned the fundamentals well enough, but theres never really much instructio..... More

Print this item

  Objects with Pygame
Posted by: Phrotonz - Oct-11-2018, 10:11 AM - Forum: Homework - Replies (1)

G'day world,
So, I have a school assessment where we have to create a Flappy Bird game on Pygame. I am doing quite well so-far but I have came to a ..... More

Print this item

  Python code to convert executable file to doc or pdf
Posted by: Micmilli2 - Oct-11-2018, 09:19 AM - Forum: Homework - Replies (3)

I have an assignment on changing an executable file to a doc or pdf file with python . any help on that

Print this item

  Login and register code
Posted by: Ameldan5 - Oct-11-2018, 09:10 AM - Forum: Homework - Replies (1)

I have to make code that lets you create an account or log in and it must save the accounts to a text file, I have done the create account but its ver..... More

Print this item

  [split] Python Pillow - Photo Manipulation
Posted by: keegan_010 - Oct-11-2018, 09:07 AM - Forum: General Coding Help - Replies (1)

Hi,
I am trying to use pillow for an online python photo manipulation course, I am only starting at the basics one of my tasks is to write a program ..... More

Print this item

  Threading for keyboard input
Posted by: porkpiehat - Oct-11-2018, 08:04 AM - Forum: General Coding Help - Replies (4)

Hi all,

I'm trying to build a simple command-line interface that has a normal task running, and responds to a key pressed by the user. But I'm not ..... More

Print this item

  [split] What version of python works on Windows Vista?
Posted by: tit - Oct-11-2018, 07:17 AM - Forum: General Coding Help - Replies (1)

What versions of Python work on windows vista ?

Print this item

  How can read and download the attachment from the mail using while loop in IMAPlib Py
Posted by: Samjith - Oct-11-2018, 07:15 AM - Forum: General Coding Help - No Replies

I can read the mails and get the new mails by using while loop, but i want download the attachment from the mail (and check for the new mails after do..... More

Print this item

  MergeSort data input
Posted by: Silvioo - Oct-11-2018, 06:53 AM - Forum: Data Science - No Replies

Hey,
i wanntet to make an MergeSort where i get my data from externel file like an .txt, when i import my files i get some strange results [9. 9. 9...... More

Print this item

  UTF-8 decoder reports bad byte that is not there
Posted by: Skaperen - Oct-11-2018, 04:46 AM - Forum: General Coding Help - No Replies

i am getting the error:

[output]Traceback (most recent call last):
File "/home/pdh/aptdata.py", line 233, in <module>
result=main(argv)
..... More

Print this item

  Server reboot scheduled for 10:00PM EST
Posted by: Skaperen - Oct-11-2018, 04:30 AM - Forum: Board - Replies (3)

it's well past 10:00PM EST and the maintenance banner for the server reboot is still showing. did the reboot even happen?

Print this item

  Creating a script with a class have specific properties
Posted by: dvldgs05 - Oct-11-2018, 04:27 AM - Forum: Homework - Replies (13)

I have a small txt file with fields Block, Plot, Species, and DBH. I need to create a script with a class having those properties. Within the class I ..... More

Print this item

  Array - Problem with Simple Code
Posted by: emerger - Oct-11-2018, 03:02 AM - Forum: General Coding Help - Replies (8)

Hello.
I am having trouble understanding arrays and how to populate them(later). I am just starting out. Right now I get an error message for the co..... More

Print this item

  merging lists, dedup and keeping order, in older pythons
Posted by: Skaperen - Oct-11-2018, 12:50 AM - Forum: General Coding Help - Replies (3)

i want to merge several (large) lists and remove duplicates. a set seems useful because all items are strings that can be saved in a set. but i also..... More

Print this item

  Searching yahoo with selenium
Posted by: Truman - Oct-10-2018, 11:54 PM - Forum: Web Scraping & Web Development - Replies (19)

The last time I was doing an automatization of search ( on google ) it was with bs4 and webbrowser only. Now I'm trying to use selenium first. So, I w..... More

Print this item

  Python script batch download and batch rename
Posted by: jkhaksaar - Oct-10-2018, 11:35 PM - Forum: General Coding Help - Replies (3)

Hello everyone,

I have a notepad file with a batch of URLs can somebody tell me how a python script can get the URLs and download them at once, als..... More

Print this item

  organizing by distance
Posted by: gonzo620 - Oct-10-2018, 11:27 PM - Forum: General Coding Help - Replies (7)

This is my code. Depending on the season and climate chosen I need to print the 5 closest cities from to coordinates 37°22'N and 107°25'W. I don't kno..... More

Print this item

  Inrupt developer portal now open
Posted by: Larz60+ - Oct-10-2018, 11:05 PM - Forum: News and Discussions - No Replies

This is the company run by Sir Tim Burners Lee (the real inventor (or modifier of ARPANET) of the internet).
They have invited developers in to start..... More

Print this item

  LDAP code to query for host not returning data
Posted by: burvil - Oct-10-2018, 09:50 PM - Forum: General Coding Help - Replies (2)

I’m having an issue where the python-ldap module is returning no results, even though I am able to get results through other methods. I use the same ..... More

Print this item

  Python text error
Posted by: Prashant93 - Oct-10-2018, 08:27 PM - Forum: General Coding Help - Replies (3)

Hi, I am getting error in 'TEXTS' that 'too many blank lines, and 'missing white space around operator' and also I am not able to run that program. Pl..... More

Print this item

  Requests gets no out put and no error
Posted by: water_fox - Oct-10-2018, 07:52 PM - Forum: General Coding Help - Replies (2)

using below, I am getting no error, but also no output....anyone able to help?
[python]
import requests
import json
import sys


def get_reques..... More

Print this item

  Diffusion simulation. Works, but how to make it fast
Posted by: PhysChem - Oct-10-2018, 07:20 PM - Forum: Data Science - Replies (2)

Hi all!

I wrote a -primitive- diffusion simulator, although it works there is one problem: It is damn slow. (30000 diffusion-step took almost a da..... More

Print this item

  Not adding and assigning?
Posted by: 00712411 - Oct-10-2018, 03:47 PM - Forum: General Coding Help - Replies (7)

*Newb post, once again* I was wondering why my code could not add and assign to a set variable. It seems that if the variable is outside a while True:..... More

Print this item

  Help with building Cython modules.
Posted by: jarrod0987 - Oct-10-2018, 03:33 PM - Forum: General Coding Help - Replies (2)

After a week of pure hell and lot's of help I seem to have Cython and a compiler installed and working in Win 10.
I seem to have pyximport working now..... More

Print this item

  Running pytest gives " 'cannot import name 'session' " error
Posted by: jasonblais - Oct-10-2018, 01:11 PM - Forum: General Coding Help - Replies (2)

I am writing a Python script, which returns topics from a Discourse forum based on a user-entered search query.

CONTEXT

To start, I've bu..... More

Print this item

  EXIF from RAW
Posted by: RuBrain - Oct-10-2018, 10:22 AM - Forum: General Coding Help - Replies (1)

Hi all

What better way to get EXIF from RAW file?

Print this item

  Basic Help
Posted by: Feger - Oct-10-2018, 10:11 AM - Forum: General Coding Help - Replies (1)

Hello everybody, im a new learner, actually never did any programming at all yet im trying to learn python.

Can anyone help me on whats wrong with ..... More

Print this item

  using a shell script within python
Posted by: Krszt - Oct-10-2018, 09:26 AM - Forum: General Coding Help - Replies (2)

I want to use a C-shell script within a python program, which works with two arguments.

os.system("recall 20170121 ../E725.txt xy 1")

But I want..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Trading Risk management s... 16 minutes ago NeoQuant NeoQuant Code sharing
  Standard template Data En... 1 hour ago Hosthubac Hosthubac Code Review
  No new line from print in... 7 hours ago Lou snippsat General Codin...
  Python Online Compiler Today, 07:39 alexmaxwell1 ichsanputr News and Disc...
  Python is not working on ... Yesterday, 10:44 lary_p noisefloor General Codin...
  Help with Serial.write in... Yesterday, 04:44 racingsubby Larz60+ General Codin...
  Can I develop a live vide... 11-27, 04:48 mtrkhan mamta25 Web Scraping ...
  silent deployment Python ... 11-26, 21:58 Bummibaer Larz60+ News and Disc...
  Proposal for PEP 11-26, 15:53 matt Gribouillis News and Disc...
  My regex function is not ... 11-26, 08:47 Moltar1997 perfringo General Codin...
  best way to learn python 11-26, 04:40 dutch ichsanputr News and Disc...
Most views
  The best Prog... 579493
  Tutorial Requ... 512781
  Web Scraping ... 442360
  Newbie with P... 386395
  New Users Int... 381707
Most reputation
buran 581
snippsat 511
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+ 12113
buran 8196
snippsat 7393
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
NeoQuant Today
Hosthubac Today
ifdainstitute7 Today
MOHAMMAD_mk Today
virvainfotech Today

User Panel Messages

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