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,638
» Latest member: b19wh33l5
» Forum threads: 37,390
» Forum posts: 169,922

Full Statistics

Online Users
There are currently 379 online users.
» 0 Member(s) | 371 Guest(s)
Bing, Apple, Baidu, Google, AOL, Yandex, Mojeek

Latest Threads
Volume label
Forum: Bar
Last Post: DPaul
1 hour ago
» Replies: 3
» Views: 105
how to edited Tkinter Top...
Forum: General Coding Help
Last Post: kucingkembar
4 hours ago
» Replies: 4
» Views: 82
Python Project Structure ...
Forum: General Coding Help
Last Post: b19wh33l5
4 hours ago
» Replies: 0
» Views: 58
What software to use?
Forum: General Coding Help
Last Post: mojobadshah
7 hours ago
» Replies: 3
» Views: 685
watchdog on_modified
Forum: General Coding Help
Last Post: CAD79
8 hours ago
» Replies: 2
» Views: 141
Using xml.parsers.expat I...
Forum: General Coding Help
Last Post: Pedroski55
9 hours ago
» Replies: 3
» Views: 89
How to Randomly Print a Q...
Forum: General Coding Help
Last Post: Bronjer
11 hours ago
» Replies: 13
» Views: 787
FutureWarning: The behavi...
Forum: General Coding Help
Last Post: sawtooth500
Today, 01:42 AM
» Replies: 14
» Views: 329
Loop through all files in...
Forum: General Coding Help
Last Post: FortuneCoins
Yesterday, 07:38 PM
» Replies: 10
» Views: 308
defaultdict
Forum: Code sharing
Last Post: main
Yesterday, 06:28 PM
» Replies: 0
» Views: 123

 
  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
  Volume label 1 hour ago DPaul DPaul Bar
  how to edited Tkinter Top... 4 hours ago kucingkembar kucingkembar General Codin...
  Python Project Structure ... 4 hours ago b19wh33l5 b19wh33l5 General Codin...
  What software to use? 7 hours ago pickledrick mojobadshah General Codin...
  watchdog on_modified 8 hours ago CAD79 CAD79 General Codin...
  Using xml.parsers.expat I... 9 hours ago Pedroski55 Pedroski55 General Codin...
  How to Randomly Print a Q... 11 hours ago BillKochman Bronjer General Codin...
  FutureWarning: The behavi... Today, 01:42 sawtooth500 sawtooth500 General Codin...
  Loop through all files in... Yesterday, 19:38 Winfried FortuneCoins General Codin...
  defaultdict Yesterday, 18:28 main main Code sharing
  Right way to open files w... Yesterday, 17:50 Winfried snippsat General Codin...
Most views
  The best Prog... 410143
  Web Scraping ... 301327
  Tutorial Requ... 291450
  Newbie with P... 249936
  Thread remain... 231977
Most reputation
buran 582
snippsat 499
Larz60+ 452
Gribouillis 330
deanhystad 312
Most replies
  New Users Int... 431
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 11871
buran 8090
snippsat 7086
deanhystad 6212
metulburr 5150
Top referrers
Googlepro 20
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
b19wh33l5 Today
Niharika Today
matheos Today
CoopCoding Today
tonyblare Yesterday

User Panel Messages

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