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,264
» Latest member: pas88
» Forum threads: 38,787
» Forum posts: 175,849

Full Statistics

Online Users
There are currently 29 online users.
» 0 Member(s) | 27 Guest(s)
Bing, Google

Latest Threads
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 04:07 PM
» Replies: 2
» Views: 98
PermissionError: [Errno 1...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:42 PM
» Replies: 1
» Views: 67
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 01:54 PM
» Replies: 1
» Views: 64
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
Yesterday, 01:00 PM
» Replies: 5
» Views: 317
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Nov-14-2025, 11:31 PM
» Replies: 0
» Views: 46
PyQt6 QWidgets and system...
Forum: GUI
Last Post: stevecoh1
Nov-14-2025, 06:38 PM
» Replies: 0
» Views: 78
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Nov-14-2025, 06:02 PM
» Replies: 10
» Views: 270
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
Nov-14-2025, 03:33 PM
» Replies: 3
» Views: 145
New to python and coding
Forum: Homework
Last Post: jefsummers
Nov-13-2025, 07:58 PM
» Replies: 6
» Views: 243
Backward compatibility qu...
Forum: News and Discussions
Last Post: noisefloor
Nov-13-2025, 11:52 AM
» Replies: 6
» Views: 428

 
  Cloudfare scraping?
Posted by: mark - Dec-22-2020, 07:44 PM - Forum: Web Scraping & Web Development - No Replies

Is it possible to scrape web page behind cloudfare DDos protection, without selenium?

I am working on some open-embedded systems (python 2) and i a..... More

Print this item

  How can draw a real-time marker on map using folium/leaflet Jupyter notebook
Posted by: C3PO - Dec-22-2020, 07:04 PM - Forum: Data Science - No Replies

I want to move a marker in real time inside a map using Folium and Jupyter notebook. I've tried the following but doesn't work

[quote][inline]for x..... More

Print this item

  Invalid index
Posted by: Mark17 - Dec-22-2020, 06:58 PM - Forum: General Coding Help - Replies (4)

I'm trying to plot five series as subplots:
[Python]
import pandas as pd
import matplotlib.pyplot as plt
import datetime

rawdate_start = '2007-01-01'..... More

Print this item

  Looking for a straightforward Python gui
Posted by: gelbstoff - Dec-22-2020, 04:27 PM - Forum: News and Discussions - Replies (3)

Hello everyone,
I new to Python, moving from R. I am looking for a straightforward gui where I can just write my scripts, test, and save them. Somet..... More

Print this item

  Probation Log-in Program?
Posted by: nerrotix - Dec-22-2020, 04:24 PM - Forum: General Coding Help - Replies (2)

I'm looking for some insight here on how to write a simple program that logs into a website everyday at a certain time.

Here's the problem.

Colo..... More

Print this item

  Convert hex value into string
Posted by: Sancho_Pansa - Dec-22-2020, 04:03 PM - Forum: General Coding Help - Replies (8)

Hello,

>>> hex_value = 0xFF
>>> string_value = 'hex value is: ' + str(hex_value)
>>> string_value
'hex value is: 255'
How to..... More

Print this item

  Converting data in CSV and TXT to dictionary
Posted by: kam_uk - Dec-22-2020, 03:51 PM - Forum: General Coding Help - Replies (3)

Hi

I have data in data.csv and data.txt that I want to convert to a python3 dictionary via code, without the use of Pandas.

Is this possible? I ..... More

Print this item

  websockets server loop?
Posted by: korenron - Dec-22-2020, 03:44 PM - Forum: General Coding Help - Replies (1)

Hello
on my de vice there is a sensor that read data all the time
I want to create a web socket , that when someone enter it he will get the data e..... More

Print this item

  Problem with the x-axis
Posted by: Mark17 - Dec-22-2020, 03:01 PM - Forum: General Coding Help - Replies (7)

I'm trying to plot five price subplots in a 2x3 grid:
[Python]
import pandas as pd
import matplotlib.pyplot as plt
import datetime

rawdate_star..... More

Print this item

  TypeError: isdeleted() argument 1 must be sip.simplewrapper, not PlotWidget
Posted by: Johna - Dec-22-2020, 02:00 PM - Forum: GUI - Replies (2)

Hi,

I'm trying to do my first steps in programming a gui in PyQt5.
In general I want to plot data in a 'x' and 'y' graph. To do so I want to use ..... More

Print this item

  Optimizations For tkinter Canvas
Posted by: iMuny - Dec-22-2020, 01:20 PM - Forum: Code Review - No Replies

I hope everyone is doing well. I tried making a simple graphics engine using tkinter and it's canvas, heavily inspired from,
https://github.com/hnhae..... More

Print this item

  Embedded python fails to compile on Raspberry Pi
Posted by: tryfon - Dec-22-2020, 11:34 AM - Forum: General Coding Help - Replies (2)

Hi all!

I installed python 3.9.1 on my Raspberry Pi following the instructions ..... More

Print this item

  fontforge Emoji encoding and colored glyphs
Posted by: pauf28 - Dec-22-2020, 10:05 AM - Forum: General Coding Help - No Replies

Hey,

I want to create a .ttf font with python and fontforge which also contains emojis.

my glyphs are .svg files which have a resolution of 512..... More

Print this item

  Using Tkinter inside function not working
Posted by: Ensaimadeta - Dec-22-2020, 08:52 AM - Forum: GUI - Replies (5)

Hello all,

With the help of some users in different forums I have get this far, but facing a new challenge in my way to making my first real world ..... More

Print this item

  About list and method ....
Posted by: Fernando_7obink - Dec-22-2020, 03:44 AM - Forum: General Coding Help - Replies (3)

hello, is there someone have ever facing same situation like me ? lets say i have write a code as following :

[python]level_1 = []
level_2 = []
..... More

Print this item

  Pong game
Posted by: buss0140 - Dec-22-2020, 02:19 AM - Forum: General Coding Help - Replies (7)

I am trying to build a pong game for practice and I am haviing trouble with my LeftPaddle and RightPaddle methods. I am gettting this error when I run..... More

Print this item

  Finding global extrema of oscillating function
Posted by: JoeRogan - Dec-22-2020, 01:49 AM - Forum: General Coding Help - No Replies

Hello everyone. I have a function that behaves rather badly, and has plenty of local minima. I am interested to find the global one, but unfortunately..... More

Print this item

Photo How to do a graph in Python? (and proper terminology)
Posted by: jpy - Dec-21-2020, 11:43 PM - Forum: Data Science - Replies (2)

Hi everyone - I have a few questions I hope you can help me with.

  1. I am using Pandas and NumPy, are these called libraries?
    Is there..... More

Print this item

  Help with Python dictionaries
Posted by: kam_uk - Dec-21-2020, 11:26 PM - Forum: Homework - Replies (5)

Hi

I have a list of employees in various file formats, but they all have the same descriptions for the data,

EmployeeID - this is unique
FirstN..... More

Print this item

  Data Loops
Posted by: ZairaRosas - Dec-21-2020, 11:07 PM - Forum: General Coding Help - No Replies

0


I have two dataframes:

df_id:

Output:
name id region 01 850 region 01 15062 region 02 851
df_combination:..... More

Print this item

  Newbie Help with Datetime formats and numPy
Posted by: xlr8shentmx - Dec-21-2020, 10:27 PM - Forum: Data Science - Replies (2)

I am just getting started on my journey of learning Python and have hit a wall trying to replicate a scenario that I commonly achieve using SAS.

I ..... More

Print this item

Music Chopper wash effect efficiency questions.
Posted by: michael1789 - Dec-21-2020, 09:31 PM - Forum: Game Development - Replies (9)

In have a list of sparks that I iterate over. I like the effect well enough. I am seeking an efficient way of doing this so I can have the most spark..... More

Print this item

  Math Problem
Posted by: cryxma - Dec-21-2020, 09:14 PM - Forum: Homework - Replies (2)

Hello everyone I'm new here and I hope to find some help,

I can´t solve this Math Problem :

"The information desk is visited an average of 12 times ..... More

Print this item

  LIST or ARRAY Comparison and change of value
Posted by: nio74maz - Dec-21-2020, 05:52 PM - Forum: General Coding Help - No Replies

Hello everyone I need some advice, I am extracting two columns from a table in a local database and the same on a mysql database on a server, I was th..... More

Print this item

  Subtle Bug I really don't see in Autograder: Exercise 3.1
Posted by: benante3 - Dec-21-2020, 05:40 PM - Forum: Homework - Replies (5)

I know for sure the code is correct but the autograder doesn't recognize it as good and keeps giving me the same message,which is [color=#ff0000]"You ..... More

Print this item

  Recordlinkage merge dataframe non exact value
Posted by: mok - Dec-21-2020, 04:49 PM - Forum: Data Science - No Replies

Hello,

Hope someone will be able to help me here, it’s been days Im trying to merge two dataframe with value that are not exactly the same.
To be ..... More

Print this item

  PyNative Code Challenges
Posted by: muzikman - Dec-21-2020, 04:30 PM - Forum: Homework - No Replies

Has anyone ever heard or used this free site filled with Python challenges?

It looks really good. I came across ot..... More

Print this item

  API auto-refresh on HTML page using Flask
Posted by: toc - Dec-21-2020, 03:03 PM - Forum: Web Scraping & Web Development - Replies (2)

I have been working on an app for a simple radio station app includes real-time updates for show and song information retrieved via API, and have been..... More

Print this item

  How to fill parameter with data from multiple columns CSV file
Posted by: greenpine - Dec-21-2020, 01:42 PM - Forum: General Coding Help - Replies (1)

I am new to Python, I want to make a function work using data from multiple columns CSV files, one row by one row with some delay in between each run...... More

Print this item

  xml file creation from an XML file template and data from an excel file
Posted by: naji_python - Dec-21-2020, 12:07 PM - Forum: General Coding Help - Replies (1)

I am a beginner and I am taking the python programming course, but at the same time I am trying to develop a program that allows
to create XML files ..... More

Print this item

  My code doesn't work, can someone help me?
Posted by: aldasrasickas - Dec-21-2020, 11:18 AM - Forum: General Coding Help - Replies (5)

my code:

[python]largest = None
smallest = None
while True:
num = input("Enter a number: ")
if num == "done" :
break
try..... More

Print this item

  Creating Python scripts in Visual Studio Code
Posted by: Sanjish - Dec-21-2020, 11:09 AM - Forum: News and Discussions - Replies (4)

Hi,
I am new to Python programming. I have developed some scripts that read data from ms access database and post the results to firebase firest..... More

Print this item

  How can I make the cards look like they are spinning
Posted by: steve_shambles - Dec-21-2020, 08:46 AM - Forum: GUI - Replies (5)

[python]"""Spinning reel test. Small working example.

How can I make the cards look like they are spinning,
like in a real slot machine? The..... More

Print this item

  Simplifying function
Posted by: GJG - Dec-21-2020, 03:36 AM - Forum: Code Review - Replies (2)

Hi folks! I gave myself a simple task of creating a function that turns binary numbers into decimal and was just wondering is there any way to make it..... More

Print this item

  How to use the count function from an Excel file using Python?
Posted by: jpy - Dec-20-2020, 11:51 PM - Forum: General Coding Help - Replies (2)

Hello everyone - I am in the early stages of learning Python and decided to start with using Excel in Python. I am running the code below in Jupyter a..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  How to make ball stay wit... Yesterday, 16:07 nathanael deanhystad General Codin...
  PermissionError: [Errno 1... Yesterday, 14:42 Tuurbo46 deanhystad GUI
  Graph Interpolate Difficu... Yesterday, 13:54 Tuurbo46 deanhystad General Codin...
  sorting a lisr of file pa... Yesterday, 13:00 Skaperen DeaD_EyE News and Disc...
  conditional nested loops 11-14, 23:31 Skaperen Skaperen News and Disc...
  PyQt6 QWidgets and system... 11-14, 18:38 stevecoh1 stevecoh1 GUI
  [solved] re.split issue 11-14, 18:02 paul18fr deanhystad General Codin...
  Please guide me to comple... 11-14, 15:33 pbkurd Larz60+ General Codin...
  New to python and coding 11-13, 19:58 lary_p jefsummers Homework
  Backward compatibility qu... 11-13, 11:52 yutaozhou noisefloor News and Disc...
  why is the image not show... 11-12, 19:26 sarbogast deanhystad General Codin...
Most views
  The best Prog... 579013
  Tutorial Requ... 510824
  Web Scraping ... 442024
  Newbie with P... 386063
  New Users Int... 377430
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+ 12108
buran 8195
snippsat 7388
deanhystad 6913
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
pas88 Today
aanthonymaaleyo3938 Today
chuhlowe Yesterday
SledgeNE Yesterday
nathanael 11-14

User Panel Messages

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