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,903

Full Statistics

Online Users
There are currently 43 online users.
» 0 Member(s) | 40 Guest(s)
Bing, Google, AOL

Latest Threads
Python is not working on ...
Forum: General Coding Help
Last Post: lary_p
2 hours ago
» Replies: 3
» Views: 95
No new line from print in...
Forum: General Coding Help
Last Post: bowlofred
3 hours ago
» Replies: 2
» Views: 30
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
3 hours ago
» Replies: 8
» Views: 644
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Yesterday, 04:48 AM
» Replies: 6
» Views: 7,803
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 130
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 112
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Nov-26-2025, 08:47 AM
» Replies: 3
» Views: 198
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Nov-26-2025, 04:40 AM
» Replies: 6
» Views: 3,211
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Nov-25-2025, 02:50 AM
» Replies: 6
» Views: 306
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 190

 
  Deleting the first item in linked list
Posted by: dan789 - Mar-05-2019, 03:12 PM - Forum: General Coding Help - Replies (7)

Hello, this is what I have so far:

[python]class Linked_list:
def __init__(self, data, next=None):
self.data, self.next = data, next..... More

Print this item

  test pattern and add result in a table
Posted by: sam1975 - Mar-05-2019, 01:28 PM - Forum: General Coding Help - Replies (1)

Hello,

I need to make a script in order to parse files in a shared folder on windows, making tests of pattern and add results in a table.

In a f..... More

Print this item

  read a particular part from a file
Posted by: jhn - Mar-05-2019, 12:02 PM - Forum: General Coding Help - Replies (3)

Hello community.

I want to search in a text file for a Keyword to readout what is in the same line after the keyword.
Keyword and the contend i lo..... More

Print this item

  Senior Python Backend Developer @ Reef Technologies
Posted by: karolinareef - Mar-05-2019, 10:38 AM - Forum: Jobs - Replies (1)

We are looking for a remote Senior Python Backend Developer to join our team [Reef Technologies: fully remote python software house]
Salary (B2B): 3 ..... More

Print this item

  PYTHON - UNRAR : how can I build a thread to monitoring the downloading status
Posted by: Palerm0_24 - Mar-05-2019, 09:59 AM - Forum: General Coding Help - Replies (2)

Hello to all of you,

I am posting this discussion because I have a problem. Indeed, I'm new to python and I'd like to get help on Threading.
I am ..... More

Print this item

  Please help! Problem with my Point object
Posted by: itrema - Mar-05-2019, 09:20 AM - Forum: General Coding Help - Replies (2)

Hello everyone! I am having a problem with my code and after minutes of search, I landed here. I need your help.

Here is the problem: We want to cr..... More

Print this item

  Optimize unittest loading
Posted by: Nazz - Mar-05-2019, 09:04 AM - Forum: General Coding Help - Replies (3)

Hello everyone,

I have a problem, let me describe it.

I've written a unittest (actually, an integration test) for the whole flow of my applicati..... More

Print this item

  Printing Easter date occurrences
Posted by: samsonite - Mar-05-2019, 08:22 AM - Forum: General Coding Help - Replies (8)

Hi all.
The following code computes the Easter dates in a given interval. My goal is to print out only the ones with a given string, i...... More

Print this item

  Python-Hive connectivity issue
Posted by: rekhagaonkar - Mar-05-2019, 07:01 AM - Forum: General Coding Help - No Replies

We have Virtual Private network in which we have Windows Server box, and Hadoop Distribution based on Hortonworks installed on several data nodes on R..... More

Print this item

  Open source... I'm not convinced
Posted by: bennylava - Mar-05-2019, 03:43 AM - Forum: Bar - Replies (12)

I guess this question is centered around Linux. I am wanting to switch to Linux as my main operating system from windows. And just leave windows on so..... More

Print this item

  What is the correct type hint when you want to accept Iterable but not Dictionary
Posted by: LadySvetlana - Mar-05-2019, 03:39 AM - Forum: General Coding Help - Replies (4)

How would I indicate, using a type hint, that the function only works with a List type data structure containing only [icode]int[/icode..... More

Print this item

  blank space + input()
Posted by: ClassicalSoul - Mar-05-2019, 02:15 AM - Forum: General Coding Help - Replies (6)

Hi, how do make it so that a blank space precedes an input() function, and even more specifically, how would I make it so that this applies [b]..... More

Print this item

  A small/simple class for running nslookup on a list of domain names
Posted by: rootVIII - Mar-05-2019, 12:44 AM - Forum: Code sharing - Replies (1)

might make it return more stuff in the future... here it is for now:

[python]

#! /usr/bin/python..... More

Print this item

  parsing xml
Posted by: josesalazmit - Mar-05-2019, 12:23 AM - Forum: General Coding Help - Replies (1)

Hello
I have try to create a code to parse a xml file and find a key word PCMU which has the value True, then I want to change the value for False
..... More

Print this item

  Inserting a python list into a dataframe column wise
Posted by: mahmoud899 - Mar-04-2019, 11:44 PM - Forum: General Coding Help - No Replies

I have the following python list,

[python]
test_list =
[ ['CVM', 20010618, 332.5],
['CVM', 20010619, 332.5],
['CVM', 20010620, 330.0],
['CVM'..... More

Print this item

  help please, checking the user input and outputting the result
Posted by: tomkovladko - Mar-04-2019, 11:09 PM - Forum: GUI - Replies (3)

hi, im trying to learn tkinter and i want to create a number guessing game where you can choose difficulty but i have problems with checking the user ..... More

Print this item

  Change Time Format in Python
Posted by: bluethundr - Mar-04-2019, 07:46 PM - Forum: General Coding Help - Replies (2)

Hey guys,

I'm trying to change the date format of when an AWS server was launched into something more readable for the user.

I'm getting this er..... More

Print this item

  Not Able To Delete First Node From Python Linked List
Posted by: ribena1980 - Mar-04-2019, 07:17 PM - Forum: General Coding Help - Replies (8)

I have a linked list in python that I am presently implementing. However the scenario of deleting the first node isnt working for me.

Deleting the ..... More

Print this item

  Decision statement problems
Posted by: erfanakbari1 - Mar-04-2019, 07:10 PM - Forum: Homework - Replies (2)

Hey guys , I'm trying to solve some exercises about digits and string and whole decision statement and I don't know actually how to check whether a in..... More

Print this item

  Change Text Color Output in Python
Posted by: bluethundr - Mar-04-2019, 06:59 PM - Forum: General Coding Help - Replies (2)

I'm trying to change the output text to green and the background to blue using this code:

[python] print("\033[1;32;44m*************************..... More

Print this item

  SQlite3 quickly increment INT value?
Posted by: jmair - Mar-04-2019, 06:30 PM - Forum: General Coding Help - Replies (1)

Is there a slick +=1 for INT values in an SQLite3 table?

For example, a table named 'users'
name, gamesplayed
a suedo code example ..... More

Print this item

  RuntimeError: No application found. Either work inside a view function or push an app
Posted by: pascale - Mar-04-2019, 05:51 PM - Forum: Data Science - Replies (2)

Hi all
Question "How do I call "index() in "action(changePin)" to make it all work or is index not needed?
I have some code and if I # these parts i..... More

Print this item

  What is Minsky talking about here?
Posted by: bennylava - Mar-04-2019, 05:44 PM - Forum: Bar - Replies (6)

In the video I link below, Marvin Minsky talks about programs that could write some of their own code. The part I'm referring to starts at 23:53 in th..... More

Print this item

  eval lambda function with restricted context
Posted by: Olivier - Mar-04-2019, 04:59 PM - Forum: General Coding Help - Replies (7)

Hello,

I would like to create a lambda function accessing Numpy functions, and only them. I can do the following:

[python]
import numpy
eval('exp(..... More

Print this item

  Two lines of code at the same time?
Posted by: OTO1012 - Mar-04-2019, 04:17 PM - Forum: General Coding Help - Replies (1)

I'm making a small game I want the player to press A quickly. I print this and was thinking of a timer going up and when 'A' is pressed the timer wil..... More

Print this item

  Invalid Syntax
Posted by: HekticEz - Mar-04-2019, 04:13 PM - Forum: General Coding Help - Replies (3)

I am currently learning how to code on my own before I start classes on coding and for some reason when I want to label certain things I get an invali..... More

Print this item

  List creation and return in Function
Posted by: leoahum - Mar-04-2019, 04:12 PM - Forum: General Coding Help - Replies (3)

[python]

def factors(x):
L = []
for i in range(1, x + 1):
if x % i == 0:
L.append(i)
return L


num = 84


..... More

Print this item

  How to manually define color bar scale in seaborn heatmap
Posted by: SriRajesh - Mar-04-2019, 02:13 PM - Forum: General Coding Help - Replies (3)

Hi,

I want to define color bar, how to define manually.
I use below example:

[python]import numpy as np; np.random.seed(0)
import seaborn as s..... More

Print this item

  MASQUERADE for Django 1.11
Posted by: Saurabh - Mar-04-2019, 11:05 AM - Forum: Web Scraping & Web Development - No Replies

I am upgrading my Python from 2 to 3 and Django from 1.8 to 1.11.

In the lastest Django release I am unable to use the masquerade feature.
The error ..... More

Print this item

  Problems with For Loops and Lists
Posted by: Sagramor72 - Mar-04-2019, 10:39 AM - Forum: General Coding Help - Replies (2)

Hello all,
I am beginner and I can't find the mistake in my code.

Starting with a list list_item = [0, 0, 0] I want modify every single element se..... More

Print this item

  How to cross compile python for ARM ?
Posted by: pankaj - Mar-04-2019, 10:18 AM - Forum: General Coding Help - Replies (4)

Hi Community,

Is there any way to run python script on android root ?


Regards,
Pankaj

Print this item

  Cannot add dot executable to system path
Posted by: bobsmith76 - Mar-04-2019, 08:18 AM - Forum: General Coding Help - Replies (2)

When I run graphviz

https://graphviz.readthedocs.io/en/stable/

I get the following error

graphviz.backend.ExecutableNotFound: failed to exec..... More

Print this item

  Who converts data when writing to a database with an encoding different from utf8?
Posted by: AlekseyPython - Mar-04-2019, 04:52 AM - Forum: General Coding Help - Replies (1)

Python 3.7.2

I write the strings from my Python code into my database. My strings contain Latin and Cyrillic characters, so in the database I ..... More

Print this item

  CSV file column swapping
Posted by: DJPunk - Mar-04-2019, 02:41 AM - Forum: Homework - Replies (5)

Hello, I am trying to swap the values in columns 1 and 2 respectively from an input file (.csv) and have them displayed swapped in the output file (th..... More

Print this item

  I am trying to swap two variables with a Function....
Posted by: Jeff_Waldrop - Mar-04-2019, 01:08 AM - Forum: General Coding Help - Replies (4)

Obviously, I am a newbie and I have something wrong....! Could you help me see what my error is?

Thanks,

Jeff

-------------------------
[py..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Python is not working on ... 2 hours ago lary_p lary_p General Codin...
  No new line from print in... 3 hours ago Lou bowlofred General Codin...
  Help with Serial.write in... 3 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... 579431
  Tutorial Requ... 512530
  Web Scraping ... 442313
  Newbie with P... 386367
  New Users Int... 380598
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