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,304
» Latest member: IFDA123
» Forum threads: 38,798
» Forum posts: 175,905

Full Statistics

Online Users
There are currently 100 online users.
» 0 Member(s) | 94 Guest(s)
Bing, Google, Twitter

Latest Threads
No new line from print in...
Forum: General Coding Help
Last Post: noisefloor
4 hours ago
» Replies: 3
» Views: 82
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
4 hours ago
» Replies: 4
» Views: 139
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
10 hours ago
» Replies: 8
» Views: 661
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Yesterday, 04:48 AM
» Replies: 6
» Views: 7,809
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 137
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 122
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Nov-26-2025, 08:47 AM
» Replies: 3
» Views: 207
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Nov-26-2025, 04:40 AM
» Replies: 6
» Views: 3,215
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Nov-25-2025, 02:50 AM
» Replies: 6
» Views: 315
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 205

 
  how to load large data into dataframe.
Posted by: sandy - Feb-01-2019, 06:19 PM - Forum: General Coding Help - No Replies

Hi All,

I am working on 1 GB Data pulling from database .I want to bring this data into dataframe and do some analysis. Due to huge data ,python ..... More

Print this item

  Timer class not working as expected.
Posted by: MuntyScruntfundle - Feb-01-2019, 06:04 PM - Forum: General Coding Help - Replies (4)

Hi folks.

From what I can find on how to compare dates, basically use the < and >, and how to put a class structure together, the following should ..... More

Print this item

  Class example -i don't understand the error
Posted by: sonedap - Feb-01-2019, 04:24 PM - Forum: Homework - Replies (9)

[python]class SuperClass:
def __init__(self, a1, a2):
self.attribute1 = a1
self.attribute2 = a2
def getAttribute1(self):
..... More

Print this item

  Importing module error
Posted by: walernor - Feb-01-2019, 04:16 PM - Forum: General Coding Help - Replies (5)

Hi everyone,

I stuck at a point in my code.

I have two files in a folder named gaming.py and char.py

These are some codes in gaming.py
[pyth..... More

Print this item

  run setup.exe from python script with special parameters
Posted by: asheru93 - Feb-01-2019, 03:11 PM - Forum: General Coding Help - No Replies

So I have an setup.exe that I want to execute from a python script. If i run it outside a python script so directly in the command line it works as ex..... More

Print this item

  Replacing list items
Posted by: dan789 - Feb-01-2019, 02:15 PM - Forum: General Coding Help - Replies (3)

Hello, this is what I have so far:

[python]value = 0.1
for k in range(len(self.my_list)):
self.my_list[k][1] = value * self.my_list[k][1][/python..... More

Print this item

  Getting a matolo
Posted by: gehrenfeld - Feb-01-2019, 01:23 PM - Forum: General Coding Help - Replies (2)

When I run this script everything works great.
When I change line glucose.append(row.scan) to glucose.append(row.hist)
I get the error..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  No new line from print in... 4 hours ago Lou noisefloor General Codin...
  Python is not working on ... 4 hours ago lary_p noisefloor General Codin...
  Help with Serial.write in... 10 hours ago racingsubby Larz60+ General Codin...
  Can I develop a live vide... Yesterday, 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...
  best way to learn python 11-26, 04:40 dutch ichsanputr News and Disc...
  data fetching for indian ... 11-25, 02:50 drakhsin Pedroski55 Web Scraping ...
  PyQt5 - Get a parameter f... 11-24, 14:18 Ninja2112 deanhystad GUI
  Brazil Python Help to aut... 11-21, 20:30 MileHigh303 MileHigh303 Jobs
Most views
  The best Prog... 579447
  Tutorial Requ... 512584
  Web Scraping ... 442318
  Newbie with P... 386371
  New Users Int... 380626
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 7390
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
IFDA123 Today
TimTom420 Yesterday
cruisesfares Yesterday
SNR Yesterday
Jonathan Yesterday

User Panel Messages

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