Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Typeerror: Qgscoordinatetransform
Post: RE: Typeerror: Qgscoordinatetransform

We need to see the relevant code you are running. As it is, the only thing certain is you are not passing the correct amount / type arguments. Did you check the docs to make sure you are supplying thi...
sparkz_alot General Coding Help 1 3,326 Apr-18-2018, 01:00 PM
    Thread: Writing to a .py file
Post: RE: Writing to a .py file

What is your question? If you are getting an error, please provide the entire error code between the error tags.
sparkz_alot Homework 3 3,365 Apr-18-2018, 12:44 PM
    Thread: Newbie, can't load csv file.
Post: RE: Newbie, can't load csv file.

Quote:UnicodeDecodeError: 'utf-8' codec can't decode byte 0x92 in position 7: invalid start byte Is telling you it has encountered a character it cannot decode. It would be helpful to see the relevan...
sparkz_alot Data Science 2 6,574 Apr-15-2018, 01:37 PM
    Thread: Why doesn't my code display?
Post: RE: Why doesn't my code display?

you never call the 'main()' function. You'll want to make the last lines of your code: if __name__ == "__main__": main()That should do it, provided the rest of your code is correct.
sparkz_alot Homework 4 3,232 Apr-15-2018, 01:27 PM
    Thread: New to Python and programming, need some mentoring!
Post: RE: New to Python and programming, need some mento...

(Apr-13-2018, 12:46 AM)MIPython Wrote: Why scare every body off? Not intending to scare anybody off. Perhaps you didn't have an opportunity to finish the paragraph.
sparkz_alot Web Scraping & Web Development 6 4,374 Apr-13-2018, 02:01 PM
    Thread: running python hello world
Post: RE: running python hello world

*It would have been easier to just ensure your environmental variables were set correctly. Output:C:\>cd python C:\Python>test.py hello from Python 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 17:00...
sparkz_alot General Coding Help 8 5,272 Apr-13-2018, 01:53 PM
    Thread: New to Python and programming, need some mentoring!
Post: RE: New to Python and programming, need some mento...

(Apr-10-2018, 09:34 AM)ViBogdan Wrote: so that would mean back-end development (as I have been told) I believe you've been told wrong. Python is not limited to just back-end development. Python is a...
sparkz_alot Web Scraping & Web Development 6 4,374 Apr-11-2018, 02:51 PM
    Thread: New Users Introduce Yourself
Post: RE: New Users Introduce Yourself

Welcome and good luck achieving your goals.
sparkz_alot Bar 431 229,175 Apr-05-2018, 07:51 PM
    Thread: PyCharm
Post: RE: PyCharm

(Apr-05-2018, 05:25 PM)miranda Wrote: From the replies, it seems to me that PyCharm is more for a developer, right? No, Pycharm is a graphical interface used to aid in creating Python code. Just lik...
sparkz_alot Homework 5 4,562 Apr-05-2018, 07:43 PM
    Thread: Pip apparently installed but unrecognized by CMD
Post: RE: Pip apparently installed but unrecognized by C...

Check you environmental settings again and make sure the new Python paths have been included. Since you already have a version of Python installed, you may be required to add a specifier to your comma...
sparkz_alot General Coding Help 13 9,318 Apr-05-2018, 02:55 PM
    Thread: Coding error?
Post: RE: Coding error?

(Apr-04-2018, 04:51 PM)Mugwash Wrote: I meant to add I suspect I will be back on here as time progresses :-) Always glad to see returning members. Be sure and check out our other forums as well, suc...
sparkz_alot Homework 4 3,135 Apr-05-2018, 02:23 PM
    Thread: Python Course
Post: RE: Python Course

Make sure in your selection, that they are using Python 3.x and not Python 2.x
sparkz_alot Homework 3 3,114 Apr-05-2018, 02:09 PM
    Thread: PyCharm
Post: RE: PyCharm

I personally use Pycharm (community edition) for the vast majority of my projects. It's easy to install, very little needed to setup and has a great amount of features. If you are a professional devel...
sparkz_alot Homework 5 4,562 Apr-05-2018, 02:06 PM
    Thread: Reading data from password protected excel
Post: RE: Reading data from password protected excel

Get the password or remove the protection?
sparkz_alot General Coding Help 2 22,291 Apr-04-2018, 03:05 PM
    Thread: Increasing difficulty of a maths game
Post: RE: Increasing difficulty of a maths game

It would be helpful if you were to ask a specific question. For instance are you getting errors? If so you should paste the error code, in it's entirety (between the error tags). Are you getting an ou...
sparkz_alot Homework 1 3,173 Apr-04-2018, 03:00 PM
    Thread: Coding error?
Post: RE: Coding error?

Lets make it easy, since the code is pretty repetitive, and look at the first option only. name = input("Hello, what is your name?") print(name, ",welcome to the car quiz!") first_answer = 2 score ...
sparkz_alot Homework 4 3,135 Apr-04-2018, 02:37 PM
    Thread: Need help GUI programming
Post: RE: Need help GUI programming

I've not tried it, but this looks promising Page
sparkz_alot News and Discussions 1 2,010 Mar-27-2018, 08:35 PM
    Thread: A toy for my son
Post: RE: A toy for my son

(Mar-27-2018, 02:18 AM)RailRoaded Wrote: well, Im leaning more towards Python 3, and despite the page on our link saying it supports 3. when trying ether of the methods to install it, it onlys sets ...
sparkz_alot Game Development 4 3,320 Mar-27-2018, 01:28 PM
    Thread: Use of Python in field of cyber Security and Ethical Hacking
Post: RE: Use of Python in field of cyber Security and E...

Since it is free, I would start with 'Violent Python'. If that proves to advanced, go by the title as an indicator, for instance 'Mastering Python Forensics' would seem to presume you are already fami...
sparkz_alot News and Discussions 7 7,234 Mar-25-2018, 07:58 PM
    Thread: python age calculator need to find the number of years before they turn 100 not using
Post: RE: python age calculator need to find the number ...

(Mar-25-2018, 09:53 AM)orangevalley Wrote: so its: elif: for age in range (o> -100:) print("Try again after you are born!.") Did you try running it? You typed the letter 'o' for the number ...
sparkz_alot Homework 4 9,964 Mar-25-2018, 02:20 PM

User Panel Messages

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