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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,295
» Latest member: Moltar1997
» Forum threads: 38,795
» Forum posts: 175,885

Full Statistics

Online Users
There are currently 39 online users.
» 2 Member(s) | 31 Guest(s)
Apple, Bing, Google, AOL, Mojeek, buran, Gribouillis

Latest Threads
My regex function is not ...
Forum: General Coding Help
Last Post: Moltar1997
1 hour ago
» Replies: 0
» Views: 9
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
5 hours ago
» Replies: 1
» Views: 35
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Today, 02:50 AM
» Replies: 6
» Views: 209
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:18 PM
» Replies: 5
» Views: 106
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 75
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,512
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 167
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 78
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,130
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,316

 
  200,000?
Posted by: snippsat - Oct-16-2019, 01:59 PM - Forum: News and Discussions - Replies (1)

The 100,000 mark for PyPi was on March 4, 2017.
[python]import requests
from bs4 import BeautifulSoup

def pypi_check..... More

Print this item

  How to speed up work with pandas index?
Posted by: AlekseyPython - Oct-16-2019, 12:27 PM - Forum: Data Science - Replies (1)

Python 3.7.3, pandas 0.25.1

I wrote a program using the DataFrame of the pandas library. But the speed is tens (or even a hundred) times less, than u..... More

Print this item

  Help with pyGenealogical-Tools (Updated)
Posted by: Matan_ran - Oct-16-2019, 11:23 AM - Forum: General Coding Help - Replies (5)

Hey everyone!

I am a little bit of struggling with a project in Python

here is the link for the software: https://pypi.org/project/pyGenealogica..... More

Print this item

  openpyxl nested for loop help
Posted by: rmrten - Oct-16-2019, 10:48 AM - Forum: General Coding Help - Replies (3)

Hi i am new here and into coding with python ( thanks for patience :) ).
I am trying to write simple for loop which will use openpyxl to "search and ..... More

Print this item

  Web Scraping (Results not appearing)
Posted by: TheBadLeopard - Oct-16-2019, 09:38 AM - Forum: Web Scraping & Web Development - Replies (4)

Hello everyone, I am an infant at web scraping I am trying to get some info from a website and I am at my wits end. Some assistance would really help ..... More

Print this item

  Palindrome in Python - result always false
Posted by: RavCOder - Oct-16-2019, 08:43 AM - Forum: General Coding Help - Replies (13)

Hi,
I'm implemented this function to check if a string is palindrome or not.
But when I use a palindrome word such as "radar" for example, my functi..... More

Print this item

  Not able to use the output from one function into another function
Posted by: AravindPandian - Oct-16-2019, 07:41 AM - Forum: GUI - Replies (1)

Hi Team,

print("YOU_SELECTED"+Region)line in below code is not coming. Please help me with this




[python]
from tkinter import *
def drop_..... More

Print this item

  research question: pypi authors handling user questions
Posted by: JohnAD - Oct-16-2019, 02:55 AM - Forum: News and Discussions - No Replies

I'm doing research regarding open source developers writing software libraries, such as those on PyPi.

And, in keeping with the theme of openness, ..... More

Print this item

  iatoc a script to list executable files
Posted by: Skaperen - Oct-15-2019, 11:12 PM - Forum: News and Discussions - Replies (2)

i am thinking of coding a script to take command line arguments as command names and find all matches in the list of directories in the PATH environme..... More

Print this item

  How to invert pixel numbers of MNIST data set
Posted by: squillam - Oct-15-2019, 09:31 PM - Forum: General Coding Help - Replies (1)

[font=Comic Sans MS, cursive]So I'm trying to:
a) invert the pixel values of the mnist training data set and
b) run it in 5 epochs

I have zero ex..... More

Print this item

  python openpyxl writing data
Posted by: Bikram - Oct-15-2019, 08:51 PM - Forum: General Coding Help - Replies (2)

Hi,

I can write numerical data to the excel file. But it saves as a text. I am using "openpyxl" module for creating, writing and saving excel fil..... More

Print this item

  Homework 5.2
Posted by: speedy1668 - Oct-15-2019, 08:14 PM - Forum: Homework - Replies (4)

Hello everyone,

I was trying to write a code which would repeatedly prompts a user for integer numbers until the user enters 'done'. Once 'done' is..... More

Print this item

  Avoiding traceback not through input filtering
Posted by: Mark17 - Oct-15-2019, 07:56 PM - Forum: General Coding Help - Replies (5)

This might be a strange question. I have the beginning and the end... but not sure how to connect the two.

I'm writing a program that asks for a p..... More

Print this item

  Assert Error: AssertionError
Posted by: AlexPetru - Oct-15-2019, 07:34 PM - Forum: Homework - Replies (2)

Hi!

The function stergereTranzactie(list,zi) delete a number from a list.
The function testarestergereTranzactie() tests stergereTranzactie(list,z..... More

Print this item

  Database table structure compare(Oracle)
Posted by: GKT - Oct-15-2019, 07:25 PM - Forum: General Coding Help - Replies (4)

Hi,

I am new to python.

i am trying to compare structures of 2 similar tables from python(connecting to Oracle DB). i was able to connect and r..... More

Print this item

  python gives wrong string length and wrong character
Posted by: thienson30 - Oct-15-2019, 05:44 PM - Forum: General Coding Help - Replies (2)

Below python gives wrong string length. The Length should be 4 and w[1] should be 'ò', but python give back letter 'o'. Please help.



[python..... More

Print this item

  Problem with date type (object to datetime)
Posted by: karlito - Oct-15-2019, 12:37 PM - Forum: Data Science - Replies (6)

Hi all,
so I have this issue with the convertion to date format.
here is how my csv file looks like:csv..... More

Print this item

  Making a dice
Posted by: Dyefull - Oct-15-2019, 12:31 PM - Forum: Homework - Replies (2)

Hi guys,

for some homework I have to write a code for a dice that can't roll the same value back to back.
So: if on turn 1 the dice throws a 3
th..... More

Print this item

  vector field plots
Posted by: Larssauerkraut - Oct-15-2019, 11:15 AM - Forum: Homework - No Replies

Hi

Pardon my bad english. I am trying to solve a task given to me by my teacher. I have no expiriense using the porgrams whitch my teacher states w..... More

Print this item

  Back again on f-strings
Posted by: newbieAuggie2019 - Oct-15-2019, 09:40 AM - Forum: General Coding Help - Replies (11)

Hi!

It seems that I cannot fully understand f-strings. I do exercises and little programs trying to update them by using f-strings, but now and the..... More

Print this item

  Python 3.8.0 is released
Posted by: perfringo - Oct-15-2019, 09:36 AM - Forum: News and Discussions - Replies (2)

Python 3.8.0 was released on 14th of October. Short overview of new features.

Time..... More

Print this item

  Matplotlib clash qt4 / qt5
Posted by: DoudouBall - Oct-15-2019, 07:46 AM - Forum: General Coding Help - Replies (1)

Hello everybody, I am seeking help for my python installation. I recently reinstalled Anaconda to use Python 3 and matplotlib doesn't work anymore. Ev..... More

Print this item

  Django - Am I in the right direction for creating the models of my Phone Review appli
Posted by: shawnmichaels583583 - Oct-15-2019, 06:25 AM - Forum: Web Scraping & Web Development - No Replies

I am a beginner in Django. I am building a data model for a Django app, named PhoneReview. It will store reviews related to the latest mobile phone. I..... More

Print this item

  pycharm cannt find dlib which is installed
Posted by: kevinlee325 - Oct-15-2019, 03:26 AM - Forum: General Coding Help - Replies (2)

I used "pip show dlib" and it shows the information of the dlib which I installed. However, when I used "import dlib" in pycharm, it shows "No Module ..... More

Print this item

  Define unit of measure of a number
Posted by: doug2019 - Oct-15-2019, 02:57 AM - Forum: General Coding Help - Replies (3)

I would like a function or command to define the unit of measure, either MPa (10 ^ 6) or GPa (10 ^ 9).e.g
20,000,000,000.00 > 20GPa
5,000,000.00 > 5..... More

Print this item

  Create dataset with (n) known biases
Posted by: JVoogt - Oct-15-2019, 02:22 AM - Forum: Data Science - No Replies

Hi All,

Every now and then I get asked to create a dataset with n number of specified biases, I normally do this is SQL manually with a lot of calc..... More

Print this item

  PyCharm can't find the interpreter
Posted by: veromi22 - Oct-15-2019, 01:13 AM - Forum: General Coding Help - No Replies

After I renamed my project name and project folder name, pyCharm can't find the interpreter.

How to fix it?

[img]<a href="https://ibb.co/D5SDbd..... More

Print this item

  Exporting list with dictionary to Excel
Posted by: veromi22 - Oct-15-2019, 12:54 AM - Forum: General Coding Help - No Replies

Hi. I'm just started with Python and trying to practicing.

I parse a website and creating a list with dictionaries and it works well, then I trying..... More

Print this item

  Enter Crosstab Data Directly
Posted by: moneyball - Oct-14-2019, 11:42 PM - Forum: Data Science - Replies (1)

Hi: The best way I know to ask this is to ask if Python has a similar way of entering crosstab data directly using a count variable and use it in a c..... More

Print this item

  pytube problem
Posted by: mariolopes - Oct-14-2019, 10:43 PM - Forum: General Coding Help - Replies (2)

Hi
the problem: HTTP Error 403: Forbidden
Any solution for this problem in pytube?
Some videos (music videos mostly) can't be downloaded with t..... More

Print this item

  Python Programming book
Posted by: khouzamm - Oct-14-2019, 09:16 PM - Forum: News and Discussions - Replies (3)

I used to study python some years ago but I want to study it serious now.
I need help to find a book to study. I want something that gives a general ..... More

Print this item

  Lists topic python
Posted by: Tjay - Oct-14-2019, 07:13 PM - Forum: Homework - Replies (6)

i been told to post it as new question in here. I am beginner on python and wanted some help to see if i am doing the right thing below and the next s..... More

Print this item

  Tranforming into .exe with Matplotlib (graphs)
Posted by: ericvrocha - Oct-14-2019, 06:54 PM - Forum: General Coding Help - No Replies

Hello everyone,

I am creating a small program based on an excel file and I could transform it into an .exe and run on other computers.
However now..... More

Print this item

  Adding a sqrt function syntax error and <build-in function sqrt> from tkinter import
Posted by: Kael - Oct-14-2019, 05:48 PM - Forum: Homework - No Replies

# so this is the calculator that I copied code from youtube and try to add a new function but it keeps getting errors like syntax error: invalid synta..... More

Print this item

  unicodedecodeerror:utf codec can't decode byte 0xe3 in position 1
Posted by: mariolopes - Oct-14-2019, 05:43 PM - Forum: General Coding Help - Replies (3)

Hi
The following program runs ok in idle mode python
[python]
from tkinter import *
from playsound import playsound
from pytube import YouTube
..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My regex function is not ... 1 hour ago Moltar1997 Moltar1997 General Codin...
  silent deployment Python ... 5 hours ago Bummibaer Larz60+ News and Disc...
  data fetching for indian ... Today, 02:50 drakhsin Pedroski55 Web Scraping ...
  PyQt5 - Get a parameter f... Yesterday, 14:18 Ninja2112 deanhystad GUI
  Brazil Python Help to aut... 11-21, 20:30 MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... 11-21, 06:15 GnomeSweetGnome mamta25 News and Disc...
  [SOLVED] [BeautifulSoup] ... 11-20, 14:10 Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... 11-20, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  How to put my game loop i... 11-20, 04:59 temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... 11-20, 04:46 Barber532 SledgeNE Game Developm...
  Graph Interpolate Difficu... 11-19, 20:34 Tuurbo46 deanhystad General Codin...
Most views
  The best Prog... 579333
  Tutorial Requ... 512250
  Web Scraping ... 442208
  Newbie with P... 386319
  New Users Int... 380031
Most reputation
buran 581
snippsat 511
Larz60+ 452
Gribouillis 362
deanhystad 328
Most replies
  New Users Int... 452
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12110
buran 8196
snippsat 7390
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
Moltar1997 Today
arthurlouiss Today
LewisByday Today
Bummibaer Today
Elevyn Today

User Panel Messages

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