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,955
» Latest member: Jamirul
» Forum threads: 38,727
» Forum posts: 175,527

Full Statistics

Online Users
There are currently 48 online users.
» 2 Member(s) | 38 Guest(s)
Bing, AOL, Google, Facebook, AOL, DeaD_EyE, Gribouillis

Latest Threads
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
5 hours ago
» Replies: 2
» Views: 110
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
Today, 03:45 AM
» Replies: 3
» Views: 168
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Today, 01:04 AM
» Replies: 0
» Views: 356
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 02:48 PM
» Replies: 10
» Views: 29,408
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,411
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Sep-23-2025, 09:08 AM
» Replies: 0
» Views: 293
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Sep-23-2025, 03:29 AM
» Replies: 2
» Views: 742
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 947
403 error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 5,204
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,409

 
  Variable list
Posted by: Ivan86 - Aug-18-2018, 09:02 PM - Forum: General Coding Help - Replies (9)

Hi!

I'm brand new to python FYI.

I'm trying to create a text list with a changing variable on each line e.g.
[output]example001test001
example..... More

Print this item

  Programming (identifier, literal and function call)
Posted by: ledangereux - Aug-18-2018, 05:26 PM - Forum: Homework - Replies (5)

Hello

Im am learning Python with Coursera.
I run in to a problem. Everything was going well but now I did not receive the information I need to so..... More

Print this item

  How to make a list file in Python.
Posted by: punyashloke - Aug-18-2018, 02:54 PM - Forum: General Coding Help - Replies (2)

Hi,

I want to make a list file which will take all the file names started with "anz_".
Can any one please help me here.

Print this item

Bug Random Ints to Str Problem
Posted by: BIGPESH - Aug-18-2018, 12:35 PM - Forum: General Coding Help - Replies (2)

Hey all,

I am currently trying to simulate a project I am undertaking in Python 3.7, idea is to randomize some serial numbers and write them to a ...... More

Print this item

  Contour Sort Explain
Posted by: Killing_Machine - Aug-18-2018, 10:41 AM - Forum: General Coding Help - No Replies

https://trinket.io/python/999ecf12e2?runMode=console


Can someone explain what is the code and how is it working?

Print this item

  python class
Posted by: chris_thibault - Aug-18-2018, 07:39 AM - Forum: General Coding Help - Replies (2)

Hi everyone,

my question maybe is very simple but I am beginner with Python. What does this line do ?
return Post(self, message)

because I am ..... More

Print this item

  disable a block of code
Posted by: Skaperen - Aug-18-2018, 04:10 AM - Forum: General Coding Help - Replies (5)

while doing some initial testing, i want to disable a block of code. many other languages have a specific comment start and end symbol. but Python d..... More

Print this item

  interpolation takes very long time
Posted by: zengwl17206 - Aug-18-2018, 12:52 AM - Forum: GUI - Replies (2)

Hello everyone,

I am trying to convert a set of data, which is expressed in polar coordinate, to Cartesian coordinate, so that it can be more easil..... More

Print this item

  Pycharm hanging issues
Posted by: msebarjr - Aug-18-2018, 12:37 AM - Forum: Bar - Replies (2)

I was wondering if anyone was having issues using Pycharm? I have downloaded Pycharm on 2 different computers - 1 being my laptop and the other being ..... More

Print this item

  String index out of range
Posted by: felie04 - Aug-17-2018, 10:56 PM - Forum: Homework - Replies (2)

Hello,
I just started learning to code and I was doing my homework, I ran into an error.
The error is saying this:

Traceback (most recent call l..... More

Print this item

  PyQt5 undefined symbol problem
Posted by: ujjwalrathod007 - Aug-17-2018, 10:29 PM - Forum: GUI - Replies (3)

I have a robotic car in which I use PyQt5 module. the error is

Importerror: /PyQt5/QtCore.so: undefined symbol : PySlice_adjustableIndices

Does..... More

Print this item

  Pyarrow - parquet-cpp
Posted by: dennispoulos - Aug-17-2018, 07:28 PM - Forum: General Coding Help - Replies (3)

We have pyarrow 0.9 installed.
Parquet-cpp 1.4.1 is bundled with it.
We write parquet files all okay to AWS S3.

There is a Hive database with an ..... More

Print this item

  Problem in sending email using python
Posted by: nhoh007 - Aug-17-2018, 06:26 PM - Forum: General Coding Help - Replies (1)

[python]
import re
import smtplib
from email.mime.text import MIMEText
import cvs

fp = open('message.txt', 'rb')
msg = MIMEText(fp.read())
fp..... More

Print this item

  How to visualize cluster centres using word cloud in python?
Posted by: shanky - Aug-17-2018, 06:17 PM - Forum: General Coding Help - No Replies

I have performed kmeans clustering on a dataset with term frequencies. I have created 5 clusters. Now I want to combine the true labels of the frequen..... More

Print this item

  movement in a zigzag in a 2d array
Posted by: ShakeDat53 - Aug-17-2018, 04:56 PM - Forum: General Coding Help - Replies (1)

I need to move in a zigzag (like snakes and ladders) from the start to the end of the grid.
Here's my code so far:

[python]import random
def cls(..... More

Print this item

  Subprocess output in windows
Posted by: Ohmganesh83 - Aug-17-2018, 03:48 PM - Forum: General Coding Help - Replies (5)

Hi,

Am using subprocess.call() method to send some arguments to executable (myproject.exe).Its working fine am able to pass the arguments and pe..... More

Print this item

  Learning python My lists are not coming out right
Posted by: TheMusicMan - Aug-17-2018, 02:14 PM - Forum: General Coding Help - Replies (3)

I am learning the python crash course book and really enjoying it. But on the if statements section where i have to write pizza toppings thongs are no..... More

Print this item

  Multivariate mixed effects models
Posted by: primeprover - Aug-17-2018, 01:55 PM - Forum: General Coding Help - Replies (1)

I am currently using the lme package in R to fit multivariate mixed effect models. I am fairly new to python and was wondering if there are any packag..... More

Print this item

  cacti type python rrdtool interface traffic graphs
Posted by: anna - Aug-17-2018, 11:03 AM - Forum: News and Discussions - Replies (1)

Dear All,

I have 100+ switches, I would like to graph interface traffic utilization like Cacti but using python, is there any document available.?..... More

Print this item

  How to start learning Python?
Posted by: SmartGrid - Aug-17-2018, 10:56 AM - Forum: Web Scraping & Web Development - Replies (2)

How to start learning Python?

Print this item

  Trouble installing Python 3.5 (.4 and .0)
Posted by: GKK - Aug-17-2018, 10:06 AM - Forum: General Coding Help - Replies (1)

Hello,

I used to have Python 3.6 however as I want to use https://github.com/Rapptz/discord.py for Discord I needed Python 3.5 because it only ..... More

Print this item

  PyPubSUb in Python 2.7 - Error
Posted by: giu88 - Aug-17-2018, 09:29 AM - Forum: GUI - No Replies

Hello,

Trying to use the PyPubSub library. When i import the library

from pubsub import pub
i get the following error:
..... More

Print this item

  Regarding Installation of Python
Posted by: Kundan - Aug-17-2018, 07:55 AM - Forum: General Coding Help - Replies (3)

I am trying to install the latest version of Python from the website. But it is giving error regarding Windows Service pack1. Even after installing th..... More

Print this item

  Square reverse sum(overloaded)
Posted by: shihomiyano - Aug-17-2018, 03:01 AM - Forum: Homework - Replies (6)

There are several ways to write the number 1/2 as a sum of inverse squares using distinct integers.

In fact, only using integers between 2 and 45 inc..... More

Print this item

  Inserting multiple cookies using python requests
Posted by: freshtomatoes - Aug-16-2018, 09:25 PM - Forum: Web Scraping & Web Development - No Replies

I'm getting some cookies via selenium webdriver, d.get_cookies()
they are in dict format

I'm loaded them in selenium, and they work just fine.
No..... More

Print this item

  class for ODE, scipy how to switch from fsolve to newton or newton_krylov
Posted by: drudox - Aug-16-2018, 05:12 PM - Forum: Data Science - No Replies

Hi all
I have this class (kindly fixed for me by @scidam thanks again)

[python]import numpy as np
from scipy.optimize import fsolve , newton_kry..... More

Print this item

  Updating Label After Button Press
Posted by: malonn - Aug-16-2018, 03:13 PM - Forum: GUI - Replies (7)

First off, I admit that I haven't really searched for an answer on these forums. I'm kind of impatient. Here's my question:

I have a simple pract..... More

Print this item

  Change Column Type
Posted by: Talch - Aug-16-2018, 03:02 PM - Forum: General Coding Help - No Replies

Good afternoon folks,

I am trying to convert the type of a column from object to time (not datetime)

I am using the following code, which only s..... More

Print this item

  Message Passing library for HPC and progressive gathering
Posted by: Dunatotatos - Aug-16-2018, 03:00 PM - Forum: General Coding Help - Replies (1)

Hi there,

I'm writing a project that will run on an High Performance Computing (HPC) cluster. The general architecture of the project is pretty bas..... More

Print this item

  Graph Plotting Help
Posted by: Talch - Aug-16-2018, 02:55 PM - Forum: General Coding Help - Replies (1)

Good afternoon All

I am looking for some advice and guidance on possible exploratory data analysis graphs (and code to plot, am new at python) that..... More

Print this item

  Software developer (m/f) – at the location in Ingolstadt
Posted by: JobAmbi - Aug-16-2018, 01:59 PM - Forum: Jobs - No Replies

arculus GmbH develops a modular production system that allows the elimination of the conventional conveyer belt and thus establishes a new standard in..... More

Print this item

  Skype BOT project with backend as MS Excel spreadsheet
Posted by: uunniixx - Aug-16-2018, 01:43 PM - Forum: General Coding Help - No Replies

I am just any other beginner on Python and have been assigned to build a tool for Resource Booking - like who people want to book a facility if the sa..... More

Print this item

  Django Deployment Problem
Posted by: DoktorSoosMann - Aug-16-2018, 01:42 PM - Forum: Web Scraping & Web Development - No Replies

In on of my Django view´s I am making a request to another webserver via requests, this code works perfect when I run the it with the development serv..... More

Print this item

  Slicing a complex dictionary and list
Posted by: Drone4four - Aug-16-2018, 01:40 PM - Forum: General Coding Help - Replies (2)

I’m trying to test my understanding of indexing and key calls.

I’ve got a variable which is a combination of two dictionaries and four lists. It’s..... More

Print this item

  VS Code from start
Posted by: snippsat - Aug-16-2018, 01:34 PM - Forum: Tutorials - Replies (2)

This will be about VS Code.
Will take if start,so get Python up running with some advice that make it easy ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  extracting data from a us... 5 hours ago Perry DeaD_EyE General Codin...
  [Tkinter] how to export a... Today, 03:45 RonR Pedroski55 GUI
  Is the interpreter that c... Today, 01:04 helendamdam helendamdam General Codin...
  pip install requests does... Yesterday, 14:48 misodca DeaD_EyE General Codin...
  Creating a Mindmap progra... 09-23, 12:00 J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... 09-23, 09:08 compuman145 compuman145 General Codin...
  A coding beginner needs h... 09-23, 03:29 Littlefish Littlefish General Codin...
  Using a For Loop to subtr... 09-22, 20:56 Anunderling deanhystad General Codin...
  403 error 09-20, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  C++ program embedding Pyt... 09-19, 11:11 Alexandros Alexandros General Codin...
Most views
  The best Prog... 576856
  Tutorial Requ... 499417
  Web Scraping ... 440634
  Newbie with P... 384606
  New Users Int... 368582
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+ 12088
buran 8176
snippsat 7367
deanhystad 6895
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Jamirul Today
Perry Today
bianchiluca116 Yesterday
Jorgecog Yesterday
adamsmith12 Yesterday

User Panel Messages

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