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,281
» Latest member: drakhsin
» Forum threads: 38,792
» Forum posts: 175,870

Full Statistics

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

Latest Threads
data fetching for indian ...
Forum: General Coding Help
Last Post: drakhsin
8 hours ago
» Replies: 0
» Views: 36
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Yesterday, 08:30 PM
» Replies: 0
» Views: 37
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Yesterday, 06:15 AM
» Replies: 4
» Views: 1,469
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 122
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 48
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,042
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,291
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 340
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 179
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 242

 
  printing a ✔
Posted by: julio2000 - Apr-16-2020, 12:41 PM - Forum: General Coding Help - Replies (12)

When running this code in my pycharm console it prints out the ✔.

print('✔')
But when I run it by clicking on the .py file, it ..... More

Print this item

  looking for a python coder (speak german)
Posted by: micha854 - Apr-16-2020, 12:05 PM - Forum: Jobs - Replies (1)

i am looking for a coder that speaks german.

I work with the pyTelegramAPI and here a vote, poll system should be integrated

contact me via pm

Print this item

  Guessing games
Posted by: pyzyx3qwerty - Apr-16-2020, 11:59 AM - Forum: Code sharing - No Replies

I made two types of guessing games-
1. User guesses a random number
[python]
# Generate a random number between 1 and 9 (including 1 and 9). Ask th..... More

Print this item

  possible ctypes and numpy conflict?
Posted by: herbal_rage - Apr-16-2020, 11:35 AM - Forum: General Coding Help - No Replies

Greetings, i wonder if anyone could help me to solve the following problem with python and following libraries: numpy, cv2, ctypes, pywin32 as they se..... More

Print this item

  sorting list of lists
Posted by: pframe - Apr-16-2020, 10:35 AM - Forum: General Coding Help - Replies (5)

I have the following:

[python]list_1=[[499, 943, 1447, 943], [356, 944, 1447, 944], [356, 1226, 1447, 1226], [357, 1228, 1446, 1228], [292, 1456, 1..... More

Print this item

  CSV File Help
Posted by: finndude - Apr-16-2020, 10:13 AM - Forum: General Coding Help - Replies (8)

Hi,

I only want to display the first five rows and I also want to sort it from highest to lowest.
not sure what to do so came here.

[python]
..... More

Print this item

  How to create simple thread safe singletone that protect __init__ on import module
Posted by: umen - Apr-16-2020, 09:43 AM - Forum: Homework - No Replies

Hello all
i trying to create simple singletone that is easy to understand .
i need it to be thread safe , and that the __init(self)__
should be in..... More

Print this item

  help with error
Posted by: sveto4ka - Apr-16-2020, 09:36 AM - Forum: General Coding Help - No Replies

Can you tell me how to solve problem:
[error]Error:
ValueError Traceback (most recent call last)
<ipython-input-8-2e..... More

Print this item

  pymysql won't handle some diacritic characters
Posted by: awarren2001AD - Apr-16-2020, 08:58 AM - Forum: General Coding Help - No Replies

I'm using the pymysql library in an AWS Lambda function in order to insert records into a MySQL database table. One of the table's columns is intended..... More

Print this item

  A Dictionary in a Dictionary Syntax
Posted by: PythonGainz - Apr-16-2020, 06:20 AM - Forum: General Coding Help - Replies (3)

I'm getting a syntax error for the following code that I copied form a text book:

Code:

[python]
users = {
"aeinstein": {
"first"..... More

Print this item

  While loop
Posted by: GTOPR20 - Apr-16-2020, 03:06 AM - Forum: Homework - Replies (1)

Run a while loop until all three values are less than or equal to 0. Every time you change the value of the three variables, print out their new value..... More

Print this item

  How do I open a file and the plot it?
Posted by: HelixFossil - Apr-15-2020, 11:58 PM - Forum: General Coding Help - Replies (1)

I want to create a GUI that allows me to read a text file into a variable by pressing a button. Then, I want to plot a histogram out of the data from ..... More

Print this item

  Python searching through file with obfuscated characters
Posted by: Tysoukii - Apr-15-2020, 11:14 PM - Forum: Code sharing - Replies (1)

Doing a few challanges, trying to use Python to solve as much as possible (As I know the challange can be completed without the use of Python). One ch..... More

Print this item

  How do I open a file and the plot it?
Posted by: HelixFossil - Apr-15-2020, 10:25 PM - Forum: GUI - Replies (3)

I want to create a GUI that allows me to read a text file into a variable by pressing a button. Then, I want to plot a histogram out of the data from ..... More

Print this item

  Save output into a Excel Sheet with Format Table
Posted by: skaailet - Apr-15-2020, 09:11 PM - Forum: General Coding Help - Replies (1)

What can I add to my code
in order to save the output into a excel shett but with format table

this is the code (part of it, due to it is to long)..... More


Attached Files

Thumbnail(s)
   
Print this item

  how to detect horizontal dotted lines in an image using OpenCV
Posted by: pframe - Apr-15-2020, 08:51 PM - Forum: General Coding Help - No Replies

Hi all,

I am learning techniques on how to detect horizontal lines. So far I know how to detect a continuous horizontal line. So I am trying to learn..... More

Print this item

  How to print the current time in color
Posted by: julio2000 - Apr-15-2020, 08:40 PM - Forum: General Coding Help - Replies (3)

Hi,

I want to create a variable, and when I print that variable, it needs to be in a certain color. This is my current code

[python]
import dat..... More

Print this item

  manipulating two lists
Posted by: rancans - Apr-15-2020, 08:33 PM - Forum: General Coding Help - Replies (8)

Hi,

I do not understand why am i getting all the double usernames executing the code below:

[python]existing_accounts = ["Marcis", "John", "Tim"..... More

Print this item

  Looking to Connect w/ other Python Beginners
Posted by: harryberry - Apr-15-2020, 08:24 PM - Forum: News and Discussions - Replies (2)

Hey everyone!

My name is Harrison and I am very new to Python. I run a business in the International Education sector and would like to learn Pyth..... More

Print this item

  New to Python, trying to get it to workin Windows 10
Posted by: gimpyLaz - Apr-15-2020, 08:20 PM - Forum: News and Discussions - Replies (3)

I'm trying to get python 3.8 working in windows 10. Unfortunately, Win10 no longer has the usr/local/ folder available, at least as far as I can tell..... More

Print this item

  Help! Loops
Posted by: bwdu - Apr-15-2020, 07:37 PM - Forum: General Coding Help - Replies (2)

n = int(sys.argv[1])

power = 1
while 2*power <= n:
    power *= 2
stdio.writeln(power)
    
Hi everyone!I am curious about if i can..... More

Print this item

  This is why I chose to use wxpython
Posted by: Larz60+ - Apr-15-2020, 07:36 PM - Forum: News and Discussions - No Replies

Hi,

I made the decision to use wxpython after phoenix was released, there were several reasons why I went in this direction.
One was that tkinters..... More

Print this item

  need some help to do Vault authentication using python
Posted by: dspy9 - Apr-15-2020, 07:22 PM - Forum: General Coding Help - No Replies

My code is working good if hardcode username, password. But i have to use Vault getmysecret authentication. Can anyone advise how i can use in python...... More

Print this item

  Python Help - Guessing Game
Posted by: JamieT - Apr-15-2020, 07:19 PM - Forum: General Coding Help - Replies (5)

Hi all, you will have to excuse me, I am new to Python and have been learning over the past 2 days.

I have coded a basic guessing game and have a sli..... More

Print this item

  Python code issue
Posted by: tedarencn - Apr-15-2020, 06:41 PM - Forum: GUI - Replies (2)

Hello guys,
I am new python learner. Today I meet one attribute error. I am not sure why it happens.Please advise.Please refer the code and screensho..... More

Print this item

  python ibm websphere
Posted by: cigo92 - Apr-15-2020, 06:21 PM - Forum: General Coding Help - No Replies

Hello i have a problem with understanding question for job interview
i created with jython wsadmin websphere resources
code is on the bottom of the qu..... More

Print this item

  How To Export XY Coordinates Of A Function To CSV
Posted by: jrucker00 - Apr-15-2020, 05:55 PM - Forum: General Coding Help - Replies (1)

How can I output the X and Y coordinates of a mathematical function to a CSV output? As a very basic example, if f(x)=x^2, then how could I generate ..... More

Print this item

  WxPython GUI data handling
Posted by: Kangaroo - Apr-15-2020, 05:03 PM - Forum: GUI - Replies (1)

Hi,

I have generated GUI using the WxFormBuilder called MainGUI.py(frontend) and i would like to run a sequence.py(backend) which runs bunch of ta..... More

Print this item

  [Django]calculate value in model
Posted by: smabubakkar - Apr-15-2020, 03:40 PM - Forum: Web Scraping & Web Development - No Replies

Hi I am new to Django

I have a Model with Buying and Selling Rate and have loaded data it.

Now i want to update the Model and a calculative colu..... More

Print this item

  PyQt5 - Threading
Posted by: reginald - Apr-15-2020, 02:52 PM - Forum: GUI - Replies (3)

I need help in implementing a worker thread in the code of an app I wrote. The app takes and search user inputs in a SQL db - everything works, but th..... More

Print this item

  Trying to get unique words from a set of strings
Posted by: garam0 - Apr-15-2020, 02:44 PM - Forum: General Coding Help - Replies (5)

when I execute the following code I get ['red', 'pink', 'red', 'white', 'blue']. I cannot understand why there are 2 'red' words. Can someone help me ..... More

Print this item

  help getting code to run
Posted by: justinglock40 - Apr-15-2020, 02:18 PM - Forum: General Coding Help - No Replies

Hi, all.

I found this code online https://github.com/airship-david/Plex-Ap...ownload.py and would like to get it to..... More

Print this item

  Simple question on tab
Posted by: stuartsmith22 - Apr-15-2020, 11:33 AM - Forum: General Coding Help - Replies (4)

Absolute newbie and just starting to learn.

I cannot work out why the first two programs below work, but the third does not!

1. [Python] person_..... More

Print this item

  Missing graph after combining xls files
Posted by: Kishore01 - Apr-15-2020, 10:51 AM - Forum: General Coding Help - No Replies

Hello,
I have multiple xls files , some with graphs.I am combining these files into worksheets of a single xlsx workbook.
After combining, the final..... More

Print this item

  stucked with my crawler
Posted by: jviure - Apr-15-2020, 10:47 AM - Forum: Web Scraping & Web Development - No Replies

Hi to everybody! I m trying to execute an existing django project (a crawler with scrapy)
https://github.com/ginopalazzo/dedomeno

But I am stucke..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  data fetching for indian ... 8 hours ago drakhsin drakhsin General Codin...
  Brazil Python Help to aut... Yesterday, 20:30 MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... Yesterday, 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...
  link variable to exc bloc... 11-19, 05:03 Astrobert Gribouillis General Codin...
  PyQt6 QWidgets and system... 11-18, 18:47 stevecoh1 Axel_Erfurt GUI
  best way to learn python 11-18, 16:13 dutch mamta25 News and Disc...
Most views
  The best Prog... 579236
  Tutorial Requ... 512054
  Web Scraping ... 442168
  Newbie with P... 386287
  New Users Int... 379391
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+ 12109
buran 8196
snippsat 7389
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
drakhsin Today
MileHigh303 Yesterday
ndx101 Yesterday
OtiliaBecker Yesterday
NAGASOWMYAGUNDU 11-20

User Panel Messages

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