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,973
» Latest member: sophielane
» Forum threads: 38,732
» Forum posts: 175,559

Full Statistics

Online Users
There are currently 38 online users.
» 1 Member(s) | 27 Guest(s)
Bing, AOL, Applebot, Mojeek, Google, Twitter, sophielane

Latest Threads
Looking for constructive ...
Forum: News and Discussions
Last Post: sophielane
1 minute ago
» Replies: 2
» Views: 860
Maximizing Code Quality T...
Forum: Web Scraping & Web Development
Last Post: sophielane
4 minutes ago
» Replies: 0
» Views: 1
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
1 hour ago
» Replies: 6
» Views: 692
Integer Factorization Too...
Forum: Code sharing
Last Post: fosuwxb
2 hours ago
» Replies: 0
» Views: 24
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
6 hours ago
» Replies: 8
» Views: 427
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Yesterday, 06:39 PM
» Replies: 7
» Views: 2,812
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 676
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,210
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,780
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,177

 
  Saving to a CSV
Posted by: finndude - Apr-23-2020, 10:56 AM - Forum: General Coding Help - Replies (2)

Hi,

I have this section fo code that is shown below.

[python]

print ("Time for the results!!!") #prints time for results
time.sleep(1) #adds..... More

Print this item

Big Grin python download manager with progressbar (not gui)
Posted by: ghostblade - Apr-23-2020, 10:46 AM - Forum: General Coding Help - Replies (1)

I am trying to make a python program to download files . (simple download manager)

And i want it to be simple and it should have a progressbar ,als..... More

Print this item

  Getting error "TypeError: 'int' object is not callable" while using ylim
Posted by: maxprime_bhisham - Apr-23-2020, 09:44 AM - Forum: General Coding Help - Replies (2)

Hi I am getting error "TypeError: 'int' object is not callable" while using ylim function in matplotlib. I want to set limit of x and y axis. my code ..... More

Print this item

  Automatic calculation - Remove initial values
Posted by: Particledust - Apr-23-2020, 09:29 AM - Forum: GUI - Replies (1)

I have created a GUI where you can enter values (x values) manually. If you enter a value x1, trace-method will automatically calculate f(x1)=x1^2=y1 ..... More

Print this item

  Finished CookBook Project
Posted by: menator01 - Apr-23-2020, 09:29 AM - Forum: Code Review - No Replies

Just finished my cookbook project using tkinter.
I have it connected to a public database. Unfortunately I do not have fiber optic so my upload speed ..... More

Print this item

  Align the width of the entrys with the column captions
Posted by: Particledust - Apr-23-2020, 08:32 AM - Forum: GUI - No Replies

I have created a table which consists of column captions (surname, first name, ..) and entries. Since the table has several rows I added a scrollbar t..... More

Print this item

  Issue with 2 version of python (2.6.6 and 2.7) with pip
Posted by: himupant94 - Apr-23-2020, 08:23 AM - Forum: News and Discussions - Replies (2)

I have default python version 2.6.6 and pip is working with that. But when I installed python2.7, it was installed in different path( /usr/local/bin/p..... More

Print this item

  Checking if an exe is in memory
Posted by: ncalh2331 - Apr-23-2020, 05:44 AM - Forum: General Coding Help - No Replies

Hello,

I test antivirus software. Basically I am trying to write an python script to automatically execute files and then check if they successfull..... More

Print this item

  List structure lost when multiplying
Posted by: Protonn - Apr-23-2020, 02:44 AM - Forum: General Coding Help - Replies (2)

Why I get different format of results when I am multiplying one item of the list and the whole list?


I use triplets of numbers for RGB col..... More

Print this item

  vlc module error
Posted by: pythonprogrammer - Apr-23-2020, 01:03 AM - Forum: General Coding Help - Replies (1)

Getting this error when i run the program below I am trying to play a youtube video: AttributeError: module 'vlc' has no attribute 'Instance'. How do ..... More

Print this item

  linking with excel
Posted by: mhmdbarazi - Apr-22-2020, 11:36 PM - Forum: General Coding Help - Replies (1)

hello everyone
I linked my python code with an excel sheet, I inserted the library and the compiler could read values from the sheet.
but the proble..... More

Print this item

  Saving code
Posted by: mortenvs - Apr-22-2020, 11:20 PM - Forum: General Coding Help - Replies (1)

Hi!

I am keen to know if there is a code in python that saves your script automatically (as an ipynb file) after your program is finished running. ..... More

Print this item

  smtplib: string formatting not carrying over to email
Posted by: ClassicalSoul - Apr-22-2020, 09:18 PM - Forum: General Coding Help - Replies (1)

The string formatting I specify in python doesn't carry over perfectly to email when I send it via smtplib.

[python]
def main():
pull() # pulls..... More


Attached Files

Thumbnail(s)
   
Print this item

  Sitemap.xml and pull URLs and get response code
Posted by: motunyabgu - Apr-22-2020, 09:13 PM - Forum: News and Discussions - No Replies

What I want to do is enter a site's robots.txt list. It then pulls out all the URLs and contains their response code. Save this to csv.

I can do th..... More

Print this item

  GUI
Posted by: dielnov - Apr-22-2020, 08:12 PM - Forum: GUI - Replies (2)

Which is the best GUI Framework to make modern UI with?

Print this item

  Decent GUI library?
Posted by: Dahliiin - Apr-22-2020, 08:12 PM - Forum: GUI - Replies (5)

I just started coding with python. Before I used Java and for my GUIs I used Swing, which includes the Window Builder which is nice and handy. So I st..... More

Print this item

  print only last matched line
Posted by: tester_V - Apr-22-2020, 08:07 PM - Forum: General Coding Help - Replies (24)

Greetings!
I'm having a hard time with this problem. Cry
I need to print only the last match of "second line" for each "first line".

The out..... More

Print this item

  [Python Learning]Verifying user name / password in website with simple python code
Posted by: DDE_Server - Apr-22-2020, 07:42 PM - Forum: Code Review - Replies (2)

hi Everybody Blush Blush ,
i am beginner in programming but while learning statement/loops/lists in python i coded simple code to check us..... More

Print this item

  error : value of a DataFrame is ambiguous
Posted by: Sonata - Apr-22-2020, 07:31 PM - Forum: Data Science - Replies (1)

Hi everyone,

Regarding the code below:

[python]
import pandas as pd
csv_path= links["file"]
df=pd.read_csv(csv_path)
if df.loc["0":"68","m..... More

Print this item

  Creating Conda env from requirments.txt file
Posted by: ErnestTBass - Apr-22-2020, 06:23 PM - Forum: General Coding Help - Replies (7)

I have created a conda environment using the command

conda create -n env-name

Now I can add the packages that I want by putting names and versio..... More

Print this item

  Help for Windows service recycling script
Posted by: Rajesh_K - Apr-22-2020, 05:33 PM - Forum: General Coding Help - Replies (1)

Hi team of awesome people,

I am just stepping into the world of Python and just started with few trainings.
I am trying to run a script to recycli..... More

Print this item

  Hey there, I'm new here.
Posted by: jeacom - Apr-22-2020, 04:09 PM - Forum: General Coding Help - Replies (5)

Hey there, I'm new here, I wonder if this forum is a good place to discuss more theoretical stuff like design patterns, like for example about code th..... More

Print this item

  Implementing spam detector code into a GUI
Posted by: nikolassj - Apr-22-2020, 03:49 PM - Forum: Homework - Replies (2)

Greetings people,

My name is nikolassj and I am an IT student.

First and foremost, I would like to thank you for having me as an member of your..... More

Print this item

  How to use value in dictionary as arguments in function
Posted by: gabejohnsonny21 - Apr-22-2020, 03:25 PM - Forum: Homework - Replies (6)

[python]
def test(data1, data2):
eef = data1 + data2
return(eef)

dict1 = {"a": (2, 2),
"b": (3, 2),
"c": (5, 6),
..... More

Print this item

  Find field name from all possible values
Posted by: kashcode - Apr-22-2020, 03:11 PM - Forum: General Coding Help - Replies (1)

Hi all!

Here I am new my first post :)

I have started learning python.

I have question is there better solution, than this:
[python]
ols = ..... More

Print this item

  VBA --> Openpyxl
Posted by: PTPeter - Apr-22-2020, 03:04 PM - Forum: General Coding Help - Replies (5)

Since I just got started with Openpyxl, I keep comparing it to VBA.
Unfortunately, some questions remain unanswered while searching Google:

  1. ..... More

Print this item

  Undo (Ctrl+z) doesn't work on highlighting
Posted by: CynthiaMoore - Apr-22-2020, 03:00 PM - Forum: Board - Replies (8)

The Undo function (Ctrl+z on my Windows machine) works most of the time, but doesn't seem to work to undo highlighting.

If I select a word, like "[..... More

Print this item

  Can I get rid of the twitchy emojis?
Posted by: CynthiaMoore - Apr-22-2020, 02:47 PM - Forum: Board - Replies (2)

Is there any way to get rid of the those infernal twitchy emojis just to the left of me? I keep seeing them out of the corner of my eye and it makes i..... More

Print this item

  Can I change the font in the post editor?
Posted by: CynthiaMoore - Apr-22-2020, 02:04 PM - Forum: Board - Replies (4)

When I am composing a post (like now, right here), the font is so small and so light (faint) that my tired old eyes really strain to read it.

Is th..... More

Print this item

  Expand last sub-node of treeview widget
Posted by: mart79 - Apr-22-2020, 01:57 PM - Forum: GUI - Replies (1)

I have the following code:

[python]import sys, os
from PySide2.QtWidgets import QApplication, QDialog, QTreeWidgetItem, QTreeWidget, QHBoxLayout, ..... More

Print this item

  Why don't my reps show up?
Posted by: CynthiaMoore - Apr-22-2020, 01:48 PM - Forum: Board - Replies (5)

On several threads, I see an indication as to who has given a post a Rep (thumb up) in the lower left corner of that post.

I got an excellent answe..... More

Print this item

  Cant define turtle color with function argument
Posted by: Wrightys99 - Apr-22-2020, 01:24 PM - Forum: General Coding Help - Replies (2)

Hi

I am struggling to work out why the colours arent changing in this program.

I have created a function called 'flowers' and i pass 3 colours i..... More

Print this item

  item from a line to list however when i print the line instead of words i get letters
Posted by: Sutsro - Apr-22-2020, 01:18 PM - Forum: General Coding Help - Replies (5)

Hey Everyone,

After some brainstorming and help from anbu23 i was able to make it work. However instead of words i get letters seperated like this ..... More

Print this item

  How did I get a subtitle?
Posted by: CynthiaMoore - Apr-22-2020, 12:56 PM - Forum: Board - Replies (2)

I just noticed that under my user name, it says "Programmer named Tim". Who the heck is Tim and how did that get there and what does it mean? I did no..... More

Print this item

  Pycharm sync
Posted by: PTPeter - Apr-22-2020, 11:37 AM - Forum: General Coding Help - Replies (1)

I have used VBA for years to build Excel macro's, but now I am learning how to use Python for this as it appears to be much better. I am working on an..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Looking for constructive ... 1 minute ago decuser sophielane News and Disc...
  Maximizing Code Quality T... 4 minutes ago sophielane sophielane Web Scraping ...
  Unable to resolve FileNot... 1 hour ago llarkin6 noisefloor General Codin...
  Integer Factorization Too... 2 hours ago fosuwxb fosuwxb Code sharing
  Comparing 2 100GB Drives/... 6 hours ago tester_V snippsat General Codin...
  Select Python comment (#)... Yesterday, 18:39 SpongeB0B tester_V General Codin...
  My goal to be hired worki... 09-27, 23:58 GnomeSweetGnome Larz60+ News and Disc...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
Most views
  The best Prog... 577300
  Tutorial Requ... 500511
  Web Scraping ... 440971
  Newbie with P... 385004
  New Users Int... 369444
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+ 12089
buran 8176
snippsat 7370
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
sophielane Today
Oscar0057 Today
Cromulent Today
PhamMaria Today
Zephlonix Today

User Panel Messages

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