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,308
» Latest member: NeoQuant
» Forum threads: 38,801
» Forum posts: 175,919

Full Statistics

Online Users
There are currently 50 online users.
» 1 Member(s) | 43 Guest(s)
Bing, Google, AOL, Applebot, Mojeek, snippsat

Latest Threads
Python compiler
Forum: General Coding Help
Last Post: NeoQuant
1 hour ago
» Replies: 0
» Views: 13
Trading Risk management s...
Forum: Code sharing
Last Post: NeoQuant
1 hour ago
» Replies: 5
» Views: 44
Standard template Data En...
Forum: Code Review
Last Post: Hosthubac
3 hours ago
» Replies: 0
» Views: 22
No new line from print in...
Forum: General Coding Help
Last Post: snippsat
8 hours ago
» Replies: 8
» Views: 220
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
Today, 07:39 AM
» Replies: 3
» Views: 11,105
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 10:44 AM
» Replies: 4
» Views: 189
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 04:44 AM
» Replies: 8
» Views: 713
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,829
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 178
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 153

 
  Help with code Kivy/Python
Posted by: Couzer - Oct-04-2018, 03:19 PM - Forum: GUI - Replies (1)

Hello everyone, I need a help, I do not understand why when I run the following code the screen appears only black. Can someone give me a hand?

I'm..... More

Print this item

  Import Error
Posted by: Bravoseeker - Oct-04-2018, 02:03 PM - Forum: General Coding Help - Replies (3)

I wanted to import maketrans from string module but the interpreter keeps throwing Import Error for me. Please help.[error]Traceback (most rece..... More

Print this item

  Bulk Insert into SQL Server without a file
Posted by: rsouza - Oct-04-2018, 02:02 PM - Forum: Data Science - No Replies

Hi!

I'm trying to do something similar to this funcion in C#

SqlBulkCopy.WriteToServer(DataTable)

It does a bulk insert into S..... More

Print this item

  not not working looping through a dictionary
Posted by: rtbr17 - Oct-04-2018, 01:28 PM - Forum: General Coding Help - Replies (2)

[python]
peoples = ['jen', 'sarah', 'edward', 'phil', 'jeff', 'cara', 'ben', 'adam', 'larry']
favorite_languages = {
'jen' : 'python',
'sa..... More

Print this item

  Installing Tensorflow-GPU Help
Posted by: junzhi - Oct-04-2018, 11:50 AM - Forum: Data Science - Replies (1)

When using MSBuild to build the whl file to activate my tensorflow installation, I have encounter some problems... Any experts here can help me with m..... More

Print this item

  Making my own physics formula
Posted by: Jemeronimo - Oct-04-2018, 11:32 AM - Forum: Homework - Replies (1)

[align=left]Hey guys!

For an assignment for school I want to put this formula in python. For me it's pretty hard and I'm not sure if it can be done..... More

Print this item

  get number of unread emails + email text
Posted by: Pedroski55 - Oct-04-2018, 08:40 AM - Forum: General Coding Help - Replies (3)

I am looking at using Python to access email.

Following this code I was surprised to find, it..... More

Print this item

  ordered_dict help
Posted by: flyflybutterfly - Oct-04-2018, 05:46 AM - Forum: Homework - Replies (1)

Hi guys,

I'm super new to coding and practically clueless. One of my homework requires me to work with large data files and we have to convert the..... More

Print this item

  Any other Scala users here?
Posted by: micseydel - Oct-04-2018, 12:42 AM - Forum: Bar - Replies (2)

This is a longshot but are there any other Scala users here? Seems unlikely but I've seen other functional languages mentioned and I think we lost con..... More

Print this item

  Issue with inheritance
Posted by: Danieltr - Oct-04-2018, 12:27 AM - Forum: Data Science - Replies (4)

Hi All,

I have inherited some code and am in the process of familiarizing myself with it I have gotten stuck. When Trying to the run the code I ge..... More

Print this item

  Need help with a script (indentation)
Posted by: Fresh_Coder - Oct-04-2018, 12:11 AM - Forum: General Coding Help - Replies (6)

Hi.

Im setting up my raspberry pi for mailbox alert(push notification to my phone), and have problems with a python / pyrowl script.
Can someone help..... More

Print this item

  Test post
Posted by: Larz60+ - Oct-03-2018, 10:12 PM - Forum: Bar - No Replies

Having trouble posting!
Appears to be working now. Must gave been an internet glitch.

Print this item

  Update vs copy methods
Posted by: jankislinger - Oct-03-2018, 09:29 PM - Forum: Data Science - Replies (4)

I am pretty new to python and I have a question regarding best practices that I didn't find an answer for. The problem is simple: you have a class tha..... More

Print this item

  Updating dictionary values
Posted by: Sukumar - Oct-03-2018, 09:27 PM - Forum: General Coding Help - Replies (2)

I have a dictionary which looks like

 global_dict = {'GET': [1, 0, 0], 'POST': [1, 0, 0], 'PUT': [1, 0, 0], 'DELETE': [1, 0, 0]} 
..... More

Print this item

  Barplots
Posted by: Jack2 - Oct-03-2018, 08:33 PM - Forum: Data Science - Replies (1)

I'm trying to create horizontal and vertical bar plots. Below is my code. However, pressing "return" after the first plot command (line 3 of the code)..... More

Print this item

  Humble Book Bundle
Posted by: nilamo - Oct-03-2018, 07:53 PM - Forum: News and Discussions - No Replies

Lots of solid books in this one.
Clojure for the Brave and True is highly regarded.
Learn You a Haskell for Great Good is one I hear good things abo..... More

Print this item

  blocking presidential alert
Posted by: metulburr - Oct-03-2018, 06:29 PM - Forum: Bar - Replies (27)

So i just got this stupid alert from dumbass on Android. I am now on a mission to try to disable it. Is there anyway to get into Android if you rooted..... More

Print this item

  Strange issue
Posted by: Irhcsa - Oct-03-2018, 05:20 PM - Forum: General Coding Help - Replies (1)

So I have been using pyautogui for a while now. For some reason today when I try to run any of my programs that contain pyautogui, the program opens, ..... More

Print this item

  How to release control of file
Posted by: jmair - Oct-03-2018, 05:18 PM - Forum: General Coding Help - Replies (2)

I'm able to send an email with the script below just fine, but when it's grabbing the attachment it's doesn't close the connection to the file. Can so..... More

Print this item

  Connect 4 problem
Posted by: Darbandiman123 - Oct-03-2018, 04:58 PM - Forum: General Coding Help - Replies (1)

Hello, i am coding a connect 4 code(currently unfinished) and have encountered a problem. If you run the code and keep entering the same number, it s..... More

Print this item

  Prevent Variable Referencing
Posted by: Th3Eye - Oct-03-2018, 04:48 PM - Forum: General Coding Help - Replies (4)

I don't know how to explain it very well, but I've been trying to figure this out for a few days and I haven't had any luck with fixing it.

The fol..... More

Print this item

  TensorFlow problem in Object Detection
Posted by: yksingh1097 - Oct-03-2018, 03:45 PM - Forum: Data Science - Replies (1)

Hi readers,
I was working on Object Detection Application. The source code for which is available on GitHub.
Solved a lot but now left with these issu..... More

Print this item

  How to use errno?
Posted by: bkpsusmitaa - Oct-03-2018, 03:30 PM - Forum: General Coding Help - Replies (12)

i have searched the internet and found 50 code examples for errno here:
(1) Python [url=https://python-forum.io/thread-13197.html]..... More

Print this item

  How to test if an input is any number?
Posted by: wlsa - Oct-03-2018, 02:58 PM - Forum: Homework - Replies (2)

This isn't a required part of a program, but I wanted to learn how to do this so I don't break my program everytime I input an incorrect value. I trie..... More

Print this item

  Buttons in PyGame
Posted by: mzmingle - Oct-03-2018, 12:45 PM - Forum: Game Development - Replies (4)

Hi guys,

I'm doing my A Level computing project currently. Although I am aware it is more difficult to create a GUI on PyGame compared to, for inst..... More

Print this item

  Tell me the way
Posted by: Filyuk - Oct-03-2018, 12:38 PM - Forum: Homework - Replies (4)

I'm not a programmer, but I want to write a formula calculation program
there is a table (see figure) from which it is necessary to find the value by..... More

Print this item

  pymysql: formating ouput of query
Posted by: wardancer84 - Oct-03-2018, 12:06 PM - Forum: General Coding Help - Replies (18)

i need to compare/diff two lists, one comes from an csv file the other from a mysql query. problem is, they have slightly different formatting.

csv..... More

Print this item

  Projects for Beginners
Posted by: WeiLong - Oct-03-2018, 11:02 AM - Forum: News and Discussions - Replies (4)

Hi, may I ask if any of you have any project recommendations for beginners? I want to practice and hone my skills in Python. Would really appreciate i..... More

Print this item

  package import issues
Posted by: groovydingo - Oct-03-2018, 10:53 AM - Forum: General Coding Help - Replies (4)

Hi all,

I am a little Stuck!
I have successfully imported the package COLORAMA onto my system.
I have a test program that I have be..... More

Print this item

  Unable to disable creation of __pycache__ and .pyc files
Posted by: kpyeri - Oct-03-2018, 10:09 AM - Forum: General Coding Help - Replies (1)

When I install a package using pip, I would like to disable the creation of __pycache__ folders and .pyc files. I tried option -B with python and --no..... More

Print this item

  "invalid syntax" for no apparent reason
Posted by: wardancer84 - Oct-03-2018, 09:07 AM - Forum: General Coding Help - Replies (2)

i'm a littel stuck here, i get the mentionded error but i can not see why.

code:

[python]
#!/usr/bin/env python

'''
populates ansible inve..... More

Print this item

  subprocess error : The system cannot find the file specified
Posted by: evilcode1 - Oct-03-2018, 08:04 AM - Forum: General Coding Help - No Replies

hey all ...

i writing a code to check the windows titles and look for browser google if he found it take a variable from list and run this command ..... More

Print this item

  Email Notification
Posted by: mbelfortas - Oct-03-2018, 07:05 AM - Forum: General Coding Help - Replies (1)

Hi
i am new in this forum and python
how to set code in python that can help me to verify file (txt or xls) item by item (if qte-reel <= stock-min), s..... More

Print this item

  About updates and upgrades
Posted by: sylas - Oct-03-2018, 05:22 AM - Forum: Bar - Replies (9)

Hi all ! I should like very much someone explains to me updates and upgrades.I see 2 cases:
1st deletes the whole old and then installs the new.
2d ..... More

Print this item

  identifying a dictionary with an attribute?
Posted by: Skaperen - Oct-03-2018, 02:51 AM - Forum: General Coding Help - Replies (7)

i will have a dictionary of objects. each object will have some key that identifies it in the big dictionary. the objects are dictionaries, too (so ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Python compiler 1 hour ago NeoQuant NeoQuant General Codin...
  Trading Risk management s... 1 hour ago NeoQuant NeoQuant Code sharing
  Standard template Data En... 3 hours ago Hosthubac Hosthubac Code Review
  No new line from print in... 8 hours ago Lou snippsat General Codin...
  Python Online Compiler Today, 07:39 alexmaxwell1 ichsanputr News and Disc...
  Python is not working on ... Yesterday, 10:44 lary_p noisefloor General Codin...
  Help with Serial.write in... Yesterday, 04:44 racingsubby Larz60+ General Codin...
  Can I develop a live vide... 11-27, 04:48 mtrkhan mamta25 Web Scraping ...
  silent deployment Python ... 11-26, 21:58 Bummibaer Larz60+ News and Disc...
  Proposal for PEP 11-26, 15:53 matt Gribouillis News and Disc...
  My regex function is not ... 11-26, 08:47 Moltar1997 perfringo General Codin...
Most views
  The best Prog... 579494
  Tutorial Requ... 512799
  Web Scraping ... 442362
  Newbie with P... 386395
  New Users Int... 381709
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+ 12113
buran 8196
snippsat 7393
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
NeoQuant Today
Hosthubac Today
ifdainstitute7 Today
MOHAMMAD_mk Today
virvainfotech Today

User Panel Messages

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