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,964
» Latest member: Edzed4431
» Forum threads: 38,730
» Forum posts: 175,545

Full Statistics

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

Latest Threads
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: tester_V
2 hours ago
» Replies: 2
» Views: 32
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
7 hours ago
» Replies: 1
» Views: 456
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:49 PM
» Replies: 4
» Views: 1,993
My First App
Forum: Code Review
Last Post: carlbidwell
Yesterday, 10:53 AM
» Replies: 8
» Views: 8,556
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 03:54 AM
» Replies: 3
» Views: 459
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 914
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 945
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,210
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,828
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Sep-26-2025, 03:53 AM
» Replies: 1
» Views: 2,863

 
  If I use a php script, like WordPress and Elgg, can I program an plugin by Python?
Posted by: Abdulaziz - Jun-23-2020, 06:54 PM - Forum: Web Scraping & Web Development - No Replies

If I use a PHP script, like WordPress and Elgg, can I program a plugin by Python?
Is it possible to program a plugin with Python for a script origina..... More

Print this item

  Help with "For loop"
Posted by: Vaelyn - Jun-23-2020, 06:45 PM - Forum: General Coding Help - Replies (6)

Hello. I'm a programming beginner and I am having trouble with something that would be considered really basic.

The following example code won't ru..... More

Print this item

  C-API - Cannot create module
Posted by: mga010 - Jun-23-2020, 06:18 PM - Forum: General Coding Help - Replies (6)

I have another problem with my project (convert to Python 3 - Euler Math Toolbox). The following code should create a module. But it does not work. Th..... More

Print this item

  ImportError: No module named pydrive.auth
Posted by: lknights1987 - Jun-23-2020, 05:11 PM - Forum: General Coding Help - Replies (5)

Hi all,

I am new to python and looking for some advice on the following error

ImportError: No module named pydrive.auth

What would I ..... More

Print this item

  Support required to data log in SQL server single table via raspbeery pi
Posted by: rithikvg - Jun-23-2020, 04:04 PM - Forum: General Coding Help - Replies (8)

Dear All,
I have a problem while data logging in the single DB table in SQL server. We are not able to do it. When we are running the python code in ..... More

Print this item

  copy/pasting in excel WHILE keep file format
Posted by: zarize - Jun-23-2020, 03:51 PM - Forum: General Coding Help - No Replies

Hi guys,

I would like to copy/paste some things in excel files BUT with keeping current format of the file.

The original file is in .xls and it ..... More


Attached Files

Thumbnail(s)
   
Print this item

  How to make this function general to create binary numbers? (many nested for loops)
Posted by: dospina - Jun-23-2020, 03:49 PM - Forum: General Coding Help - Replies (4)

As you can notice, this function is designed to create binary numbers in order into a list of lists. It works for 4 digits and each for loop is respon..... More

Print this item

  Button/output help
Posted by: swittler - Jun-23-2020, 03:13 PM - Forum: GUI - Replies (4)

First of all apologies for what may be very simple, I'm just learning. I have this set up the way I want it to display. My question is how do I tell i..... More

Print this item

  Requests-HTML vs Beautiful Soup - How to Choose?
Posted by: robin73 - Jun-23-2020, 02:53 PM - Forum: Web Scraping & Web Development - No Replies

Requests-HTML and Beautiful Soup seem to share a lot of functionality. Could someone familiar with both libraries please explain how they differ and i..... More

Print this item

  isues installing Selenium
Posted by: Bhagyashree17 - Jun-23-2020, 02:02 PM - Forum: General Coding Help - Replies (1)

I am trying to install selenium. It give error. My system configurations
and error details are as under:

System Configurations:
O/S: Ubuntu 14.0..... More

Print this item

  Question about Webscrabbing with Selenium
Posted by: DasD - Jun-23-2020, 12:22 PM - Forum: Web Scraping & Web Development - Replies (1)

Hello all,

I trie to wirte a litte Programm to automate posting on Tumblr. I got it managed to log my account in on tumblr using the find by class_..... More

Print this item

  Name 'function' not defined, although it is...
Posted by: dougDimmadome_ - Jun-23-2020, 12:19 PM - Forum: General Coding Help - Replies (2)

Hey,

I want to write some program for a 4x4 button matrix, where it simply outputs the number of the button I press.

I'm using this code:

[py..... More

Print this item

  Is python an interpreted language or a compiled language?
Posted by: GouravDas - Jun-23-2020, 09:59 AM - Forum: News and Discussions - Replies (1)

So im a newbie in python and i learnt that python is an interpreted language since pvm interprets the byte code , but the byte code is instead formed..... More

Print this item

  Convert Excel to complex list
Posted by: and2handles - Jun-23-2020, 09:56 AM - Forum: General Coding Help - Replies (1)

Hey guys,

I am still a bloody beginner and struggeling with the conversion of excel data into a python list.
My code for getting the data is this:..... More

Print this item

  how to nest loop for 4*4 scatter plot
Posted by: kassamohammed - Jun-23-2020, 09:47 AM - Forum: General Coding Help - No Replies

Hello,

I am new and trying to write a 4 by 4 scatter matrix using for loop and subplot functions. The data is iris. I have run this code but noth..... More

Print this item

  Don't know what went wrong
Posted by: Tejas - Jun-23-2020, 09:11 AM - Forum: Web Scraping & Web Development - Replies (1)

I was trying to make a webcrawler to get the years only of a specific page only as practice but it failed
seems fine to me but not have any idea what..... More

Print this item

  Not the expected outcome
Posted by: christopher3786 - Jun-23-2020, 06:43 AM - Forum: General Coding Help - Replies (1)

I am having difficulty getting the expected outcome. I'm working exercises in a Python book. I would like: as soon as a person enters their first and ..... More

Print this item

  I am asking for a review of my homework to confirm I completed all steps
Posted by: mcgraw927 - Jun-23-2020, 03:34 AM - Forum: Homework - Replies (5)

#assignment instructions create 2 test cases that will trap the errors



[python]# This program is a code of Functions for addition, subtraction,..... More

Print this item

  Last Step of my Project! Getting data from an API with a secret key
Posted by: card51shor - Jun-23-2020, 02:23 AM - Forum: Homework - Replies (24)

Hey guys! I'm so close! I'm almost done with this project! Don't worry though, there are 3 more projects so I'll be here for the months to come but ..... More

Print this item

  logic in a list
Posted by: Skaperen - Jun-23-2020, 12:58 AM - Forum: News and Discussions - Replies (1)

i have a list (or tuple) of logic settings. the length varies. any items set to None mean that item is not set and does ..... More

Print this item

  Rock/Paper/Scissors Game 1
Posted by: abscorpy - Jun-23-2020, 12:10 AM - Forum: Game Development - Replies (6)

Im trying to add a 'PAUSE MENU' to this game. Can anyone help?

Im trying to add:
- 'Continue' button
- 'Controls' button
- 'Quit' button

[pyt..... More


Attached Files

Thumbnail(s)
               
Image(s)
               
Print this item

  Problem with regex
Posted by: Emekadavid - Jun-22-2020, 10:52 PM - Forum: Homework - Replies (1)

I want to take:

s = '1 w 2 r 3g'
And format it to:
s = '1 W 2 R 3g'
Based on the concept that the first letter..... More

Print this item

  Comparing and Identifying ID with Percentage
Posted by: jonatasflausino - Jun-22-2020, 10:14 PM - Forum: Data Science - Replies (1)

Hello, everyone

I am new in machine learning and I have one very specific problem at work but I don't where to go in order to get this problem solv..... More

Print this item

  Unexpected output: symbols for derivative not being displayed
Posted by: saucerdesigner - Jun-22-2020, 10:06 PM - Forum: General Coding Help - No Replies

code running in Python 3.6 on Ubuntu 18.04.4 Linux-x86_64 taken from YouTube video https://youtu.be/ssZse3cvEoc

[python]
import sympy as sym
fro..... More

Print this item

  Increase text size and change color based on temp
Posted by: pav1983 - Jun-22-2020, 09:52 PM - Forum: GUI - Replies (5)

I have a weather app I want to do something with. I've adapted it from somehwere else and would like to adapt it further, but I am not sure how to ad..... More

Print this item

  What do you use Python with?
Posted by: GaryNR - Jun-22-2020, 07:26 PM - Forum: News and Discussions - Replies (1)

Hi all,

Perhaps this isn't the correct forum for my question, so apologies in advance.

What do you use Python with & for? E.g. do you Django/Fla..... More

Print this item

  How to pass a list by value for manipulation within a process?
Posted by: bRitch022 - Jun-22-2020, 07:08 PM - Forum: General Coding Help - Replies (4)

I am attempting to update a list that lives in an object that I have named Registry. This list is named Registry.registry, and it is a numpy.zeros lis..... More

Print this item

  importing module - not working
Posted by: jdhamblett - Jun-22-2020, 07:00 PM - Forum: General Coding Help - Replies (3)

Hi all -
Total Python beginner looking for some help. I looked all over for an answer with no luck... sorry for the total newbie question. I'm wor..... More

Print this item

  New user seeking help
Posted by: EdRaponi - Jun-22-2020, 06:54 PM - Forum: General Coding Help - Replies (2)

As I am still working from home as part of the COVID-19 quarantine, I am trying to teach myself something new in this challenging time so please don't..... More

Print this item

  Error: No such config file
Posted by: DotGuy - Jun-22-2020, 04:05 PM - Forum: Game Development - Replies (2)

I have been recently following a tutorial about how to make a flappy bird AI.
[align=left]When I got to the final part of the tut..... More

Print this item

  Simple Timer Question
Posted by: cranberrica - Jun-22-2020, 03:41 PM - Forum: General Coding Help - Replies (3)

Hi all -
I'm new to Python, so I apologize for this post - I'm not exactly sure what to be looking for, since when you search for "Python" and "Timer..... More

Print this item

  Python code Questions.
Posted by: TheDude - Jun-22-2020, 03:23 PM - Forum: General Coding Help - Replies (2)

Hi everyone.
First and foremost I should say that I am a beginner and right now I am analyzing and trying to understand this code. As you can see is ..... More

Print this item

  Two operations in two ranges
Posted by: salwa17 - Jun-22-2020, 03:08 PM - Forum: General Coding Help - Replies (3)

I have to operations for two ranges. I want to do someting like: for variable in [0, len(list)-1] do operation 1 and do operation 2 for the second val..... More

Print this item

  C-API for Python 3 - Get String from Object
Posted by: mga010 - Jun-22-2020, 03:07 PM - Forum: General Coding Help - Replies (2)

I try to read a string from a python object in the C-API but seem to be incapable to find the documentation on how to do that properly in Python 3. Th..... More

Print this item

  Can not make this image downloader work
Posted by: Blue Dog - Jun-22-2020, 03:02 PM - Forum: Web Scraping & Web Development - Replies (6)

Hi,
I am trying to make a maps down loader. I got everything working good, but for the last for loop. I been working on this for a lone time. here id..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Comparing 2 100GB Drives/... 2 hours ago tester_V tester_V General Codin...
  My goal to be hired worki... 7 hours ago 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...
  Using Python to SSH and R... 09-26, 03:53 justaguy SprunkiRetake Networking
  extracting data from a us... 09-25, 13:49 Perry DeaD_EyE General Codin...
Most views
  The best Prog... 577190
  Tutorial Requ... 500176
  Web Scraping ... 440893
  Newbie with P... 384905
  New Users Int... 369175
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 7367
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Edzed4431 Yesterday
chaoh1911 Yesterday
KaydenJonah098 Yesterday
carlbidwell Yesterday
llarkin6 09-26

User Panel Messages

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