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,312
» Latest member: elizabethlittle6258
» Forum threads: 38,801
» Forum posts: 175,923

Full Statistics

Online Users
There are currently 28 online users.
» 0 Member(s) | 23 Guest(s)
Bing, Google, AOL, Mojeek, Facebook

Latest Threads
No new line from print in...
Forum: General Coding Help
Last Post: noisefloor
10 hours ago
» Replies: 11
» Views: 319
Python compiler
Forum: General Coding Help
Last Post: noisefloor
10 hours ago
» Replies: 1
» Views: 76
Trading Risk management s...
Forum: Code sharing
Last Post: NeoQuant
Yesterday, 07:34 PM
» Replies: 5
» Views: 95
Standard template Data En...
Forum: Code Review
Last Post: Hosthubac
Yesterday, 05:51 PM
» Replies: 0
» Views: 53
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
Yesterday, 07:39 AM
» Replies: 3
» Views: 11,133
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Nov-28-2025, 10:44 AM
» Replies: 4
» Views: 207
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Nov-28-2025, 04:44 AM
» Replies: 8
» Views: 736
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,842
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 216
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 172

 
  Byte-Array
Posted by: okmog - Jun-13-2018, 11:58 AM - Forum: General Coding Help - Replies (3)

Hello,

I would like to assign hex values to a byte array, however for some values python assign letters to the array instead hex values.

For exa..... More

Print this item

  Error handling
Posted by: parthi1705 - Jun-13-2018, 11:57 AM - Forum: General Coding Help - No Replies

Error handling

Hi,
How to handle errors and exception in Python.
I have mixed columns in mytable with Integer and varchar in my sql database.
I..... More

Print this item

  which PyPI to use for file and directory operations?
Posted by: jollydragon - Jun-13-2018, 10:07 AM - Forum: GUI - Replies (2)

Please help suggest which PyPI can be the best for the purpose below:
I want to create a graphic UI, there's a button to find a correct path, then re..... More

Print this item

  Hex-STRING to ip address
Posted by: anna - Jun-13-2018, 09:50 AM - Forum: General Coding Help - Replies (3)

Hi All,

facing difficulties, below is my snmpwalk output, need to convert hex-string to IP address

[inline]SNMPv2-SMI::experimental.37.1.6.1.1.6..... More

Print this item

  lambda-Amazon EC2:Remove instance termination protection if enabled and terminate ins
Posted by: dragan979 - Jun-13-2018, 09:48 AM - Forum: General Coding Help - No Replies

I have following task:

1.Check if the instance has a tag "Terminate_On"

If yes:

2.Check if the instance should be terminated today

If yes:..... More

Print this item

  Triangular matrix
Posted by: paul - Jun-13-2018, 09:41 AM - Forum: Data Science - Replies (5)

Hi everyone

I want to fill the lower part of a matrix with an input vector but i got problems

[python]for i in range(1,len(variable)):
for ..... More

Print this item

  for any loop _ want to know which matches
Posted by: 3Pinter - Jun-13-2018, 05:36 AM - Forum: General Coding Help - Replies (8)

Guys,

Fairly new to python so for sure could use your expertise!

I have two lists, I want to check if the first list has values which match (par..... More

Print this item

  Chinese python
Posted by: Skaperen - Jun-13-2018, 04:12 AM - Forum: Bar - Replies (1)

Chinese python: http://www.chinesepython.org/

Print this item

  which code works?
Posted by: Skaperen - Jun-13-2018, 03:18 AM - Forum: News and Discussions - Replies (4)

don't cheat and try to run these. the question applies to Python version 2 or 2.7 or 2.7.whatever. which of these works ..... More

Print this item

  the lines command
Posted by: Skaperen - Jun-13-2018, 02:44 AM - Forum: Bar - No Replies

the "lines" command has 3 or more arguments, start, end, name of file, and optionally more files. if giv..... More

Print this item

  3rd Party Modules - Installing
Posted by: martyl - Jun-13-2018, 01:46 AM - Forum: General Coding Help - Replies (9)

Dear all,

I tried to download + install some 3rd party Python modules* using PIP, but everyone of the them failed.
It is really frustrating to ins..... More

Print this item

  PEP Book/Download
Posted by: vtripat - Jun-12-2018, 11:33 PM - Forum: News and Discussions - Replies (4)

Is there ever going to be a PEP printed book available (with semi-annual/annual updates) or even a download option of all PEP files?

Print this item

  Error setting up pygame
Posted by: wazee - Jun-12-2018, 10:58 PM - Forum: Game Development - Replies (10)

Hi,
I am new to Python. I got it installed and worked with Netbeans. However I cannot get pygame to work. When I compile I got the following error:..... More

Print this item

  Need help with "IndentationError: expected an indented block"
Posted by: hequ - Jun-12-2018, 09:16 PM - Forum: Homework - Replies (3)

Hello!
Since python has a min(array) command I tried to make one manually. However I ran into a problem. Here is my code (file name is "listan.minimi..... More

Print this item

  best way to transfer databases from old version of PostgreSQL to new version
Posted by: Larz60+ - Jun-12-2018, 09:11 PM - Forum: Bar - Replies (3)

I haven't done this in a while, but just upgraded my PostgreSQL and now have to move all database stuff from the old version to the new.
I can't even..... More

Print this item

  Python not saving output file from script
Posted by: shaanali - Jun-12-2018, 08:03 PM - Forum: Data Science - Replies (1)

Need help understanding why my Python script is not saving an output file in the designated folder. Please let me know if you have any recommendations..... More

Print this item

  Pip command issues in windows
Posted by: golmolbandar - Jun-12-2018, 07:27 PM - Forum: General Coding Help - Replies (1)

I have installed pip and python 3.6 and wanted to install pytest and allure

but no command with pip works in my cmd (windows 7 - used as an admin)

c..... More

Print this item

  Python Developer ( Contract , Edinburgh)
Posted by: Cmac1261 - Jun-12-2018, 07:25 PM - Forum: Jobs - Replies (1)

Evening all,

I am currently looking to speak to Python developers who would be interested in an initial 6 month contract working with one of the fa..... More

Print this item

  Won't open from desktop
Posted by: st3m0n - Jun-12-2018, 07:00 PM - Forum: General Coding Help - Replies (4)

I'm using python 3.6.5 to learn programming, and have come across a bit of a problem with my most recent lesson. The objective of the lesson is to cre..... More

Print this item

  Python Directory Error - Please help
Posted by: shaanali - Jun-12-2018, 05:58 PM - Forum: Data Science - Replies (2)

[python]import pandas as pd

folder_path = 'T:\04. Testing\3. Wear Testing\TESTS\CKUW\180604 OP STRAPLESS\Survey Response Data\'
mapping_path = fol..... More

Print this item

  Jupyter error - 'The kernel appears to have died, it will restart automatically'
Posted by: meganhollie - Jun-12-2018, 05:55 PM - Forum: General Coding Help - Replies (5)

I'm running python in a jupyter notebook, and it keeps crashing and giving me this error message. This is code I ran successfully last week! I haven't..... More

Print this item

  CSV file challenges
Posted by: catbend - Jun-12-2018, 05:54 PM - Forum: General Coding Help - No Replies

Hello, new to python programming but have an assignment that I have completed 99% of the requirements. The last part is driving me crazy--I have goog..... More

Print this item

  Help with pop-up
Posted by: jsteg1981 - Jun-12-2018, 05:40 PM - Forum: Web Scraping & Web Development - Replies (3)

Hey all!

First I'd like to start by saying that I am EXTREMELY new to coding so I apologize for my sloppy code.

I am creating a script to log in..... More

Print this item

  Scramble and Interleave in Python
Posted by: dsaks - Jun-12-2018, 05:07 PM - Forum: Homework - Replies (5)

Hello, I am struggling to answer the second part of this question that requires a scramble and an interleave. The description of the exercise is below..... More

Print this item

  converting from c# to python
Posted by: peper - Jun-12-2018, 04:15 PM - Forum: General Coding Help - Replies (1)

Hi im new into python so i need ask few things
how do i use declarations in python, for example , in C you can use [quote]void str(FILE *fp, int x){[..... More

Print this item

  multiple lines
Posted by: jenya56 - Jun-12-2018, 03:31 PM - Forum: General Coding Help - Replies (4)

Quick question. So in my batch file I have something like -par $var1=100 -par $var2=1000. I was wondering if I could do this in the loop using python...... More

Print this item

  Python & Azure Log Analytics
Posted by: SitoRBJ - Jun-12-2018, 01:38 PM - Forum: General Coding Help - No Replies

Greetings to all,

The first thing is to thank you for spending your time reading to me.

I'm developing a script in Python that connects to the..... More

Print this item

  ImportError: numpy.core.multiarray failed to import
Posted by: Nimya - Jun-12-2018, 10:30 AM - Forum: Data Science - Replies (3)

$ python -c 'import numpy; print(numpy.__file__)'

/usr/local/lib/python2.7/dist-packages/numpy/__init__.pyc

$ pip show numpy

Name: numpy

V..... More

Print this item

  Need help to make a server/client for DNS
Posted by: Eddie05 - Jun-12-2018, 09:40 AM - Forum: Networking - Replies (1)

https://ibb.co/mQomFJ server script
https://ibb.co/mCqSNy client script

Print this item

  Lead Python Developer - Project Review
Posted by: AndyZ - Jun-12-2018, 08:22 AM - Forum: Jobs - Replies (2)

Hi all,

We are currently building an online jobs marketplace using Python / Django / React...

To help us we have engaged a company in Poland. Th..... More

Print this item

  How to show and hide tkinter entry box when select yes from drop down
Posted by: Prince_Bhatia - Jun-12-2018, 06:10 AM - Forum: GUI - Replies (1)

Hi,

i have created an entry form for personal use using tkinter. Now i want to add a function in it that when yes if select from drop down show ent..... More

Print this item

  pytest-html report customize
Posted by: manoj - Jun-12-2018, 05:39 AM - Forum: General Coding Help - Replies (4)

Hi everyone,


I am able to generate HTML report of my test suite using pytest-html but the problem here is, it is showing all the test class repor..... More

Print this item

  Where is the error?
Posted by: MRX - Jun-12-2018, 04:33 AM - Forum: General Coding Help - Replies (1)

hello, i just wanna complete my program. But i don't know where the problem is...
i am using python 3.4.4
can u help me, please...

below is the code ..... More

Print this item

  Feedback on my first program?
Posted by: jibby - Jun-12-2018, 04:20 AM - Forum: Code sharing - Replies (6)

Hi. I've been using free online resources the past few days to learn Python and I was practicing what I had learned so far when I wrote this program, ..... More

Print this item

  Pypy installation in Windows 10
Posted by: Frankie - Jun-12-2018, 03:52 AM - Forum: Data Science - Replies (2)

I want to install Pypy to my 64-bit Windows 10

I am now using Python 3.6.

First, I downloaded the zip file from the official website.

Second,..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  No new line from print in... 10 hours ago Lou noisefloor General Codin...
  Python compiler 10 hours ago NeoQuant noisefloor General Codin...
  Trading Risk management s... Yesterday, 19:34 NeoQuant NeoQuant Code sharing
  Standard template Data En... Yesterday, 17:51 Hosthubac Hosthubac Code Review
  Python Online Compiler Yesterday, 07:39 alexmaxwell1 ichsanputr News and Disc...
  Python is not working on ... 11-28, 10:44 lary_p noisefloor General Codin...
  Help with Serial.write in... 11-28, 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... 579514
  Tutorial Requ... 512994
  Web Scraping ... 442378
  Newbie with P... 386403
  New Users Int... 381792
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 7394
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
elizabethlittle6258 Today
StepanVoronin Today
QABOB Today
adityaN Today
NeoQuant Yesterday

User Panel Messages

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