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,967
» Latest member: Jacobjoift
» Forum threads: 38,730
» Forum posts: 175,549

Full Statistics

Online Users
There are currently 43 online users.
» 1 Member(s) | 37 Guest(s)
Bing, Google, AOL, Anunderling

Latest Threads
Webscrapping sport bettin...
Forum: Web Scraping & Web Development
Last Post: Jacobjoift
21 minutes ago
» Replies: 5
» Views: 13,721
looking for help
Forum: Bar
Last Post: PhamMaria
27 minutes ago
» Replies: 1
» Views: 1,854
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: noisefloor
7 hours ago
» Replies: 4
» Views: 227
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 11:58 PM
» Replies: 1
» Views: 588
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:49 PM
» Replies: 4
» Views: 2,122
My First App
Forum: Code Review
Last Post: carlbidwell
Yesterday, 10:53 AM
» Replies: 8
» Views: 8,686
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 03:54 AM
» Replies: 3
» Views: 584
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,071
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,059
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,334

 
  Creating matrix counting words in list of strings
Posted by: jazmad - Dec-23-2018, 08:08 AM - Forum: Data Science - Replies (2)

I have a dataframe (over 1m rows) where one of the columns contains a different sentence in each row.

I would like to create a 2-column array where..... More

Print this item

  optimize choices in multiple if ---: statements
Posted by: Pedroski55 - Dec-22-2018, 11:20 PM - Forum: General Coding Help - Replies (2)

My multiple-choice marking program gives me a csv file, which I read in python and then enter in an Excel sheet.

My code for choosing which class lo..... More

Print this item

  Tkinter window issue
Posted by: frequency - Dec-22-2018, 10:54 PM - Forum: GUI - Replies (4)

Hello,
I am trying to make a popup window when a user enters a str value.Such as "$$@","sdasd","2y"
[PYTHON]
def check(self):
self.t1=self..... More

Print this item

  Recursive Function - Compare 2 lists, return the elements that don't exist in both
Posted by: KellyBaptist - Dec-22-2018, 10:39 PM - Forum: Homework - Replies (1)

I have to do a RECURSIVE FUNCTION, comparing two lists and returning the elements that they don't have in common.

This is what I have so far:

[p..... More

Print this item

  Help with porting to python3
Posted by: mason28 - Dec-22-2018, 06:40 PM - Forum: General Coding Help - Replies (3)

Hi everyone,

I need help with converting an encryption module (p3.py) written for Python2 to Python3.

First, I converted the module to python3 u..... More

Print this item

  len function -
Posted by: jojotte - Dec-22-2018, 05:41 PM - Forum: General Coding Help - Replies (5)

Hey!

I am trying to do the following:
1/user inputs a name e.g. "John".
2/user gets returned with the last character of the string e.g. "n".

W..... More

Print this item

  how json dump Japanese
Posted by: yunkai - Dec-22-2018, 05:23 PM - Forum: General Coding Help - Replies (2)

help,please.

I am coding a spider-code to collect message on a Japanese website, storing data using json-module

however, default json dump the d..... More

Print this item

  How retrieve sqlite3 database saved image and access in python3
Posted by: tao01 - Dec-22-2018, 02:35 PM - Forum: General Coding Help - Replies (1)

I stored image file in sqlite3 database. Now i need to get that image and show. How i get back that image from database.
??

Print this item

  Pygame loads only part of images
Posted by: Prof_Jar_Jar - Dec-22-2018, 02:14 PM - Forum: Game Development - Replies (3)

Hey there!

I'm struggeling a bit, I recoded my "game" to avoid problems with local variables, but now my game doesn't react to anything anymore and..... More

Print this item

  hi :) i really need help
Posted by: nitz93 - Dec-22-2018, 01:42 PM - Forum: Homework - Replies (2)

hi :) im bad at programming and im having a trouble solving the following python problem.. so i really need help!!

"Write a program that receives ..... More

Print this item

  math.sqrt / pow() rounding small floats, workaround?
Posted by: robertHTompkins - Dec-22-2018, 09:44 AM - Forum: General Coding Help - Replies (7)

Hey everyone, brand new here! I typically find all my answers within a 30min google search. But not this time!
I’m working on a basic Python program,..... More

Print this item

  Executing 2 lines at the same time
Posted by: SheeppOSU - Dec-22-2018, 02:35 AM - Forum: General Coding Help - Replies (2)

Hi I am trying to execute two lines at the same time. The lines are shown below. Either that or I need it to stop the option to input an answer after ..... More

Print this item

  simple register code
Posted by: aocii - Dec-22-2018, 01:27 AM - Forum: General Coding Help - Replies (2)

hi friends! I am new here, I am new at programming also. I know a little bit excell vba but I just started learning python. this is my first attempt t..... More

Print this item

  seeking suggestions for function option name
Posted by: Skaperen - Dec-22-2018, 01:10 AM - Forum: General Coding Help - Replies (1)

for a function doing file tree recursion, i want to include a named option in the arguments that limits the depth of the recursion. i can easily come..... More

Print this item

  Python interprete or compiled ?
Posted by: medaghroud - Dec-21-2018, 11:44 PM - Forum: News and Discussions - Replies (1)

Hello every one,
how we considered Python, interpreted langage or compiled langage ? or Hybride ?(Interpreted and Compiled langage?
Thanks!

Print this item

  Lack of understanding "graphX, = ax.plot"
Posted by: easayed - Dec-21-2018, 10:23 PM - Forum: General Coding Help - Replies (1)

Dear every member

I want to under stand the following line

graphX, = ax.plot([], [], 'b', label = 'X')
this line is written..... More

Print this item

  A simple csv code
Posted by: Truman - Dec-21-2018, 09:37 PM - Forum: General Coding Help - Replies (9)

[python]
import csv
csvFile = open("c:\Python36\files\test.csv", 'w+')
try:
writer = csv.writer(csvFile)
writer.writerow(('number', 'number plu..... More

Print this item

  How to iterate through sub-children in TkTree?
Posted by: WuchaDoin - Dec-21-2018, 07:00 PM - Forum: GUI - No Replies

[python] for children in self.points_tree.get_children():
child = self.points_tree.item(children)
print(c..... More


Attached Files

Thumbnail(s)
   
Print this item

  Uninstall Python-3.5 source
Posted by: xion824 - Dec-21-2018, 04:07 PM - Forum: News and Discussions - Replies (3)

We have RHEL 7 with Python-3.5 installed from source (standard config, make, make install method). How do I go about removing this from the system? I ..... More

Print this item

  SQLAlchemy, log only one record from failed insert
Posted by: Master_Sergius - Dec-21-2018, 02:04 PM - Forum: Web Scraping & Web Development - No Replies

Hello, sometimes I can find in logs following long tracebacks:

[python]
... (part of Traceback is skipped) ...
"/usr/local/lib/python3.6/site-pac..... More

Print this item

  Loops - new terminal output to file for each loop
Posted by: jm_ice - Dec-21-2018, 12:23 PM - Forum: General Coding Help - Replies (1)

Hi all!

So I'm a beginner and teaching myself! I am running a scientific model, the main code to which is beyond me(!) and installed on my computer..... More

Print this item

  Saving entered text for next usement
Posted by: Rigunas - Dec-21-2018, 09:40 AM - Forum: General Coding Help - Replies (1)

Hello,
I'm working with Python(x,y) and Qt Desinger 4. I got a browse button where I can seach for a file, after I selected the file it's loaded in a..... More

Print this item

  SO question:Why do the python support a spaghetti code?
Posted by: buran - Dec-21-2018, 09:33 AM - Forum: Bar - Replies (5)

Why do the python support a spaghetti code?

   

Wall Wall **wall..... More

Print this item

  Controling a Canon dslr camera on Windows
Posted by: Leon - Dec-21-2018, 08:10 AM - Forum: General Coding Help - Replies (16)

I'm looking for a simple way to control a Canon dslr camera on Windows with Python.
I need to control the shutter and import the last picture.

I t..... More

Print this item

  Have an amount of time to perform and action
Posted by: CookieGamez2018 - Dec-21-2018, 04:19 AM - Forum: General Coding Help - Replies (1)

Hello,

I am working on a project that I need to be able to see if you entered the correct passcode in 10 seconds. I have gotten the part to detect ..... More

Print this item

  Issue when running telnet program using python3
Posted by: searching1 - Dec-21-2018, 03:55 AM - Forum: Networking - Replies (11)

I have used this program in automating our network device backup config and

[python]
import getpass
import telnetlib
import ti..... More

Print this item

  a useful grep command
Posted by: Skaperen - Dec-21-2018, 02:59 AM - Forum: Bar - Replies (3)

i would like to see a grep command that can search python source files and limit the search to just the specified part of the source, ignoring these p..... More

Print this item

  Volunteer Python programmers for Python World Project
Posted by: pythonstatistics - Dec-21-2018, 02:31 AM - Forum: Jobs - Replies (4)

Hi,

If you are a Python programmer who enjoys programming and contributing to the community at large,
this project might be suitable for you.
I a..... More

Print this item

  datasharing between two separated running scripts
Posted by: Ispanicuz - Dec-20-2018, 10:18 PM - Forum: General Coding Help - Replies (7)

hello everybody,

i need some help understanding what's best solution to share data between two running script.

this is my scenario:

i've a program..... More

Print this item

  google-auth requirements.txt strange behavior
Posted by: randalpinto - Dec-20-2018, 09:25 PM - Forum: General Coding Help - Replies (3)

I currently run a python process inside of a container and we have a custom site-packages where all the requirements.txt are installed. All works fine..... More

Print this item

  During handling of the above exception, another exception occurred
Posted by: Skaperen - Dec-20-2018, 09:22 PM - Forum: General Coding Help - Replies (7)

i pressed ^C and got:
[output]Traceback (most recent call last):
File "tree.py", line 52, in <module>
names=sorted(list..... More

Print this item

  Cannot run my python to use gpu? Please help :(
Posted by: CadeFoster - Dec-20-2018, 08:02 PM - Forum: General Coding Help - Replies (1)

Hello, I have that code, so I want to accelerate him to use GPU instead of CPU, but I get error.
I try useing python 2.7 and 3.7...
My pure python ..... More

Print this item

  Multiply function using Tkinter
Posted by: ady1583 - Dec-20-2018, 07:59 PM - Forum: GUI - Replies (7)

Hello Everyone, i am stuck at the multiply function using Tkinter, any help is greatly appreciated. Addition seems to be fine.

[python]from tkinter i..... More

Print this item

  Import Excel File that Starts with Number
Posted by: kiki1113 - Dec-20-2018, 06:41 PM - Forum: Data Science - Replies (1)

Hello all -

I have files I'm trying to import. I do not name these files, they're created by another department. The files start with a number, ..... More

Print this item

  [split] Python error
Posted by: jazzy - Dec-20-2018, 05:57 PM - Forum: General Coding Help - Replies (1)

[python]
_gDF = pdf.DataFrame(listValue)
_gDF = _gDF.transpose()
_gDF.columns = listKey
# plt.figure(); _gDF.plot();
# ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Webscrapping sport bettin... 21 minutes ago KoinKoin Jacobjoift Web Scraping ...
  looking for help 27 minutes ago Azdaghost PhamMaria Bar
  Comparing 2 100GB Drives/... 7 hours ago tester_V noisefloor General Codin...
  My goal to be hired worki... Yesterday, 23:58 GnomeSweetGnome Larz60+ News and Disc...
  what does % stand for in ... Yesterday, 18:49 arbiel Gribouillis General Codin...
  My First App Yesterday, 10:53 BCopeland64 carlbidwell Code Review
  Unable to resolve FileNot... Yesterday, 03:54 llarkin6 Pedroski55 General Codin...
  [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...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... 09-26, 09:50 P212 Biks News and Disc...
Most views
  The best Prog... 577253
  Tutorial Requ... 500301
  Web Scraping ... 440938
  Newbie with P... 384954
  New Users Int... 369273
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 7368
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Jacobjoift Today
PhamMaria Today
zalexstolzeoz5360 Today
Edzed4431 Yesterday
chaoh1911 Yesterday

User Panel Messages

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