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,941
» Latest member: Littlefish
» Forum threads: 38,723
» Forum posts: 175,517

Full Statistics

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

Latest Threads
A coding beginner needs h...
Forum: General Coding Help
Last Post: paul18fr
1 hour ago
» Replies: 1
» Views: 117
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
5 hours ago
» Replies: 8
» Views: 281
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,476
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 877
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Sep-19-2025, 12:30 PM
» Replies: 1
» Views: 3,701
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,224
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,750
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,549
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,654
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,839

 
  Use of Python in field of cyber Security and Ethical Hacking
Posted by: sumandas89 - Mar-24-2018, 12:28 PM - Forum: News and Discussions - Replies (7)

I maintain cyber security of a small organization. I want to know How can I use python in the field of cyber security? like preventing hackers from ac..... More

Print this item

  PDf reader
Posted by: jorgelameira - Mar-24-2018, 10:38 AM - Forum: General Coding Help - Replies (2)

Hello,
I'm doing a master thesis in Finance so I decided to learn python in order to make things simpler.
I have learned the basics but my questio..... More

Print this item

  trying to get MPG to output as float
Posted by: tetoronga - Mar-24-2018, 09:58 AM - Forum: Homework - Replies (2)

[python]starting = raw_input ("Please enter the starting l/100km:")
ending = raw_input ("Please enter the ending l/100km:")
starting = int (starting..... More

Print this item

  code wanted: file splicing
Posted by: Skaperen - Mar-24-2018, 05:17 AM - Forum: Bar - Replies (10)

i often need a command to take particular columns of different files and combine them. for example i just needed to take columns 1-19 of file A and c..... More

Print this item

  code wanted: finding absent characters
Posted by: Skaperen - Mar-24-2018, 04:56 AM - Forum: General Coding Help - Replies (2)

i have a set of files. references to directories mean all files in the subtree that directory is the top of. references to files mean just that file..... More

Print this item

  elegant code
Posted by: Skaperen - Mar-24-2018, 03:10 AM - Forum: Bar - Replies (7)

what is it that make code elegant?

Print this item

  pypyodbc accdb extract ole object (picturedata)
Posted by: dusca - Mar-24-2018, 03:07 AM - Forum: General Coding Help - No Replies

Hello,

I have a accdb database and I use python and pypyodbc to connect.

I can extract all data except images. PictureData in bytearray? OLE obj..... More

Print this item

  Write a program to compute the sum of the terms of the series: 4 - 8 + 12 - 16 + 20 -
Posted by: chewey777 - Mar-24-2018, 12:39 AM - Forum: Homework - No Replies

#Write a program to compute the sum of the terms of the series: 4 - 8 + 12 - 16 + 20 -
24 + 28 - 32 + .... +/- n, where n is an input. Consider that ..... More

Print this item

  could you please help how to run this file on command prompt
Posted by: m123 - Mar-24-2018, 12:30 AM - Forum: General Coding Help - Replies (6)

code is as shown below, saved as ynb.py

def get_cube_root(num):
	return num ** (1. / 3)
i tried to run in command prompt
..... More

Print this item

  retirement counter help
Posted by: 2ball - Mar-24-2018, 12:10 AM - Forum: General Coding Help - No Replies

So, I’m old. I tried to learn just enough Python to make a retirement count down and a retirement money count up. Part of my retirement is that in t..... More

Print this item

  Noob Udacity Help
Posted by: CastyMcBoozer - Mar-23-2018, 11:18 PM - Forum: Homework - Replies (3)

So I'm chugging along w/ a beginner's computer science course @ Udacity. It seems to be going ok, I don't have tons of time to dedicate to it, but I'..... More

Print this item

  new to coding, need help on a HW problem almost got it
Posted by: philanthony - Mar-23-2018, 10:53 PM - Forum: Homework - No Replies

i have a folder containing 5 shapefiles (.shp). the problem wants me to list the 5 files and the geometry type (point, line, or polygon)
EX: counties..... More

Print this item

  Change color pixel in an image
Posted by: louloudevinci - Mar-23-2018, 09:08 PM - Forum: Data Science - Replies (2)

Hey!
I have a basic image, in color.
I would like to change every color by another color.
I know the functions putpixel, et caetera.
My problem, i..... More

Print this item

  problem running program in VScode
Posted by: LavaCreeperKing - Mar-23-2018, 07:51 PM - Forum: General Coding Help - Replies (4)

Now that I VScode to program with I have been making some stuff and getting used to the new program but I am having one problem. I have this line of c..... More

Print this item

  Tkinter Listbox tab char issues
Posted by: ashtona - Mar-23-2018, 06:38 PM - Forum: GUI - Replies (4)

Hello, I'm writing a GUI app in tkinter. Right now I am trying to insert filenames that I have stored in an SQL database into a Listbox with a tab in ..... More

Print this item

  Two same codes, different result. Please help to understand.
Posted by: vickyprabhat - Mar-23-2018, 02:50 PM - Forum: General Coding Help - Replies (5)

why there is two different output for similar codes.
This below code gives proper Fibonacci
[Python]
def fib(n) :
a,b= 0,1
for x in rang..... More

Print this item

  need some help
Posted by: kobehoo - Mar-23-2018, 02:35 PM - Forum: General Coding Help - Replies (1)

D:\Python\Python36\Test>python cal.py File "cal.py", line 1 Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:54:40) [MSC v.1900 64..... More

Print this item

  Load data from json into MySQL
Posted by: chevanton1988 - Mar-23-2018, 12:13 PM - Forum: General Coding Help - Replies (1)

Hi gurus,

I need to take data from JSON API rest and put it into MySQL database table. I try this with for loop through json list which contains dict..... More

Print this item

  [Poznań} Python Developer; 8-15k PLN/moth
Posted by: MaciejMerix - Mar-23-2018, 10:43 AM - Forum: Jobs - Replies (2)

Hello,

We are Merixstudio. Software house from Poznań/Poland. We are looking for a Python developer who will work with us from our office or remot..... More

Print this item

  I'm having trouble printing a return value in my main function
Posted by: RedSkeleton007 - Mar-23-2018, 09:21 AM - Forum: General Coding Help - Replies (2)

I'm missing something very basic here. The following code:
[python]
#!/usr/bin/env python3
#QuickTest.py
def summ(numThree,numFour):
result =..... More

Print this item

  Scilab -> Python translation
Posted by: silverfish - Mar-23-2018, 07:35 AM - Forum: General Coding Help - No Replies

Hi guys :)

With Scilab, you can create a splin and then interpolate it : (proba is a function I created )

[output]Vpart = linspace(0,vmax, Nbr)..... More

Print this item

  command line: python -c 'code here'
Posted by: Skaperen - Mar-23-2018, 05:27 AM - Forum: Web Scraping & Web Development - Replies (7)

when tying to execute multi line code through the -c option of the python interpreter itself, i have not gotten anything to work. is this suppose to ..... More

Print this item

  tkinter scheduling app
Posted by: Rabbyte - Mar-23-2018, 03:35 AM - Forum: Jobs - Replies (7)

Looking to hire a programmer for a simple team scheduling app that utilizes tkinter and can export html.

I have all desired features laid out, I just..... More

Print this item

  What Is Best/Easiest IDE To Install?
Posted by: abrogard - Mar-22-2018, 11:19 PM - Forum: Bar - Replies (12)

I am completely new.

I would like to know which is quickest and easiest IDE to install?

My Python installation comes with IDLE but I'd like someth..... More

Print this item

  Keypad Help
Posted by: FireBlitz8404 - Mar-22-2018, 07:26 PM - Forum: General Coding Help - Replies (1)

I currently have a 4x4 keypad working with this Python code. The script just runs indefinitely and I don't know how to get it to stop. I'm trying to g..... More

Print this item

  (Not urgent) IDLE issue with methods
Posted by: vinfer12 - Mar-22-2018, 06:50 PM - Forum: Homework - Replies (5)

I'm in a fundamentals of computer science class at my school, and encountered an issue my teacher can't answer. I'm coding a method-based text adventu..... More

Print this item

  Parts of the house
Posted by: abscorpy - Mar-22-2018, 05:48 PM - Forum: Game Development - Replies (2)

I want to create a game in which an image is shown in the screen and user have to input the correct name of the object. This is the code i have so far..... More

Print this item

  Adding <!Doctype> to existing xml
Posted by: harshvardhancse - Mar-22-2018, 05:08 PM - Forum: General Coding Help - No Replies

Hi All,
Im new to python so bear with me .. I have exisiting xml with element and tags i need to add <!Doctype> element , i tried with element tre..... More

Print this item

  How to perform an ssl renegociation
Posted by: madem - Mar-22-2018, 04:59 PM - Forum: Homework - No Replies

Hello,


I tried to déterminate if a website is vulnerable to ssl client renegociation.
I've got two constraint for that
1) Create a script with..... More

Print this item

  .JSON conversion to .CSV or .xslx
Posted by: tccompton - Mar-22-2018, 03:56 PM - Forum: Data Science - Replies (4)

I'm currently undertaking my masters thesis and recording lots of data (through in-house software) which churn out files in .JSON format. Any ideas of..... More

Print this item

  list
Posted by: zowhair - Mar-22-2018, 01:13 PM - Forum: General Coding Help - Replies (2)

Hi friends can anyone explain this for me

def test1():
    l = []
    for i in range(1000):
        l = l + [i]
how this s..... More

Print this item

  Deploying Python-based excel plugin
Posted by: pyexcelnewbie - Mar-22-2018, 11:05 AM - Forum: Data Science - Replies (2)

Apologies if this question has already been answered or is a bit amateur.
I'm just starting on Python development (have experience with C#, VB before..... More

Print this item

  Could someone please help walk me through my home work
Posted by: tetoronga - Mar-22-2018, 10:09 AM - Forum: Homework - Replies (3)

Write a program that will convert litres per 100km (l/100km) to mpg. The output should show conversions using iteration from a user defined start and..... More

Print this item

  Multiplying number in a list in an order
Posted by: pythoneer - Mar-22-2018, 08:57 AM - Forum: Homework - Replies (12)

I have a list
Numbers=[4,7,8]
and i want to multiply that with a range(1,5,2) of numbers in an order
[inline]Expected output:
1..... More

Print this item

  Install Saleor
Posted by: kostasvit - Mar-22-2018, 07:46 AM - Forum: Web Scraping & Web Development - Replies (4)

Goodmorning from Greece!
I'm new in Python and i want your help. i'm trying to install Saleor but i'm getting errors.
is there any guide to install ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  A coding beginner needs h... 1 hour ago Littlefish paul18fr General Codin...
  Using a For Loop to subtr... 5 hours ago 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...
  Scraping a page with log ... 09-19, 12:30 iamaghost Hershien Web Scraping ...
  C++ program embedding Pyt... 09-19, 11:11 Alexandros Alexandros General Codin...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
Most views
  The best Prog... 576552
  Tutorial Requ... 498518
  Web Scraping ... 440426
  Newbie with P... 384328
  New Users Int... 367515
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+ 12087
buran 8175
snippsat 7368
deanhystad 6893
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Littlefish Today
Noya_Yonatan Yesterday
Saipython555 Yesterday
Anunderling Yesterday
Monir Yesterday

User Panel Messages

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