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,961
» Latest member: randydurham
» Forum threads: 38,732
» Forum posts: 175,534

Full Statistics

Online Users
There are currently 49 online users.
» 2 Member(s) | 42 Guest(s)
Bing, Google, AOL, AOL, Mojeek, randydurham, Pedroski55

Latest Threads
NEED HELP TO RECOVER SCAM...
Forum: Data Science
Last Post: randydurham
18 minutes ago
» Replies: 0
» Views: 8
THE MOST TRUSTWORTHY CRYP...
Forum: General Coding Help
Last Post: randydurham
20 minutes ago
» Replies: 0
» Views: 8
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: ibutun
33 minutes ago
» Replies: 8
» Views: 4,653
Why Assignment Help Austr...
Forum: General Coding Help
Last Post: James87
1 hour ago
» Replies: 0
» Views: 32
Law Assignment Help
Forum: News and Discussions
Last Post: lawwriters
2 hours ago
» Replies: 0
» Views: 37
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
5 hours ago
» Replies: 1
» Views: 2,473
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
8 hours ago
» Replies: 0
» Views: 147
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 01:49 PM
» Replies: 2
» Views: 319
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
Yesterday, 03:45 AM
» Replies: 3
» Views: 382
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Yesterday, 01:04 AM
» Replies: 0
» Views: 492

 
  Requests login failure
Posted by: test - Sep-09-2018, 06:34 AM - Forum: Web Scraping & Web Development - Replies (10)

Hello, i'm trying to learn to use the requests module. I have written the following code, but it doesnt login to my account and returns an error.

[py..... More

Print this item

  How do you specify which web browser opens?
Posted by: alec - Sep-09-2018, 04:43 AM - Forum: General Coding Help - No Replies

I've skirmished around the net for an answer but their are none that a novice like me can understand. I really need help, I would be eternally gratefu..... More

Print this item

  simple code: change to home directory
Posted by: Skaperen - Sep-09-2018, 03:37 AM - Forum: General Coding Help - Replies (5)

in a script/app that expects to access many (read or write) files in the home directory, what is the simplest code to switch the current directory to ..... More

Print this item

  [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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  NEED HELP TO RECOVER SCAM... 18 minutes ago randydurham randydurham Data Science
  THE MOST TRUSTWORTHY CRYP... 20 minutes ago randydurham randydurham General Codin...
  Seeking feedback: dynamic... 33 minutes ago Bona2000 ibutun General Codin...
  Why Assignment Help Austr... 1 hour ago James87 James87 General Codin...
  Law Assignment Help 2 hours ago lawwriters lawwriters News and Disc...
  Using Python to SSH and R... 5 hours ago justaguy SprunkiRetake Networking
  My goal to be hired worki... 8 hours ago GnomeSweetGnome GnomeSweetGnome News and Disc...
  extracting data from a us... Yesterday, 13:49 Perry DeaD_EyE General Codin...
  [Tkinter] how to export a... Yesterday, 03:45 RonR Pedroski55 GUI
  Is the interpreter that c... Yesterday, 01:04 helendamdam helendamdam General Codin...
  pip install requests does... 09-24, 14:48 misodca DeaD_EyE General Codin...
Most views
  The best Prog... 576957
  Tutorial Requ... 499613
  Web Scraping ... 440721
  Newbie with P... 384701
  New Users Int... 368715
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
randydurham Today
James87 Today
lawwriters Today
SprunkiRetake Today
GnomeSweetGnome Yesterday

User Panel Messages

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