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,309
» Latest member: adityaN
» Forum threads: 38,801
» Forum posts: 175,920

Full Statistics

Online Users
There are currently 31 online users.
» 0 Member(s) | 26 Guest(s)
Bing, Google, AOL, Mojeek, Google Image

Latest Threads
No new line from print in...
Forum: General Coding Help
Last Post: Pedroski55
59 minutes ago
» Replies: 9
» Views: 238
Python compiler
Forum: General Coding Help
Last Post: NeoQuant
6 hours ago
» Replies: 0
» Views: 28
Trading Risk management s...
Forum: Code sharing
Last Post: NeoQuant
7 hours ago
» Replies: 5
» Views: 63
Standard template Data En...
Forum: Code Review
Last Post: Hosthubac
9 hours ago
» Replies: 0
» Views: 32
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
Yesterday, 07:39 AM
» Replies: 3
» Views: 11,109
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Nov-28-2025, 10:44 AM
» Replies: 4
» Views: 191
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Nov-28-2025, 04:44 AM
» Replies: 8
» Views: 714
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,832
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 181
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 155

 
  [split] Apparently module has no attribute display?
Posted by: Kolterdyx - Sep-09-2018, 02:47 AM - Forum: Game Development - Replies (1)

Im trying to learn to use pygame but wheni run this code it gets error for all the attributes of pygame:

[python]
import pygame
from pygame impor..... More

Print this item

  feature database
Posted by: Skaperen - Sep-09-2018, 01:57 AM - Forum: News and Discussions - No Replies

is there a feature database that maps feature names to minimal Python versions needed, or maybe other dependencies and versions, as well?

Print this item

  shift operator on lists
Posted by: Skaperen - Sep-08-2018, 11:47 PM - Forum: News and Discussions - Replies (3)

i expected the shift operator to work on lists. it didn't. i guess it's one of those syntactic sugar things since it can be done with slicing and + ..... More

Print this item

  Return ERROR when installing pyopencl
Posted by: Helcio_Sarabando - Sep-08-2018, 10:50 PM - Forum: Data Science - Replies (1)

Dear collegues,

I am facing some problems when i try to install "pyopencl" package using PIP. in the middle of installation i see "Failed build..... More

Print this item

  Code printing twice
Posted by: hypersdevelopment - Sep-08-2018, 10:48 PM - Forum: General Coding Help - Replies (3)

I'm making a Discord.py bot with a utilities package. In the utilities package, there are 3 files which are together causing the logic error.

..... More

Print this item

  Infinite loop/ only half working
Posted by: anclark686 - Sep-08-2018, 10:19 PM - Forum: Homework - Replies (5)

Hi all - I'm auditing a MOOC, and have to create code for the following question:
# [ ] use a while True loop (forever loop) to give 4 chance..... More

Print this item

  UDP Socket Basic question
Posted by: zeeshannnetwork - Sep-08-2018, 08:01 PM - Forum: Networking - Replies (2)

Hi everyone,

I am from Networking background, I have some basic questions about UDP SOCKET.
Let say we have two machines:SERVER and Client.
..... More

Print this item

  TCP Socketprogramming ( basics questions)
Posted by: zeeshannnetwork - Sep-08-2018, 07:32 PM - Forum: Networking - Replies (4)

Hi Everyone,

I am from Networking back ground,I have some conceptual questions about TCP Socket.

Let say we have two machines SERVER and C..... More

Print this item

  String slicing problem
Posted by: Ollew - Sep-08-2018, 07:31 PM - Forum: General Coding Help - Replies (4)

Hi, can someone please help me understand why this code doesn't work?

[python]
data = 'XBOX 360 | 150 | NEW'

product = data[data.index('1'):data.ind..... More

Print this item

  Ignore character in if statement
Posted by: Fizo - Sep-08-2018, 03:17 PM - Forum: General Coding Help - Replies (6)

Hello, I am writeing my cipher algorithm and I've problem with my XOR algorithm implementation. How I can ignore character for example comma in IF sta..... More

Print this item

  how to increment all file names in a folder
Posted by: SoulsKeeper - Sep-08-2018, 11:33 AM - Forum: General Coding Help - Replies (5)

how do i create a short script to change all file names in a folder with an increment?

is there a guide or a simple rule?

want to use it as a pr..... More

Print this item

  Can't run my code in sublime
Posted by: craver35 - Sep-08-2018, 10:05 AM - Forum: General Coding Help - Replies (2)

Hello guys i am new to python.

I installed Anaconda including the Anaconda prompt, which works fine. Then i saw a guy on youtube using sublime tex..... More

Print this item

  Logging tutorial
Posted by: Dunatotatos - Sep-08-2018, 06:41 AM - Forum: General Coding Help - Replies (2)

Hi all,

The web contains a tremendous amount of "in-depth guide to Python logging". It therefore becomes very easy to find one part of the informat..... More

Print this item

  code works in python shell, but not in a terminal
Posted by: Pedroski55 - Sep-08-2018, 03:50 AM - Forum: General Coding Help - Replies (5)

I have a simple program to put passport size photos next to the correct name in an excel table.

In the python shell, everything works and it does j..... More

Print this item

  Access a remote server with ssh
Posted by: artech7 - Sep-08-2018, 03:19 AM - Forum: GUI - Replies (6)

Hello all,

This is my first post, new python dev, and really interested in learning more.

I am wanting to make a GUI environment for my team to ..... More

Print this item

  [Crypto] I want to start my own cryptocurrency [/Crypto]
Posted by: masrah - Sep-08-2018, 02:23 AM - Forum: Bar - Replies (1)

Hi,
I m newbi here.
I want to start my own cryptocurrency (not token), i m planning to use cryptonotestarter.org, need Your suggestion & help.
Than..... More

Print this item

  Python 2 Unicode question
Posted by: Skaperen - Sep-08-2018, 01:55 AM - Forum: General Coding Help - Replies (2)

when using the Unicode type in Python 2, what are the ord() and chr() like functions to convert to the numeric values of the characters and back? ok,..... More

Print this item

  Tradng tools/Trading strategies.
Posted by: PyForumUser - Sep-07-2018, 10:01 PM - Forum: Bar - Replies (3)

Hello World!
I hope you are well. Has anybody worked on financial market backtests or trade execution due to events in realtime or backtest data?

..... More

Print this item

  "Invalid Syntax" (I am a new coder)
Posted by: Marius2002 - Sep-07-2018, 09:06 PM - Forum: General Coding Help - Replies (8)

I started to learn programming yesterday and today I wanted to make a function about our grade system. Unfortunatley i don't know why i got "SyntaErro..... More

Print this item

  python result problem of an iteration algorithm for power allocation
Posted by: Jessica - Sep-07-2018, 07:10 PM - Forum: General Coding Help - Replies (1)

The following algorithm is for power allocation in a 5G network

[python] N=int(input("the number of station in the cell is "))
M=int(input..... More

Print this item

  Can I search from Python, automatically and randomly generated keywords in Google?
Posted by: xX_Prophit_Xx - Sep-07-2018, 04:43 PM - Forum: General Coding Help - No Replies

[font=Times New Roman, Times, serif]Dear reader,

at the beginning, my English isn't perfect, sorry for that!

But let's come to the question:

..... More

Print this item

  Any suggestions for improvement?(my first python code)
Posted by: PyAlex - Sep-07-2018, 02:39 PM - Forum: Code sharing - Replies (9)

I wrote this code to transfer all the video files from the download folder to the usb.

[python]import threading
from threading import Thread
impo..... More

Print this item

  Inserting into Sqlalchemy when number of variables is unknown.
Posted by: KirkmanJ - Sep-07-2018, 12:30 PM - Forum: Web Scraping & Web Development - Replies (5)

I cant give lots of codding information on this problem as i am pretty stumped by it. I am using a FLASK framework.

So I have created a table with..... More

Print this item

  counting with dictionaries
Posted by: gitiya - Sep-07-2018, 08:11 AM - Forum: Homework - Replies (3)

whenever I execute this counting words with dictionaries program it is not behaving, someone help me pin point the problem, the count function is not ..... More

Print this item

  Getting error: Name error
Posted by: Placebo - Sep-07-2018, 06:56 AM - Forum: General Coding Help - Replies (10)

Hi^^

I am beginning to learn some coding with python and hence I am a total beginner.
I have not found in this community any beginner-section, so ..... More

Print this item

  sending email by exchangelib
Posted by: Caunnabeau - Sep-07-2018, 05:03 AM - Forum: General Coding Help - No Replies

Hello everybody
Have some troubles while creating a mini-app for sending payroll docs to employees. Everything works fine except one. When I press 'se..... More

Print this item

  Openpyxl -Coming up with a single column from a multi column data set
Posted by: Givan007 - Sep-07-2018, 04:20 AM - Forum: General Coding Help - Replies (1)

Hello,

I am just starting with manipulating xlsx data sets with openpyxl. How would I start looking at selecting/using openpyxl commands to selec..... More

Print this item

  OSError: [Errno 13] Permission denied
Posted by: Kolterdyx - Sep-06-2018, 11:19 PM - Forum: General Coding Help - Replies (3)

I'm trying to make a little program and i have to run an app called pad.py from another one called tarea1.py but when I try it replies t..... More

Print this item

  Learning slenium question
Posted by: Larz60+ - Sep-06-2018, 09:07 PM - Forum: Web Scraping & Web Development - Replies (2)

This is targeted at snippsat:

I have modified a selenium tutorial on YouTube to use headless mode as in your web scraping tutorial, but am getting ..... More

Print this item

  pathlib: resolving a path that does not exist
Posted by: Skaperen - Sep-06-2018, 08:13 PM - Forum: General Coding Help - Replies (6)

i am using pathlib.Path and need to resolve a path before creating a directory there. it may not exist, yet. even its parent may not exist. ..... More

Print this item

  SFTP transfer using paramiko fails
Posted by: estebanup03 - Sep-06-2018, 08:06 PM - Forum: General Coding Help - No Replies

Hi Amigos,

I need to automate a file transfer via SFTP to several devices and i have found thousands of code using paramiko i am not very experienced..... More

Print this item

  github_unfollower.py - Unfollow users on Github who don't follow you back
Posted by: arnavb - Sep-06-2018, 08:06 PM - Forum: Code sharing - Replies (3)

This is a random script that I made (posted on Github), which unfollows all the users on Git..... More

Print this item

  name 'get_config' is not defined, config parser
Posted by: zer0 - Sep-06-2018, 07:59 PM - Forum: General Coding Help - Replies (1)

Hello, I was just testing changing values in .ini files.
I read forums and most people were saying that configparser is the best module to do so.
I'..... More

Print this item

  How does one get reproducible builds for apps on PyPI?
Posted by: arnavb - Sep-06-2018, 07:44 PM - Forum: News and Discussions - No Replies

Let's say I'm making a CLI script with dependencies in Python that I want to distribute. I have the following options:

  1. Distribute the..... More

Print this item

  Fork the process (factorial)
Posted by: vndywarhol - Sep-06-2018, 06:27 PM - Forum: Homework - Replies (3)

Hello! I'm trying to fork out the calculation of factorial using multiprocessing. I'm new to this, but it seemed to me that using Pool could solve my ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  No new line from print in... 59 minutes ago Lou Pedroski55 General Codin...
  Python compiler 6 hours ago NeoQuant NeoQuant General Codin...
  Trading Risk management s... 7 hours ago NeoQuant NeoQuant Code sharing
  Standard template Data En... 9 hours ago 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... 579497
  Tutorial Requ... 512840
  Web Scraping ... 442365
  Newbie with P... 386395
  New Users Int... 381718
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 7393
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
adityaN Today
NeoQuant Yesterday
Hosthubac Yesterday
ifdainstitute7 Yesterday
MOHAMMAD_mk Yesterday

User Panel Messages

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