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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 19,960
» Latest member: James87
» Forum threads: 38,730
» Forum posts: 175,531

Full Statistics

Online Users
There are currently 56 online users.
» 0 Member(s) | 50 Guest(s)
Bing, Applebot, AOL, Google, AOL

Latest Threads
Why Assignment Help Austr...
Forum: General Coding Help
Last Post: James87
54 minutes ago
» Replies: 0
» Views: 16
Law Assignment Help
Forum: News and Discussions
Last Post: lawwriters
1 hour ago
» Replies: 0
» Views: 20
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
4 hours ago
» Replies: 1
» Views: 2,458
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
7 hours ago
» Replies: 0
» Views: 134
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 01:49 PM
» Replies: 2
» Views: 301
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
Yesterday, 03:45 AM
» Replies: 3
» Views: 361
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Yesterday, 01:04 AM
» Replies: 0
» Views: 479
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-24-2025, 02:48 PM
» Replies: 10
» Views: 29,640
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,556
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Sep-23-2025, 09:08 AM
» Replies: 0
» Views: 422

 
  starting python from windows command prompt
Posted by: MaartenRo - Sep-04-2020, 04:36 AM - Forum: General Coding Help - Replies (4)

Hi,

I am trying to open python from the windows command prompt. If i want to go to the map that includes the python -8.3.5 file by typing dir user ..... More

Print this item

  Cannot redirect print to a file
Posted by: tester_V - Sep-04-2020, 12:02 AM - Forum: General Coding Help - Replies (3)

Hi,
I hope I'm not overstaying my welcome here. Wink
I'm trying to redirect a print statement to a file with no luck.
I have no errors, just n..... More

Print this item

  matching a row from 2 seperate dataframes and minimg a column
Posted by: randor - Sep-03-2020, 08:57 PM - Forum: Data Science - No Replies

Hello, ok, I have 2 dataframes, dataframe client is a master dataframe and dataframe aca is a partial list.
I need to match each item in DF aca to D..... More

Print this item

  Gnome GUI with glade
Posted by: ways - Sep-03-2020, 07:17 PM - Forum: GUI - No Replies

Hi

I'm trying to get into Gnome GUI development. I've created a project in Builder and have a basic UI. My problem is getting access to the widgets..... More

Print this item

  "Not callable" (probably a very basic question, task 1 in a course)
Posted by: kwiide - Sep-03-2020, 06:02 PM - Forum: Homework - Replies (2)

Hi
(Sorry if this kind of questions are not allowed, tried to scroll trough the forums without finding an answer to this problem my son is having in h..... More

Print this item

  How a Mac OS software can restart itself with admin permission in Python 3.7?
Posted by: Formationgrowthhacking - Sep-03-2020, 05:29 PM - Forum: General Coding Help - No Replies

**Environment**

Python 3.7

Mac OS Catalina 10.15

**Problem**


I am developing a software in python. I would like to distrib..... More

Print this item

  Fetch Oracle DB rows & print it in HTML file with table's col headers in table format
Posted by: tssr_2001 - Sep-03-2020, 04:41 PM - Forum: General Coding Help - Replies (1)

Hi All,

I am new to python. I am using Python 3.6 in Spyder on Windows OS.

Can you please guide on how to achieve the below one's, I need to fet..... More

Print this item

  ValueError: time data 'None' does not match format '%Y-%m-%dT%H:%M:%S.%f'
Posted by: rajesh3383 - Sep-03-2020, 04:01 PM - Forum: General Coding Help - Replies (4)

For the node 'TransactionDate' i have a logic before updating it for policy"POL000002NGJ". The logic i am trying to implement is If existing 'Transact..... More

Print this item

  Python MySQL
Posted by: ogautier - Sep-03-2020, 03:54 PM - Forum: General Coding Help - No Replies

Hello,

Actually I'm using Centos 8 + Python 3.6.8 and I want to know if there is a way to statr MySql Server from Python?

Best Regards,

Orlan..... More

Print this item

  how to render TAB in pygame
Posted by: lightframe109 - Sep-03-2020, 01:52 PM - Forum: Game Development - Replies (1)

Hi,

I'm using pygame to build a screen, which has some system information on it.
The text I am printing on screen contains a TAB (\t).
When I run..... More

Print this item

  How to make a list of values from a dictionary list?
Posted by: faryad13 - Sep-03-2020, 01:27 PM - Forum: General Coding Help - Replies (2)

Hello Guys
Good day

I have a list with dictionaries inside:
L=[{'X': 2593.75}, {'X': 2457.42}, {'X': 2593.75}, {'X': 2457.42}] <class 'list'>

..... More

Print this item

  Trouble with converting list , dict to int values!
Posted by: faryad13 - Sep-03-2020, 11:04 AM - Forum: General Coding Help - Replies (7)

Hello guys
good day

I have a list of 4 points with x values:
[{'X': 2593.75}, {'X': 2457.42}, {'X': 2593.75}, {'X': 2457.42}] <class 'list'>..... More

Print this item

  Python prediction on historical data and/or external factors.
Posted by: pyrooky - Sep-03-2020, 08:59 AM - Forum: Homework - Replies (1)

Hi all,

I am posting for the first time to ask for guidance and i believe this forum section to be the most appropriate for my request.

I have b..... More

Print this item

  Trouble with reading csv file and putting it into a file
Posted by: Milfredo - Sep-03-2020, 08:17 AM - Forum: General Coding Help - Replies (3)

I am reading a csv file. I am then putting it into a dictionary and then trying to put the Dictionary into a list. Problem is, in the file I am readi..... More

Print this item

  A big for in for Loop!
Posted by: faryad13 - Sep-03-2020, 05:58 AM - Forum: General Coding Help - Replies (5)

Hello guys
good day
I have a list of near 10000 points with x,y,z coordinates and a fourth property which is 1 or 2 or 3 (let call it p).
The point..... More

Print this item

  Array
Posted by: Aussie - Sep-03-2020, 04:06 AM - Forum: General Coding Help - Replies (2)

Hi, I want to print the sample values to a csv file.
The code below does create a file and prints to it.

Though I want the "value" part of the wri..... More

Print this item

  head()
Posted by: d8a988 - Sep-02-2020, 09:32 PM - Forum: Data Science - Replies (4)

the command 'head()' only partially displays the excel file I am dealing with.
How do I display the whole file?

these lines
[python]
data=pd.re..... More

Print this item

  'python setup.py bdist' gets error on 'compiler_flags'
Posted by: 1780yz - Sep-02-2020, 09:17 PM - Forum: General Coding Help - No Replies

On Windows, I've successfully compiled source code of Python-3.6.12. When trying to build distribution, I got the following error complaining about co..... More

Print this item

  tic-tac-toe with a computer player
Posted by: Clunk_Head - Sep-02-2020, 08:30 PM - Forum: Code sharing - Replies (1)

Seeing the recent tic-tac-toe thread in general programming made me curious about writing tic-tac-toe with a computer player. Here is the result:
[py..... More

Print this item

  dice roller with tkinter
Posted by: g0g0g1g - Sep-02-2020, 08:07 PM - Forum: Homework - Replies (5)

i am using tkinter to make my dice roller code look more appealing. i have gotten tkinter to display a roll button that works on the shell but in the ..... More

Print this item

  How to add date and years(integer) to get a date
Posted by: NG0824 - Sep-02-2020, 07:22 PM - Forum: General Coding Help - Replies (4)

I am trying to add years in integer form in date to get final output as date. Could anyone help with syntax.

Print this item

  error in class
Posted by: non_name092 - Sep-02-2020, 05:07 PM - Forum: General Coding Help - Replies (1)

[python]class Student():
def __init__(self, name, CNE, Level ):
self.name=name
self.CNE=CNE
self.Level=Level
def ..... More

Print this item

  How to create db table with SQLite and SQLAlchemy??
Posted by: marcello86 - Sep-02-2020, 01:21 PM - Forum: General Coding Help - Replies (1)

Hi all I need urgent help I have been stuck on this for days!
I'm trying to create a table in an existing db with SQLAlchemy/SQLite where I have to s..... More

Print this item

  Why is first argument sometimes rows and sometimes columns?
Posted by: Mark17 - Sep-02-2020, 01:15 PM - Forum: General Coding Help - Replies (1)

I can do this:

# creating a value with all null values in new data frame 
new["Null Column"]= None
In this example, the fi..... More

Print this item

  svm script
Posted by: falahfakhri - Sep-02-2020, 11:29 AM - Forum: General Coding Help - Replies (3)

Dear All the following svm script, gives the error (raise IOError("Cannot understand given URI: %s." % uri_r),

Would you please to show me where is ..... More

Print this item

  Method not printing total or average
Posted by: SephMon - Sep-02-2020, 09:54 AM - Forum: General Coding Help - Replies (2)

The list is populated with user input but it doesn't print out the total when it sums all the numbers or average of list


[python]list = []
total..... More

Print this item

  How can I count values between range dates ?
Posted by: Eidrizi - Sep-02-2020, 07:03 AM - Forum: General Coding Help - Replies (2)

Hello everyone,

This is my first post in Forum Python, I am new at this so please bear with me.

I have this Code which I am trying to get result..... More

Print this item

  Best way(s) to organize and use "global" values?
Posted by: pjfarley3 - Sep-02-2020, 05:10 AM - Forum: General Coding Help - Replies (6)

When writing some applications (e.g., games), one ends up having perhaps dozens or even hundreds of "global" values, of several types:

1. Predefine..... More

Print this item

  Still Stumped
Posted by: Milfredo - Sep-02-2020, 03:46 AM - Forum: General Coding Help - Replies (2)

I have watched a couple of videos and still stumped. The calc_value variable get assigned a number and I print it out and it is fine. But when I try a..... More

Print this item

  How could i change the python interpreter path of os.system()
Posted by: 12019202386 - Sep-02-2020, 03:44 AM - Forum: General Coding Help - Replies (2)

print(sys.executable) ==> /opt/tools/anaconda3/bin/python3
but
os.system("which python") ==> /usr/bin/python

How could i change the python interp..... More

Print this item

  How do I write a single 8-bit byte to a file?
Posted by: MysticLord - Sep-02-2020, 03:40 AM - Forum: General Coding Help - Replies (2)

Here's testfile.csv, where I'm storing values for my script to interact with.
[code]testfile.bin,0,0102030405
testfile.bin,16,060708090A
testfile.b..... More

Print this item

  merge excel
Posted by: pagara - Sep-02-2020, 02:51 AM - Forum: General Coding Help - Replies (1)

Hi

I want to merge and filter 2 excel sheets. They have different columns and one unique id.

I would want to leave other columns from these diff..... More

Print this item

  read python running terminal all text
Posted by: rafiqulalam - Sep-02-2020, 02:43 AM - Forum: News and Discussions - No Replies

I want to read the terminal text when running python script(for normal python script and for django python script) without writing to any file.
Secon..... More

Print this item

  print scripts example includes comma that seems to serve no purpose
Posted by: flour_power_33 - Sep-02-2020, 02:27 AM - Forum: General Coding Help - Replies (5)

In [1]: print('Enter two integers, and I will tell you',
...: 'the relationships they satisfy.')
Enter two integers, and I will tell you the rela..... More

Print this item

  New in Python. Have question on my code.
Posted by: ztx19981023 - Sep-02-2020, 02:18 AM - Forum: General Coding Help - Replies (2)

The problem is i have to print out the average length of words in each lines in a txt documents.

My code so far: i know how to count the number in..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Why Assignment Help Austr... 54 minutes ago James87 James87 General Codin...
  Law Assignment Help 1 hour ago lawwriters lawwriters News and Disc...
  Using Python to SSH and R... 4 hours ago justaguy SprunkiRetake Networking
  My goal to be hired worki... 7 hours ago GnomeSweetGnome GnomeSweetGnome News and Disc...
  extracting data from a us... Yesterday, 13:49 Perry DeaD_EyE General Codin...
  [Tkinter] how to export a... Yesterday, 03:45 RonR Pedroski55 GUI
  Is the interpreter that c... Yesterday, 01:04 helendamdam helendamdam General Codin...
  pip install requests does... 09-24, 14:48 misodca DeaD_EyE General Codin...
  Creating a Mindmap progra... 09-23, 12:00 J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... 09-23, 09:08 compuman145 compuman145 General Codin...
  A coding beginner needs h... 09-23, 03:29 Littlefish Littlefish General Codin...
Most views
  The best Prog... 576943
  Tutorial Requ... 499590
  Web Scraping ... 440713
  Newbie with P... 384687
  New Users Int... 368698
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12088
buran 8176
snippsat 7367
deanhystad 6895
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
James87 Today
lawwriters Today
SprunkiRetake Today
GnomeSweetGnome Yesterday
alxpetrovo2272 Yesterday

User Panel Messages

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