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,935
» Latest member: marineoman
» Forum threads: 38,721
» Forum posts: 175,503

Full Statistics

Online Users
There are currently 31 online users.
» 1 Member(s) | 25 Guest(s)
Bing, Google, AOL, AOL, Facebook, buran

Latest Threads
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:27 PM
» Replies: 2
» Views: 361
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
Sep-17-2025, 05:56 PM
» Replies: 9
» Views: 3,382
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 1,785
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 745
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 995
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,048
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,097
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 665
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 3,648
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,866

 
  help with game
Posted by: hammza - Oct-30-2017, 04:34 PM - Forum: Game Development - Replies (41)

hi every one Smile

I'm trying to make a game , i need help to make the bullet start from the ship

i don't know how to use coords

this is ..... More

Print this item

  Extracting clips from Aja Ki Pro FileRecorder
Posted by: underoathed - Oct-30-2017, 01:57 PM - Forum: General Coding Help - Replies (5)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  python3 on Mac OS X
Posted by: wyattbiker - Oct-30-2017, 12:31 PM - Forum: General Coding Help - Replies (3)

Hi just starting out on the Mac with python3. Need help in installing python3 correctly. It comes with python2 but no pip.

I just installed python3..... More

Print this item

  Comprehending a list comprehension!
Posted by: alidaf - Oct-30-2017, 09:58 AM - Forum: General Coding Help - Replies (4)

I have been given some example code that captures BLE broadcasts from beacons but there's a line that is really confusing me:

[python]data = [b for..... More

Print this item

  ModuleNotFoundError: No module named '_pywrap_tensorflow_internal'
Posted by: rajeev1729 - Oct-30-2017, 09:27 AM - Forum: Data Science - Replies (1)

Using TensorFlow backend.
[error]Traceback (most recent call last):
File "C:\Python 3.6.3\lib\site-packages\tensorflow\python\pywrap_tensorflow_in..... More

Print this item

  Working with files and dictionaries
Posted by: OmarSinno - Oct-30-2017, 08:46 AM - Forum: General Coding Help - Replies (1)

So,
[python]txt = open('testfile.txt','r')

d= {}

numLines = 0
#reading = txt.readlines()
read = txt.readline()
print(read)

for line in t..... More

Print this item

  Print func textbox instead of shell
Posted by: zykbee - Oct-30-2017, 06:30 AM - Forum: General Coding Help - Replies (1)

Can anyone help me print this simple function to a text box instead of the shell?
[python]
from tkinter import *
root = Tk()
root.geometry("800x800")
..... More

Print this item

  Manning pub. 50% off book sale
Posted by: Larz60+ - Oct-30-2017, 06:28 AM - Forum: News and Discussions - No Replies

Hello,

Code: HalloweenPB50 for 50% off any Manning paper book.

URL: https://www.manning.com/catalog

Print this item

  Recommendation for data structure
Posted by: muteboy - Oct-30-2017, 05:06 AM - Forum: General Coding Help - Replies (3)

Hi,
I'm self-teaching myself Python using examples and the excellent documentation.
My project is a program that uses a single random seed to genera..... More

Print this item

  PySerial Question
Posted by: PythonMan - Oct-30-2017, 03:59 AM - Forum: General Coding Help - Replies (2)

Hello,

I have installed PySerial and have been playing with its capabilities. I am somewhat new all around to Python as well as PySerial. I am loo..... More

Print this item

  Is inheritnace the only option
Posted by: QueenSvetlana - Oct-29-2017, 10:43 PM - Forum: General Coding Help - Replies (8)

I have a project I was working on in Java, and for fun, I decided to implement it in Python to see the amount of code and result. My requirements are ..... More

Print this item

  Clarification
Posted by: Hammuel - Oct-29-2017, 10:37 PM - Forum: General Coding Help - Replies (2)

This may seem like a stupid question.. But, I just started learning python today. And here is my dilemma, when coming across input I was confused as t..... More

Print this item

  Replacing variable in a split string and write new file python
Posted by: MyCode - Oct-29-2017, 07:44 PM - Forum: General Coding Help - Replies (1)

I need to open a modelica file, change a variable in a line
ex. parameter Modelica.SIunits.Height Hfsc = 3.7 "ground floor";
I need to change the Hf..... More

Print this item

  How to specify a Unicode character with Autokey keyboard.sendkeys()?
Posted by: ineuw - Oct-29-2017, 06:35 PM - Forum: General Coding Help - Replies (5)

I am attempting to send Unicode characters using Linux Autokey's 'keyboard.send_keys' command. The example below is for typing an mdash.
I am using ..... More

Print this item

  IndentationError: unexpected indent
Posted by: belikewater - Oct-29-2017, 06:09 PM - Forum: Homework - Replies (6)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  lz77 code
Posted by: Dob1 - Oct-29-2017, 04:37 PM - Forum: General Coding Help - Replies (2)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  No output from xlwings RunPython Macro
Posted by: branches - Oct-29-2017, 04:27 PM - Forum: General Coding Help - No Replies

I am attempting to use a basic example of xlwings. I have the following VBA script:

Sub Test()
RunPython ("import VBAtester; VBAtester.test()")
M..... More

Print this item

  Accept Multiple Lines of Input into a User Created File
Posted by: Bragger - Oct-29-2017, 04:15 PM - Forum: General Coding Help - No Replies

The problem starts when, from the terminal, as an example, the user cuts and pastes the following:

$thing1
thing2
thing3
thing4
...

When I o..... More

Print this item

  Problems installing Python - Failed to install MSI package
Posted by: Johnnyq70 - Oct-29-2017, 03:43 PM - Forum: General Coding Help - Replies (1)

Hello,
I am not sure if I have the correct forum so my apologize ahead of time if I do not.

I am trying to install a windows version of Python on..... More

Print this item

  import
Posted by: belikewater - Oct-29-2017, 02:59 PM - Forum: General Coding Help - Replies (1)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  When to decide whether or not to have an argument in a class method?
Posted by: JoeB - Oct-29-2017, 02:59 PM - Forum: General Coding Help - Replies (3)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Im embarresed to ask, but Im stuck
Posted by: Smelt - Oct-29-2017, 08:50 AM - Forum: GUI - Replies (5)

Im getting a NameError: name ' Application ' is not defined error. I want to create a simple GUI interface using tkinter for the first time. I would a..... More

Print this item

  unicode writer
Posted by: rollupstudios - Oct-29-2017, 08:42 AM - Forum: Code sharing - Replies (1)

Hi Pythonists,

I have written a unicode writer using Python for Tamil and Malayalam.

Link:
https://github.com/rollupstudios/UnicodeWriter/

P..... More

Print this item

  simple problem
Posted by: Mostafa6687 - Oct-29-2017, 08:21 AM - Forum: General Coding Help - Replies (1)

hey guys I've got a simple problem but it's so frustrating
I am trying to write a code to print all "bob" in this string and print the count at the ..... More

Print this item

  UDP FTP server
Posted by: msDirecti0n - Oct-29-2017, 04:59 AM - Forum: Networking - Replies (2)

This is an assignment where I have to create a basic FTP server using UDP and also implement some reliable data transfer.
Below is some code that I h..... More

Print this item

  Web Scraping help
Posted by: drzmdbp - Oct-29-2017, 04:35 AM - Forum: Web Scraping & Web Development - Replies (3)

[python]
import requests
from bs4 import BeautifulSoup

url = 'http://thefuckingweather.com/Where/10468'
url_get = requests.get(url)
..... More

Print this item

  How to convert python files from 32 bits tto 64 bits
Posted by: sylas - Oct-29-2017, 03:02 AM - Forum: General Coding Help - Replies (2)

Hi all! I bought a 64 bits PC and would like to transfer many files of my old 32 bits PC. Once I a am on my 64 bits PC, I suppose there is a file some..... More

Print this item

  Angle
Posted by: kripso - Oct-29-2017, 02:18 AM - Forum: General Coding Help - Replies (12)

Hi guys i would like to know how do i change angle of thhings i programed on mac? Becouse when im on windows computer i just type angle but that doesn..... More

Print this item

  3 Finance Python Exercises
Posted by: mmkthen - Oct-28-2017, 11:12 PM - Forum: Homework - Replies (2)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  CSV output problem
Posted by: chisox721 - Oct-28-2017, 08:38 PM - Forum: General Coding Help - Replies (7)

Hi guys-New Python user here. I enjoy working with basketball statistics and have realized I need to figure out a more efficient way to scrape data fr..... More

Print this item

  Can't understand how it works
Posted by: wavic - Oct-28-2017, 06:36 PM - Forum: News and Discussions - Replies (3)

Well, I started to learn kivy and have tried to build an Android app using buildozer. I run buildozer android debug with an error an..... More

Print this item

  Anaconda and other ways to run Python
Posted by: snippsat - Oct-28-2017, 06:16 AM - Forum: Python Installation and Execution - No Replies

This will mainly be about Anaconda and some other ways to run Python.
When i mention OS Python is from Python.org and tutorial for Windows [url=https..... More

Print this item

  Insert select
Posted by: UtiliseIT - Oct-28-2017, 04:45 AM - Forum: General Coding Help - Replies (1)

Hi,

What is the process of inserting some records based on a select statement? I am using PyMySql.

An example or link to tutorial would be great..... More

Print this item

  Executing a MySQL Stored Procedure with variable
Posted by: UtiliseIT - Oct-28-2017, 04:35 AM - Forum: General Coding Help - No Replies

Hi,

Newbie here just trying to get a simple insert SP that requires 1 parameter (called BrandandRetailer) with PyMySQL.

Cant quite get the syntax ri..... More

Print this item

  How to keep duplicates and remove all other items in list?
Posted by: student8 - Oct-28-2017, 03:09 AM - Forum: Homework - Replies (1)

I am trying to make a function that returns a new list where each item that appears an odd number of times in l is removed

For example,
A list li..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  C++ program embedding Pyt... Yesterday, 18:27 Alexandros Gribouillis General Codin...
  403 Error 09-17, 17:56 CaptainNewb CaptainNewb Web Scraping ...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  Another app idea - intera... 09-16, 07:07 decuser Lenowell News and Disc...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... 09-15, 15:28 Bona2000 Bona2000 General Codin...
  Select Python comment (#)... 09-14, 23:27 SpongeB0B Pedroski55 General Codin...
  data input while debuggin... 09-14, 15:32 fred1232 deanhystad General Codin...
Most views
  The best Prog... 576139
  Tutorial Requ... 497716
  Web Scraping ... 440085
  Newbie with P... 383897
  New Users Int... 366462
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+ 12089
buran 8174
snippsat 7367
deanhystad 6891
metulburr 5151
Top referrers
Googlepro 23
NonEntity 6
python 6
metulburr 6
buran 3
Newest members
marineoman Today
marineservice Today
bennyanderson482 Yesterday
AstoundzSEO Yesterday
tobey12 Yesterday

User Panel Messages

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