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,656
» Latest member: Anouar
» Forum threads: 37,401
» Forum posts: 169,962

Full Statistics

Online Users
There are currently 375 online users.
» 1 Member(s) | 368 Guest(s)
Bing, Facebook, Google, Yandex, Applebot, kucingkembar

Latest Threads
How to edit Tkinter Minim...
Forum: General Coding Help
Last Post: kucingkembar
3 minutes ago
» Replies: 6
» Views: 79
Why am I getting this err...
Forum: General Coding Help
Last Post: Pedroski55
22 minutes ago
» Replies: 2
» Views: 49
TypeError: '>' not suppor...
Forum: Data Science
Last Post: Anouar
1 hour ago
» Replies: 0
» Views: 33
using mutable in function...
Forum: General Coding Help
Last Post: snippsat
1 hour ago
» Replies: 3
» Views: 166
How To Make A PyQt5 Progr...
Forum: GUI
Last Post: menator01
8 hours ago
» Replies: 1
» Views: 102
ModulNotFoundError matplo...
Forum: General Coding Help
Last Post: deanhystad
9 hours ago
» Replies: 1
» Views: 78
Problem Converting Tradin...
Forum: General Coding Help
Last Post: kralxs
Yesterday, 07:40 PM
» Replies: 0
» Views: 96
New on python. Needs help...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 06:47 PM
» Replies: 1
» Views: 106
Can provide python tutori...
Forum: Jobs
Last Post: carellapansullon
Yesterday, 05:00 PM
» Replies: 1
» Views: 200
Win or Loss Prediction
Forum: General Coding Help
Last Post: ksasi2k3
Yesterday, 01:46 PM
» Replies: 4
» Views: 199

 
  Acessing USB HUB
Posted by: Crespo94 - Feb-01-2019, 12:27 PM - Forum: Networking - Replies (1)

Hey guys!

I am working on a project which deals with coupling oscillator circuits and I'm connecting 2 Arduinos to a USB Hub and each of them are r..... More

Print this item

  how to filter data in below code
Posted by: gauravji - Feb-01-2019, 11:46 AM - Forum: General Coding Help - Replies (1)

TRACK_ID 3
POINT_NUM 43
372 216.535095 45.401947 9.129066e+00
373 219.860291 46.022030 9.161662e+00
374 223.982086 47.413708 8.663594e+00
37..... More

Print this item

  Import Library but Download first?
Posted by: OscarBoots - Feb-01-2019, 10:10 AM - Forum: General Coding Help - Replies (15)

Hi,

Please help a newbie to understand how to access libraries.

I've practised with some code & used the import 'xxxxx'.

I'm curious to know ..... More

Print this item

  How to ignore - ERROR: The system was unable to find the specified registry key or va
Posted by: asheru93 - Feb-01-2019, 10:04 AM - Forum: General Coding Help - Replies (9)

[python]
def isAlreadyInstalled(lookupRegistryKey):
consoleLines = os.popen('reg query "' + APP_REGISTRY_KEY + "\\" + VERSION_SYSTEM_NAME + '"')..... More

Print this item

  Pasting multiple images on to one image with a for loop.
Posted by: DreamingInsanity - Feb-01-2019, 09:55 AM - Forum: General Coding Help - Replies (2)

Using PIL I want to paste multiple images (currently the same, later all different) on to a single image.

I have tried this:
[python]import PIL
..... More

Print this item

  assign the variable to every value received serial from Arduino
Posted by: barry76 - Feb-01-2019, 07:07 AM - Forum: General Coding Help - Replies (4)

Hi, I am continuously getting the output of the temperature sensor from Arduino is like

28.92
64.26
93.77
and I want to assig..... More

Print this item

  testing if open to a terminal
Posted by: Skaperen - Feb-01-2019, 04:48 AM - Forum: General Coding Help - No Replies

the "test" command on Unix/Linux/Posix systems does have a means to test if a specified file descriptor is is open to a terminal or not. it does it l..... More

Print this item

  Pthyon 3 question (newb)
Posted by: bennylava - Feb-01-2019, 01:00 AM - Forum: General Coding Help - Replies (11)

This is something from my python 3 lessons at CodeAcademy. As you can see there are two print functions. But if you remove the indentation from the se..... More

Print this item

  Tkinter grid columnspan being ignored
Posted by: mntfr - Feb-01-2019, 12:41 AM - Forum: GUI - Replies (6)

Hi so I am trying to create a table using grids and entrys in tkinter but my columnspan option is being ignored
[python]def table(list, system):
wi..... More

Print this item

  builtins.TypeError: a bytes-like object is required, not 'str'
Posted by: BigOldArt - Jan-31-2019, 10:46 PM - Forum: General Coding Help - No Replies

I am just getting started with python. Apologies if this is awkwardly presented

The syntax below worked in the python 2 embedded in SPSS. I am tryi..... More

Print this item

  loop to compare lists
Posted by: KHas - Jan-31-2019, 09:42 PM - Forum: General Coding Help - Replies (1)

Hello all,
I am trying to make a loop that compares many different lists to see if there is any overlap/matching elements in them. Once a match is ide..... More

Print this item

  XML file to multiple txt files in PYTHON
Posted by: ayjay516 - Jan-31-2019, 08:57 PM - Forum: Web Scraping & Web Development - Replies (1)

I have an XML document that I want to separate into separate .TXT files using Python and BeautifulSoup. The XML file has 99 sections that need to be s..... More

Print this item

  Talking Weather
Posted by: b4iknew - Jan-31-2019, 08:42 PM - Forum: Code sharing - No Replies

Hello all, just wanted to post my script. This is the first one I've written and I made it to use the system default voice to speak the weather info t..... More

Print this item

  Popen does not show part of the data
Posted by: Arkantr - Jan-31-2019, 08:29 PM - Forum: General Coding Help - Replies (6)

Hi! It's my code
[python]ommand_line = 'git log --oneline'
process = subprocess.Popen(command_line, shell=True, stdout=subprocess.PIPE, stderr=subproc..... More

Print this item

  Python Modules and Tutorials
Posted by: marienbad - Jan-31-2019, 07:58 PM - Forum: General Coding Help - Replies (1)

I would like to learn some more python beyond just pygame. Which modules would you recommend a beginner/intermediate learner learn, and which tutoria..... More

Print this item

  time counter
Posted by: Muhammad - Jan-31-2019, 07:31 PM - Forum: General Coding Help - No Replies

hi guys, please I need help on how I can count time on a video output.
im using:
opencv python
raspberry pi3b+

a sample of what I want is someth..... More

Print this item

  accessing Sybase (ASE and/or Anywhere) via ODBC... on Linux
Posted by: zatlas1 - Jan-31-2019, 06:48 PM - Forum: General Coding Help - No Replies

We have many Sybase databases of both flavors (ASE and Anywhere). For some reason, my boss insists on accessing them via ODBC (on Linux). I am able ..... More

Print this item

  Min/Max From Nested List
Posted by: snowman24 - Jan-31-2019, 05:03 PM - Forum: General Coding Help - Replies (7)

I have searched and found similar request but not able to nail it down. I have a nested list such as:

[python][[12, 16], [0, 18], [12, 20], [12, 24..... More

Print this item

  why my method doesn't find my List in the same class?
Posted by: Scorpio - Jan-31-2019, 04:59 PM - Forum: General Coding Help - Replies (2)

hello everybody,

I am begginner in python. I wrote the code under and I don't understand why I have the error you can find under

[python]from ra..... More

Print this item

  Ball bouncing down a ramp
Posted by: Envyiae - Jan-31-2019, 04:58 PM - Forum: Homework - Replies (2)

Hello, this is a homework assignment and I just dont understand much about python. If anyone can help get me in the right direction that would help a ..... More

Print this item

  Fixing indentation issues.
Posted by: MuntyScruntfundle - Jan-31-2019, 04:50 PM - Forum: General Coding Help - Replies (9)

Hi there.

I know this is an editor problem, not Python itself, but it's driving me nuts, it have have cropped up with other people and I'm interest..... More

Print this item

  Where can I find a quality game development company involved in the develolment of st
Posted by: Vandatra - Jan-31-2019, 04:33 PM - Forum: Jobs - Replies (1)

I am looking for a good game development company for my rts project. Any info and names are welcome.

Print this item

  iterate through a list with comparison of expression
Posted by: Alexandro - Jan-31-2019, 04:08 PM - Forum: General Coding Help - Replies (6)

Hello everybody,

I have a question about the lists.

How can I go through a list and compare the contents of the list and if it is correct then i..... More

Print this item

  File read right
Posted by: dew924 - Jan-31-2019, 03:38 PM - Forum: General Coding Help - Replies (2)

I want to print 1 to 10 numbers in console and write it in a file then read half of them and print it in console. Please help

Dew

Print this item

  Function for the Normal Loss Function L(z)
Posted by: Smelly - Jan-31-2019, 02:54 PM - Forum: Data Science - Replies (1)

I am pretty new to Python and my algorithm is working with the Normal loss function L(z)

L(z)=ϕ(z)−z(1−Φ(z))

I have "z" as an input and need "L(..... More

Print this item

  Something So Basic It is Embarrassing
Posted by: Newsome - Jan-31-2019, 02:36 PM - Forum: General Coding Help - Replies (6)

I am a brand new learner of python.

I created a text file named 'hello.py' and the content of the file is print('Hello'). It resides on my hard dr..... More

Print this item

  Extracting strings from an application
Posted by: jpringle1 - Jan-31-2019, 02:09 PM - Forum: General Coding Help - Replies (5)

I need a bit of handholding to get me started on a project i need to do for work (non-programming work, but if i can do this it will help me a lot).
..... More

Print this item

  If-Print statements on the same line
Posted by: ClassicalSoul - Jan-31-2019, 02:07 PM - Forum: General Coding Help - Replies (1)

How do you suggest I make it so that the two print statements are on the same line?

[python]ph = float(input('Enter ph:'))
if ph < 7.0
print(..... More

Print this item

  Default pip adress
Posted by: xxp2 - Jan-31-2019, 01:28 PM - Forum: General Coding Help - Replies (3)

hi everyone .. I try to change pip default proxy adress but i can't ..
How i can do that.. Thank you .

Print this item

  Python: if 'X' in 'Y' but with two similar strings as 'X'
Posted by: DreamingInsanity - Jan-31-2019, 09:32 AM - Forum: General Coding Help - Replies (6)

The title makes this really confusing. Hopefully it isn't.

In the title I used 'X' and 'Y'. 'X' is a string url: ..... More

Print this item

  Newbie to CS and Python, 2 questions
Posted by: johneven - Jan-31-2019, 07:16 AM - Forum: Homework - Replies (2)

Hello, I'm a newbie to CS and Python (i.e., 2 weeks)and have been doing fairly well so far, but I've been having trouble with the following questions...... More

Print this item

  HTTP Headers as constants in stdlib
Posted by: kirans - Jan-31-2019, 06:12 AM - Forum: Web Scraping & Web Development - Replies (9)

Hello everyone,
While working with HTTP headers in python, am usually faced with the situation of setting or requesting for some common header inform..... More

Print this item

  Python Read/Write serial
Posted by: dlizimmerman - Jan-31-2019, 03:12 AM - Forum: General Coding Help - No Replies

Learning to read/write serial using back to back USB to serial boards (X-cross TX & RX) started writing to a port and monitoring the other using Putty..... More

Print this item

  Connect a Teradata DB to Python
Posted by: OscarBoots - Jan-30-2019, 10:39 PM - Forum: General Coding Help - Replies (10)

Hi Forum,
I have 2 issues.
I want to do some work on some datasets that are in a Teradata DB so
1. I am trying to connect to it & run queries.
2...... More

Print this item

  Trying to include an If statement in my While Loop
Posted by: junkankit - Jan-30-2019, 10:22 PM - Forum: General Coding Help - Replies (3)

Hi,

I am trying to change some code from the following :
[python]# pizza

def pizza():
print("What toppings would you like on your pizza?..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  How to edit Tkinter Minim... 3 minutes ago kucingkembar kucingkembar General Codin...
  Why am I getting this err... 22 minutes ago Pedroski55 Pedroski55 General Codin...
  TypeError: '>' not suppor... 1 hour ago Anouar Anouar Data Science
  using mutable in function... 1 hour ago akbarza snippsat General Codin...
  How To Make A PyQt5 Progr... 8 hours ago rcwildabeast menator01 GUI
  ModulNotFoundError matplo... 9 hours ago WicardBohnam deanhystad General Codin...
  Problem Converting Tradin... Yesterday, 19:40 kralxs kralxs General Codin...
  New on python. Needs help... Yesterday, 18:47 jeromep deanhystad General Codin...
  Can provide python tutori... Yesterday, 17:00 Zahiba_Siddiqui carellapansullon Jobs
  Win or Loss Prediction Yesterday, 13:46 ksasi2k3 ksasi2k3 General Codin...
  Good way to ignore case w... Yesterday, 12:39 Winfried menator01 General Codin...
Most views
  The best Prog... 413524
  Web Scraping ... 304380
  Tutorial Requ... 293758
  Newbie with P... 251822
  Thread remain... 234085
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+ 11873
buran 8090
snippsat 7088
deanhystad 6218
metulburr 5150
Top referrers
Googlepro 20
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
Anouar Today
WillieNelson Today
JoshEdgar Today
pyry Today
WicardBohnam Yesterday

User Panel Messages

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