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,296
» Latest member: nicos18
» Forum threads: 38,795
» Forum posts: 175,886

Full Statistics

Online Users
There are currently 50 online users.
» 0 Member(s) | 44 Guest(s)
Bing, Google, AOL, Apple, Mojeek

Latest Threads
My regex function is not ...
Forum: General Coding Help
Last Post: Pedroski55
4 hours ago
» Replies: 1
» Views: 59
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 11:51 AM
» Replies: 1
» Views: 60
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Yesterday, 02:50 AM
» Replies: 6
» Views: 234
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 124
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 89
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,519
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 170
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 80
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,140
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,323

 
  Junior Remote Python Work
Posted by: ShaneInNewZealand - Sep-18-2019, 01:26 AM - Forum: Jobs - Replies (9)

Hi,

I would like to start working remotely programming in Python.

I have an IT Degree and English is my first Language. I currently live in New ..... More

Print this item

  numerical analysis - python program
Posted by: restingquarterback - Sep-18-2019, 12:34 AM - Forum: Homework - Replies (1)

Hello
I am preparing for a test in numerical analysis and I am new to python and therefore dont know the syntax and all stuff. If anyone can make thi..... More

Print this item

  How to process the hyperspectral image
Posted by: vokoyo - Sep-18-2019, 12:17 AM - Forum: General Coding Help - Replies (2)






Dear


I have the hyperspectral image - how to preprocess data need time

Traditional CNN cannot be applied to project directly
-..... More

Print this item

  script to check bash scripts
Posted by: Skaperen - Sep-18-2019, 12:16 AM - Forum: Code sharing - Replies (3)

unlike python, bash does not tell you where you left out a q..... More

Print this item

  binary to decimal program
Posted by: restingquarterback - Sep-18-2019, 12:06 AM - Forum: Homework - Replies (3)

Hello everyone :)
I am new in this forum and also new to coding and I have been given the task to make a program that can convert binary numbers to d..... More

Print this item

  How to Generate and Print An Array with Random Numbers in Python in the
Posted by: johnnynitro99293 - Sep-17-2019, 11:57 PM - Forum: Homework - Replies (14)

I am a beginner in Django. I am trying to solve a Bingo card game problem, where I have to generate an array and print the random numbers without any ..... More

Print this item

  a module discovering its own name
Posted by: Skaperen - Sep-17-2019, 08:36 PM - Forum: News and Discussions - Replies (4)

in a module that could be renamed when installed, is there a way for it to discover its own name at the time it is imported?

Print this item

  telnetlib. configure hostnames
Posted by: lado - Sep-17-2019, 06:32 PM - Forum: Networking - Replies (1)

Hello everyone

I'm new in Python networking world. So I need you help. My goal is to configure different Hostnames for devices.

for example
..... More

Print this item

  Changing font
Posted by: kawtts59 - Sep-17-2019, 06:15 PM - Forum: General Coding Help - Replies (1)

From the LINUX command line, I can run a PERL script by typing the following:

$ perl hello_world.pl -font "Times 24"

This will make the PERL scr..... More

Print this item

  Information "creeps up" in recursive function
Posted by: InigoMontoya - Sep-17-2019, 05:13 PM - Forum: General Coding Help - Replies (2)

Hello everyone!
I'm a beginning programmer trying to write a program that solves sudoku grids using a recursive function (no, I don't want you to tel..... More

Print this item

  Openpyxl.InvalidfileException
Posted by: Caponeil - Sep-17-2019, 05:04 PM - Forum: General Coding Help - Replies (1)

Hi,

I am fairly new, one day old and working on Excel files. I have played around with input functions in console and trying to have users input th..... More

Print this item

  How do classes work? (rectangle)
Posted by: GFreenD - Sep-17-2019, 03:41 PM - Forum: Homework - Replies (5)

Hey just wanted to ask if you maybe know how to convert my current code that is below into one that uses classes im kinda confused about it.
it works..... More

Print this item

  Trouble retrieving dictionary from mysql.connector cursor
Posted by: swechsler - Sep-17-2019, 02:22 PM - Forum: General Coding Help - Replies (2)

I'm working on a script to report disk space with raw data stored in a MySQL table. I'm trying to retrieve the results of a SQL query into a dictionar..... More

Print this item

  Help with syntax to sort dictionary by value
Posted by: Mark17 - Sep-17-2019, 01:40 PM - Forum: Homework - Replies (2)

I finally figured this out, but I'm not totally understanding why it works.

I created my dictionary (d) with keys and values. Now I need to print ..... More

Print this item

  Invalid syntax
Posted by: Davidelca96 - Sep-17-2019, 12:27 PM - Forum: General Coding Help - Replies (1)

$\sum_{i=1}^n X_i(Y_i-\overline{Y})$ = $\sum_{i=1}^n (X_i-\overline{X})(Y_i\overline{Y})$

Dear members of the forum, I am trying to put this formul..... More

Print this item

  Simple numpy reshape error wih contour3D
Posted by: AdeIsHere - Sep-17-2019, 12:01 PM - Forum: Data Science - No Replies

I create X and Y with

X = np.arange(0,34, 1)
Y = np.arange(0,22, 1) 
X,Y = np.meshgrid(X,Y)
ie X goes from 0..33 and Y goes ..... More

Print this item

  Numpy structured array
Posted by: Nitram - Sep-17-2019, 12:00 PM - Forum: Data Science - Replies (3)

Hi all,

I am fairly new to Python and teaching myself. I am working on importing data from a txt file into a NumPy structured array. I have loaded th..... More

Print this item

  Material for vectorization
Posted by: paul18fr - Sep-17-2019, 10:13 AM - Forum: Data Science - No Replies

Hi All

I've found this impressive material focussed on Numpy and vectorization (see this ..... More

Print this item

  Slow websockets server -> client
Posted by: pattagghiu - Sep-17-2019, 09:28 AM - Forum: Networking - No Replies

Hello all, first post here :)
i've been using python for a while - due to my raspberries :) - and lastly i'm having some fun with the websockets modu..... More

Print this item

  Remove()
Posted by: metro17 - Sep-17-2019, 06:54 AM - Forum: General Coding Help - Replies (2)

After a successful remove() operation the list autosizes to one less element .Can we add a default value to the position from where the element was re..... More

Print this item

  PYTHON Script ERROR Help Need
Posted by: alex9745 - Sep-17-2019, 05:56 AM - Forum: General Coding Help - Replies (3)

I am new to programming and am trying to run some script in CMD. I am getting the following error:

[output]Waiting for Licence File! .\.
Sending P..... More

Print this item

  dynamically create variables' names in python
Posted by: marco_ita - Sep-17-2019, 05:12 AM - Forum: Data Science - Replies (7)

Hi guys,
i want to create variables in the following way:

assign a name (e.g. var1), then add the name to the prefix of the variable:

[code]
n..... More

Print this item

  copy a virtual environment to a new system
Posted by: Skaperen - Sep-17-2019, 03:11 AM - Forum: News and Discussions - Replies (1)

if i use venv to create a virtual environment can it be copied (like with rsync) as part of copying all home directories, to a new system running a ne..... More

Print this item

  colouring strings
Posted by: newbieAuggie2019 - Sep-17-2019, 03:02 AM - Forum: General Coding Help - Replies (23)

Hi!

Due to time constraints, I'm working with a lot of issues at the same time: f-strings, functions, loops... and I was wondering... with so many ..... More

Print this item

  a conditional with
Posted by: Skaperen - Sep-16-2019, 11:48 PM - Forum: News and Discussions - Replies (1)

i have a case where i'd like to use a with statement opening a file for a body of several statements of code. the catch is that in some cases ..... More

Print this item

  rjust part of a string
Posted by: pythonprogrammer - Sep-16-2019, 11:29 PM - Forum: General Coding Help - Replies (2)

I am trying to use the rjust method to align part of a string in the following text:

for key in breakfast:
print('%s \t %d calories'%..... More

Print this item

  Count in python
Posted by: Debutantdata - Sep-16-2019, 07:31 PM - Forum: General Coding Help - Replies (2)

Dear all,

I am a new joiner in the Python adventure.

I would like to count the data in the column 'Company' and know in which of the 'Selection..... More

Print this item

  Why is this function printing the number of keys in a dictionary?
Posted by: mafr97 - Sep-16-2019, 07:20 PM - Forum: Homework - Replies (5)

This is a HOMEWORK problem, that I am struggling with and want to understand.

We are asked to create a function that will take in a dictionary and ..... More

Print this item

  f-string for caller?
Posted by: Skaperen - Sep-16-2019, 07:17 PM - Forum: News and Discussions - Replies (2)

is there a way to have a f-string in a function or method operate as if it were in the caller's context?

Print this item

  Google calendar pthon flask auth
Posted by: Kireta - Sep-16-2019, 04:50 PM - Forum: Web Scraping & Web Development - No Replies

Hello every one
I'd like first to apologize as english is not my first language
I'm trying to implement a web app using google calendar.
I can succ..... More

Print this item

  Hangman
Posted by: metro17 - Sep-16-2019, 04:35 PM - Forum: General Coding Help - Replies (4)

[python]def split(word):
return list(word)

def cw():
n = 0
print("Welcome to Hangman !")
print("You have 8 guesses left")
..... More

Print this item

  My code is not printing, how do I get it to do so?
Posted by: celtickodiak - Sep-16-2019, 03:30 PM - Forum: Homework - Replies (4)

[Python]
print('Enter number grade.')
grade = input()
if int(grade) < 60:
print('F')
elif int(grade) == (60, 61, 62):
print('D-')
[/Pyt..... More

Print this item

  Where does string.punctuation come from?
Posted by: Mark17 - Sep-16-2019, 03:12 PM - Forum: General Coding Help - Replies (5)

Really, really basic question here...

With regard to this snippet:

[Python]
>>> import string
>>> string.punctuation
'!"#$%&\'()*+,-./:;<=>?@..... More

Print this item

  Software engineer contract, Stockholm, 6 months, 80-100EUR/hour
Posted by: hdefsak - Sep-16-2019, 02:58 PM - Forum: Jobs - Replies (5)

Looking for an experienced software developer who can code, refactor, coach other team members and architect solutions in Python, in the field of data..... More

Print this item

  Python: command “python -m pip install --upgrade pip” doesn't work
Posted by: apollo - Sep-16-2019, 02:10 PM - Forum: General Coding Help - Replies (2)

hello dear experts, 


well i have no idea why the python things do not work here. 

the pc. Win 7

the idea: i want to install the newe..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My regex function is not ... 4 hours ago Moltar1997 Pedroski55 General Codin...
  silent deployment Python ... Yesterday, 11:51 Bummibaer Larz60+ News and Disc...
  data fetching for indian ... Yesterday, 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
  My goal to be hired worki... 11-21, 06:15 GnomeSweetGnome mamta25 News and Disc...
  [SOLVED] [BeautifulSoup] ... 11-20, 14:10 Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... 11-20, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  How to put my game loop i... 11-20, 04:59 temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... 11-20, 04:46 Barber532 SledgeNE Game Developm...
  Graph Interpolate Difficu... 11-19, 20:34 Tuurbo46 deanhystad General Codin...
Most views
  The best Prog... 579352
  Tutorial Requ... 512298
  Web Scraping ... 442256
  Newbie with P... 386328
  New Users Int... 380135
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+ 12110
buran 8196
snippsat 7390
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
nicos18 Yesterday
Moltar1997 Yesterday
arthurlouiss Yesterday
LewisByday Yesterday
Bummibaer Yesterday

User Panel Messages

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