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,941
» Latest member: Noya_Yonatan
» Forum threads: 38,722
» Forum posts: 175,510

Full Statistics

Online Users
There are currently 53 online users.
» 0 Member(s) | 47 Guest(s)
Bing, Google, AOL, AOL, Applebot

Latest Threads
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: bowlofred
1 hour ago
» Replies: 2
» Views: 141
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 04:28 PM
» Replies: 11
» Views: 4,377
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 802
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Sep-19-2025, 12:30 PM
» Replies: 1
» Views: 3,655
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,149
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,663
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,476
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,667
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,590
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,768

 
  An email with inline jpg cannot be read by all email clients
Posted by: fpiraneo - Feb-23-2018, 05:05 PM - Forum: General Coding Help - Replies (4)

I'm writing a simple script to send email with inline picture in Python 3.5; because I'm a beginner I take the example on the official doc: [url=https..... More

Print this item

  Need help to copy content of the text file into the body of the email as html
Posted by: mohaneraj - Feb-23-2018, 05:04 PM - Forum: General Coding Help - No Replies

Guys
I have 2 text files created by another scripting program....I want to copy those the content of the text file into the body of the html file as ..... More

Print this item

  hi new at python , trying to get urls from website
Posted by: dviry - Feb-23-2018, 05:01 PM - Forum: Web Scraping & Web Development - Replies (6)

hello,
i'm new at python ,and i'm trying to get urls from website and write it to csv file


this is my code :

[python]
from urllib.request im..... More

Print this item

  Threading - RPi server UDP
Posted by: KoSik - Feb-23-2018, 04:48 PM - Forum: Networking - Replies (3)

Hello,

I am writing a program with a simple UDP connection. The program starts and when it receives data from the server, it turns off. I need to r..... More

Print this item

  To create a folder with given key name and paste contents from clipboard into it
Posted by: sibjac - Feb-23-2018, 04:10 PM - Forum: General Coding Help - Replies (3)

I got stuck here... This is working fine up to this... I was trying to make it create a folder named same as the "key" and paste the contents of th..... More

Print this item

  Use custom root in wx.GenericDirCtrl
Posted by: 1marc1 - Feb-23-2018, 03:43 PM - Forum: GUI - Replies (4)

Hi Team,

I am playing around with GenericDirCtrl and would like to know how I can set a custom directory as the root. For example, the directory tr..... More

Print this item

  parent/add and child/div
Posted by: PyMan - Feb-23-2018, 02:15 PM - Forum: General Coding Help - Replies (1)

can i use my parent class addition answer in child class to do division and how ?
[python]
class a:
def __init__(self,x):
self.x=x
..... More

Print this item

  what is difference between python CGI and webapplication
Posted by: kchandel - Feb-23-2018, 01:40 PM - Forum: Web Scraping & Web Development - Replies (2)

what is difference between python CGI and webapplication

Print this item

  Dictionaries and memory error.
Posted by: jarrod0987 - Feb-23-2018, 11:41 AM - Forum: General Coding Help - Replies (5)

Is there a limit on how big a dictionary can be? I am trying to make one of all permutations of 0-9. If I do 0-8 it works fine. If I do 0-9 it gives a..... More

Print this item

  Outlook mail watcher
Posted by: g_shanmuga - Feb-23-2018, 04:14 AM - Forum: General Coding Help - Replies (1)

Hi Guys,

Greeting to all, i am new learner, i just want to write app, which monitors outlooks applications and parse the newly received mail, extra..... More

Print this item

  Python Discord Page
Posted by: Codezters - Feb-23-2018, 01:33 AM - Forum: News and Discussions - Replies (4)

I made a Discord server for people who need help with Python or other coding, I think it's kinda interesting, if anyone is interested be sure to join!

Print this item

  Cute oscillating range generation snippet I saw on irc
Posted by: league55 - Feb-23-2018, 12:44 AM - Forum: Code sharing - Replies (1)

Iterating both up and down from the middle of a range, with only the range max value input:

[python]import itertools
def spiral(n):
r1 = rang..... More

Print this item

  Python error: TypeError: expected string or buffer
Posted by: chris0147 - Feb-22-2018, 11:43 PM - Forum: General Coding Help - Replies (1)

Hi all,

I am sorry for making another post 3 times in a week, but I am almost complete my project. I have converted from time.struct_time to `datet..... More

Print this item

  changing characters in multiple strings in a list
Posted by: newmanf - Feb-22-2018, 11:19 PM - Forum: General Coding Help - Replies (3)

[b] I should added that I also need to change the file names in for example:

CT.1.2.840.113704.1.111.3056.1158834679
CT.1.2.840.113704.1.111.3056...... More

Print this item

  changing characters in multiple strings in a list
Posted by: newmanf - Feb-22-2018, 11:00 PM - Forum: General Coding Help - Replies (3)

Well I've tried many things and I can't seem to find a way to change strings or file names in a list such as:

CT-0921-0001
CT-0921-0002
CT-0922-0..... More

Print this item

  Arabic language is backward in python charts
Posted by: bandar - Feb-22-2018, 09:00 PM - Forum: General Coding Help - Replies (3)

hello,

I have trouble when I want to create charts using either Matplotlib or Seaborn packages. The Arabic word is shown in the backward position w..... More

Print this item

  New to Python
Posted by: Buffy - Feb-22-2018, 08:37 PM - Forum: Homework - Replies (4)

Hello all.

New to forums.

1st, if there are any sticky posts that contain links to helpful resources, I'd love someone to post a link.

I'm ..... More

Print this item

  Plot a graph using matplotlib.pyplot
Posted by: Tibas - Feb-22-2018, 08:33 PM - Forum: General Coding Help - Replies (1)

Hello I'm just starting to programme in Python :)

So I want to plot a graph using matplotlib.

my qustion is how to write a code which starts f..... More

Print this item

  Tkinter Help!!!
Posted by: TheMicks - Feb-22-2018, 08:17 PM - Forum: GUI - Replies (1)

Hi All!

Basically I have to make a program for my project.
Me being the average student skipped reading the brief and dove straight into coding.
..... More

Print this item

  Can someone explain how does svr_rbf.predict(dates) work?
Posted by: j2ee - Feb-22-2018, 06:50 PM - Forum: Data Science - No Replies

I am new to Python and cannot fully understand how this Python svr_rbf.predict function work. There is this predicted_price = predict_price(dates, pri..... More

Print this item

  Need tutorial/direction to access shared memory
Posted by: ridshack - Feb-22-2018, 05:49 PM - Forum: General Coding Help - Replies (2)

Hi All,

Ive been learning Python off and on but now have a need to read sensor data off of AMD VideoCards. There is a program called GPUZ, the auth..... More

Print this item

  add next day date in time.struct_time object
Posted by: chris0147 - Feb-22-2018, 05:24 PM - Forum: General Coding Help - Replies (2)

Hi all,

I need your help with my code. I want to add the next day date using with time.struct_time object, but I have got no idea how to do this ..... More

Print this item

  Python Database Django
Posted by: gilesgerman - Feb-22-2018, 04:24 PM - Forum: Web Scraping & Web Development - Replies (5)

I have a list of questions with a list of multiple choice answers.

I am trying to get details of a user who will then answer the questions and stor..... More

Print this item

  How to print subscript in TEXT using Graphics
Posted by: Shahnaz - Feb-22-2018, 04:12 PM - Forum: GUI - Replies (5)

I am using Graphics.py to draw my graphics. I want to print text in any special part of my graphics using
message=Text(Point(0,0),""). My problem is ..... More

Print this item

  string manipulation , code structure
Posted by: maxx - Feb-22-2018, 03:53 PM - Forum: Web Scraping & Web Development - Replies (2)

Hey,

Brand new to python and I’am giving it a try to learn it.
But I didn’t know that it was so difficult. Hours and hours i’ve allready spend an..... More

Print this item

  [split] serious n00b.. NLTK in python 2.7 and 3.5
Posted by: kevindenman - Feb-22-2018, 03:11 PM - Forum: Data Science - Replies (3)

Hi All,

I am a python noob (comparable to when this thread was first started) trying to get NLTK up and running as my first Python application.

..... More

Print this item

  copy columns without header name
Posted by: issac_n - Feb-22-2018, 02:53 PM - Forum: General Coding Help - Replies (1)

how to copy columns from df to new columns without knowing the columns header name?

eg below is with the known header name
[inline]df["new"]= df["..... More

Print this item

  jupyter pandas remove duplicates help
Posted by: okl - Feb-22-2018, 01:00 PM - Forum: Data Science - Replies (3)

Hi there

Why after drop the duplicates, the no of row data still same?


data.shape
output:(15631, 12)

[python]
data1 ..... More

Print this item

  Trying to make a tvshow/anime list
Posted by: Aerazen - Feb-22-2018, 10:56 AM - Forum: Homework - Replies (1)

I having problem with this part of my code.
I been trying to do so choice_4 : Choice_5 so the choice4 is the key while choice 5 is the value/des ins..... More

Print this item

  I need help with making a website
Posted by: flygrounder - Feb-22-2018, 10:05 AM - Forum: Jobs - Replies (4)

Recently I had an idea for a website. It would be a link storage with ability to store links in folders(like bookmarks in browsers) and ability to sha..... More

Print this item

  Font family -reg
Posted by: DHAYANANTH - Feb-22-2018, 09:44 AM - Forum: General Coding Help - No Replies

Hi,

I am using python for data plotting.

Initially, I used python 2.7.14 where I used Times New Roman font. It appears as normal text while plo..... More

Print this item

  test..and I'm already lost
Posted by: sannixinc - Feb-22-2018, 08:12 AM - Forum: Homework - Replies (1)

Hi all, i have to create a log scanner or python script that will run through a .txt file, and it should create a text file that reads all rows in the..... More

Print this item

  tktable/ table on GUI
Posted by: garikhgh0 - Feb-22-2018, 07:35 AM - Forum: GUI - Replies (3)

Hi, I have a question.

I came accross a code in the internet, which adds a table on the GUI. But I can not find any documentation on this.

So, p..... More

Print this item

  JupyterLab beta stable enough for daily use
Posted by: wavic - Feb-22-2018, 06:03 AM - Forum: News and Discussions - Replies (1)

JupyterLab is the next-generation web-based user interface for Project Jupyter. The ..... More

Print this item

  Python version compatibility
Posted by: Budsy - Feb-22-2018, 04:43 AM - Forum: News and Discussions - Replies (11)

I'm new to Python, though I know about 10 other languages. I have a general question about the nature of Python's version inter-operability. I once ha..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Using a For Loop to subtr... 1 hour ago Anunderling bowlofred General Codin...
  403 Error Yesterday, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  Scraping a page with log ... 09-19, 12:30 iamaghost Hershien Web Scraping ...
  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...
  Another app idea - intera... 09-16, 07:07 decuser Lenowell News and Disc...
  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
Most views
  The best Prog... 576510
  Tutorial Requ... 498408
  Web Scraping ... 440398
  Newbie with P... 384295
  New Users Int... 367427
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 6892
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 6
buran 3
Newest members
Noya_Yonatan Today
Saipython555 Today
Anunderling Today
Monir Today
atylerfraces2254 Yesterday

User Panel Messages

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