Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 18,499
» Latest member: FaithMartinez
» Forum threads: 37,266
» Forum posts: 169,394

Full Statistics

Online Users
There are currently 387 online users.
» 2 Member(s) | 379 Guest(s)
Bing, Google, Yandex, Applebot, AOL, bowlofred, buran

Latest Threads
m3u8 using build-in brows...
Forum: Web Scraping & Web Development
Last Post: kucingkembar
4 hours ago
» Replies: 3
» Views: 111
write code that resides i...
Forum: General Coding Help
Last Post: franklin97355
6 hours ago
» Replies: 0
» Views: 39
Elegant way to apply each...
Forum: General Coding Help
Last Post: deanhystad
8 hours ago
» Replies: 5
» Views: 194
I don't know what is wron...
Forum: General Coding Help
Last Post: menator01
11 hours ago
» Replies: 2
» Views: 152
encrypt data in json file...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 05:16 PM
» Replies: 1
» Views: 65
Sorting Steps
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 04:47 PM
» Replies: 11
» Views: 350
A Programmer Named Tim
Forum: Board
Last Post: Gribouillis
Yesterday, 04:38 PM
» Replies: 3
» Views: 161
Numeric Enigma Machine
Forum: General Coding Help
Last Post: idev
Yesterday, 02:17 PM
» Replies: 8
» Views: 239
Variable not defined even...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 02:13 PM
» Replies: 3
» Views: 111
Error (Errno 2), File upl...
Forum: General Coding Help
Last Post: Username_Python1
Yesterday, 01:46 PM
» Replies: 0
» Views: 130

 
  changing title text to bold in tkinter
Posted by: Kumarkv - May-09-2020, 08:42 AM - Forum: GUI - Replies (2)

How can i change title bar text to bold in tkinter.

i am getting below error

root.title("Counter Example", font="bold")
[error..... More

Print this item

  Iteration, selection and adding
Posted by: gandy - May-09-2020, 06:27 AM - Forum: General Coding Help - Replies (1)

First post here.
I'm trying to get the value of the cards in PlayersHand and add them.Then 'hit' a new card and add it to variable 'score'.
I've see..... More

Print this item

  pygame module not found on Idle after installing on Mac
Posted by: crunchypen - May-09-2020, 05:15 AM - Forum: Game Development - Replies (1)

Hi
Iam a beginner and
I am trying to install pygame on Mac OS. I tried a lot of times using a lot of stuff. To name a few:

python3 -m pip inst..... More

Print this item

  "SamiOS" A Python Project
Posted by: MarxMarc - May-09-2020, 04:21 AM - Forum: Code sharing - No Replies

So, I was working on this little project in Python. I know it's not really an Operating System, but It's a cool idea, if you have any suggestions for ..... More

Print this item

  Looking for programmer to help with my visual learning project
Posted by: Kai_dotcom - May-09-2020, 03:33 AM - Forum: Jobs - Replies (1)

Hi everyone, my name is Kai and I'm designing a visual learning material for my expertise: a certain subject in finance. The idea is to help people le..... More

Print this item

  I need my compiled Python Mac app to accept a file as a parameter
Posted by: Oethen - May-09-2020, 02:06 AM - Forum: General Coding Help - Replies (2)

I compiled my Python script to a Mac app. I need to have accept a file as a parameter (drag and drop onto app). I know I need to edit the info.plist a..... More

Print this item

  [Django] css file is not applying to the page
Posted by: SheeppOSU - May-09-2020, 01:43 AM - Forum: Web Scraping & Web Development - Replies (1)

I have a link to a css file in my html but it's not applying to the site. There are no errors and when I go to inspect -> sources the css file is not ..... More

Print this item

  Package installed through Anaconda "not found" by Python
Posted by: zonova - May-08-2020, 11:50 PM - Forum: General Coding Help - No Replies

I'm trying to install the python package "quspin" on windows through Anaconda, following the instructions here:
http://weinbe58.github.io/QuSpin/Inst..... More

Print this item

  Getter/Setter : get parent attribute, but no Getter/Setter in parent
Posted by: nboweb - May-08-2020, 10:40 PM - Forum: General Coding Help - Replies (2)

Hi all,

Trying to understand getter/setter...

The following code works fine.
B.x always returns 1 more than A.x (only interested in getters in ..... More

Print this item

  Rearrange Columns in a CSV File
Posted by: rjj920 - May-08-2020, 10:06 PM - Forum: General Coding Help - Replies (1)

Hello,

I've got a file that I am trying to reformat into a new file, but am having issues with the code I am using. It is adding a blank row in be..... More

Print this item

  How to do datascience with genoma? Or other thing that uses all computer tech mine
Posted by: enriquemesa8080 - May-08-2020, 09:37 PM - Forum: Data Science - Replies (1)

Hello. I am a computer science student, who wants to work with a data science project.

I am currently looking for bioinformatics. How this can be m..... More

Print this item

  Issue with item counter
Posted by: Ayckinn - May-08-2020, 09:10 PM - Forum: Game Development - Replies (5)

Hi everyone Big Grin ,

I'm new on this forum and i'm student in Python.

Ok here is my issue.
I need to create a game by using an item coun..... More

Print this item

  Pygame lag
Posted by: CrazyMakes - May-08-2020, 09:09 PM - Forum: Game Development - Replies (6)

So my Pygame game has a lag issue its a clicker game and I think the lag is caused by the auto miner and I have tried a few things to fix it but I cou..... More

Print this item

  Building Skills in Object-Oriented Design
Posted by: menator01 - May-08-2020, 08:25 PM - Forum: Tutorials - Replies (3)

I do not know where to post this but, the book that is in the thread subject gives a 403 error.

Print this item

  Mensagem error
Posted by: Dalpi - May-08-2020, 06:49 PM - Forum: General Coding Help - Replies (4)

Dear all, after update Anaconda the old programs are not running in the new version.
Below are the program and the error mensagem. Somebody could hel..... More

Print this item

  How can I make a plot representing connection relationship with python matplotlib?
Posted by: Berlintofind - May-08-2020, 06:32 PM - Forum: General Coding Help - Replies (1)

I want to make a plot composed of of dots and connections lines with matplotlib. (It's not a bar chart or normal line chart with axis)

For example, I..... More

Print this item

  installing vader in python
Posted by: apokar2020 - May-08-2020, 06:32 PM - Forum: Data Science - Replies (6)

Hello everyone, i'm an inexperienced user in python and i have a problem. I need to do condact a sentiment analysis using vader and i dont know how t..... More

Print this item

  'numpy.ndarray' object is not callable
Posted by: ato_cr - May-08-2020, 05:48 PM - Forum: Data Science - Replies (1)

distances = np.zeros(points.shape[0])

for i in range(len(distances)):
    distances[i] = distances(p, points[i])
        
[er..... More

Print this item

  Deleting a PDF Open on the Server
Posted by: b29vnor - May-08-2020, 05:05 PM - Forum: General Coding Help - Replies (1)

Hello all,

I am writing a script that updates a directory with a folder structure filled with PDFs. We would like to run this script to update the..... More

Print this item

  Strange output
Posted by: kintarowonders - May-08-2020, 04:30 PM - Forum: General Coding Help - Replies (6)

I am writing a method and it outputs unexpected results. It is supposed to break up some strings and create lists from them. Yet the lists don't conta..... More

Print this item

  SMTP problem
Posted by: MajK - May-08-2020, 04:10 PM - Forum: General Coding Help - Replies (6)

Hello, i have programed a smaller program and when i run it in pycharm everything works fine, but when i save this project on desktop and want to run ..... More

Print this item

  I want to solve the following problem
Posted by: srisrinu - May-08-2020, 04:06 PM - Forum: General Coding Help - Replies (4)

[quote]There are N people on a street (numbered 1 through N). For simplicity, we'll view them as points on a line. For each valid i, the position of t..... More

Print this item

  Joining Excel data into existing Excel file
Posted by: RemFreeman - May-08-2020, 04:01 PM - Forum: General Coding Help - No Replies

Hi there,

I'm coming back to Python after quite a bit of time away, and I'm facing an issue in trying to bring data from Excel file into another. ..... More

Print this item

  cannot build python 3.8.2 (make test fails on test_imprtlib)
Posted by: borabora - May-08-2020, 03:30 PM - Forum: General Coding Help - Replies (1)

i downloaded python 3.8.2

https://www.python.org/downloads/

in the read me file it says :
[spoiler]Bui..... More

Print this item

  Cancelling 'open directory' leading to crash
Posted by: Fairbz_ - May-08-2020, 01:59 PM - Forum: General Coding Help - Replies (1)

Hi there,

So I'm pretty new to Python coding, I have old code here that isn't very robust when it comes to extreme user inputs. I'm trying to fix t..... More

Print this item

  self function problem
Posted by: Agusben - May-08-2020, 12:35 PM - Forum: General Coding Help - Replies (6)

I have a problem with a program that uses a button that is created in a self function.

[python]
from tkinter import *
from tkinter import ttk
i..... More

Print this item

  struggling w/ fonctions in Python
Posted by: Tiril123 - May-08-2020, 12:23 PM - Forum: Homework - Replies (7)

Hello, I have several Python exercises to do in homework. I find some of them impossible to do, I hope you can help me:
"You must write a function c..... More

Print this item

  Finding Max and Min Values Associated with Unique Identifiers in Python
Posted by: ubk046 - May-08-2020, 11:47 AM - Forum: General Coding Help - Replies (1)

I need help to edit my Python code below - to search the ID column and then give the max and min values for each ID and write them into 2 new columns...... More

Print this item

  Scraping a Website (HELP)
Posted by: LearnPython2 - May-08-2020, 10:09 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi, I need to scrape out all the links on a website.

I want to crawl something like Screaming Frog but with Python.

This is my code:

[pyth..... More

Print this item

  Doubt in Linear Reg by 'MLE' method
Posted by: kumarants - May-08-2020, 09:34 AM - Forum: Data Science - Replies (2)

[python]
import numpy as np
from scipy.optimize import minimize
import matplotlib.pyplot as plt
def lik(parameters):
m=parameters[0]
b=p..... More

Print this item

  struggling with one part of python
Posted by: Lucifer - May-08-2020, 09:13 AM - Forum: Homework - Replies (23)

Hello,

i am struggling to finish the last bit of my script, its for an assessment. I am terrible at scripting unless its for security or penetration...... More

Print this item

  pip upgrade error
Posted by: most197 - May-08-2020, 08:36 AM - Forum: General Coding Help - Replies (4)

I tried to upgrade pip by 'python -m pip install --upgrade pip' but there is an error:

Traceback (most recent call last):
File "C:\Users\most1\A..... More

Print this item

  Python to interact with the Linux Command Line - Centos/RHEL
Posted by: redhat_boy - May-08-2020, 08:01 AM - Forum: Web Scraping & Web Development - Replies (2)

Hi,

This is part of my project. If I have a Python script ready to work on CLI as menu-driven to perform certain System Administration tasks on a L..... More

Print this item

  PySerial delay
Posted by: mikeybg - May-08-2020, 06:44 AM - Forum: Networking - Replies (1)

Geeting! I stumbled across this forum in search of help so hopefully someone here has the magic answer.
I have a python script that pulls JSON data,..... More

Print this item

  crack the safe - Gangster Nation
Posted by: asiaphone12 - May-08-2020, 06:40 AM - Forum: Code sharing - Replies (8)

hello, I play a game called "Gangster Nation", where the game is like creating mafia community. there is one feature that made me interested, that is ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  m3u8 using build-in brows... 4 hours ago kucingkembar kucingkembar Web Scraping ...
  write code that resides i... 6 hours ago franklin97355 franklin97355 General Codin...
  Elegant way to apply each... 8 hours ago sawtooth500 deanhystad General Codin...
  I don't know what is wron... 11 hours ago shereen menator01 General Codin...
  encrypt data in json file... Yesterday, 17:16 jacksfrustration deanhystad General Codin...
  Sorting Steps Yesterday, 16:47 MoreMoney deanhystad General Codin...
  A Programmer Named Tim Yesterday, 16:38 Angelical Gribouillis Board
  Numeric Enigma Machine Yesterday, 14:17 idev idev General Codin...
  Variable not defined even... Yesterday, 14:13 CoderMerv Larz60+ General Codin...
  Error (Errno 2), File upl... Yesterday, 13:46 Username_Python1 Username_Python1 General Codin...
  web scraping football res... Yesterday, 10:21 terrasamba77 22206290 Web Scraping ...
Most views
  The best Prog... 357035
  Web Scraping ... 256786
  Tutorial Requ... 256036
  New Users Int... 225331
  Newbie with P... 219122
Most reputation
buran 582
snippsat 499
Larz60+ 450
Gribouillis 329
deanhystad 311
Most replies
  New Users Int... 430
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 11859
buran 8085
snippsat 7068
deanhystad 6120
metulburr 5150
Top referrers
Googlepro 20
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
FaithMartinez Today
franklin97355 Yesterday
RobertCOOPS Yesterday
Ronaldweera Yesterday
Sanjayk Yesterday

User Panel Messages

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