Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Help, not understanding how classes work...
Post: Help, not understanding how classes work...

Hallo, I have following code: class node: def __init__(self,value=None): self.value=value self.left_child=None self.right_child=None self.parent=None # pointer to...
Peter_EU General Coding Help 1 2,332 Jan-20-2018, 05:46 PM
    Thread: Looking for codding buddy/mentor
Post: Looking for codding buddy/mentor

Hi! I am Peter the Noob Noob and I am quite new to programming. I am learning on my own, currently playing with Dronekit SILT for instance. And here and there, or better to say always I have some pro...
Peter_EU News and Discussions 1 2,312 Nov-16-2017, 04:24 PM
    Thread: What is wrong with code? Bin. Tree counting
Post: What is wrong with code? Bin. Tree counting

Hallowings, I am having following code giving me errors. I see everything is all right and don't know why it does. Says smt. about formating, butt formatting is right! Thonx. class node: def __ini...
Peter_EU General Coding Help 3 3,453 Nov-07-2017, 09:17 PM
    Thread: 2 logical problems
Post: 2 logical problems

Deleted. Sorry, confidential reasons. I am not sure how to delete whole thread so pl, admins, feel free to do so. Peter the Noob Noob
Peter_EU Homework 1 2,966 Oct-26-2017, 11:37 AM
    Thread: Stuck with SQL, singup page plz HELP!
Post: RE: Stuck with SQL, singup page plz HELP!

EDIT: When I copy files to python folder and run console, it takes app and "db" BUT it says "No module names MySQLdb" Plz. what to do with that??? ah, I see, it has smt. to do with http://mysql-pyt...
Peter_EU Web Scraping & Web Development 1 3,264 Oct-25-2017, 06:01 PM
    Thread: SQL Alchemy, database does not work
Post: RE: SQL Alchemy, database does not work

(Oct-23-2017, 09:09 PM)snippsat Wrote: (Oct-23-2017, 03:18 PM)Peter_EU Wrote: I have no MySQL database (there is some error in system and MySQL won't install) Could be this the problem?You most ha...
Peter_EU Web Scraping & Web Development 3 9,427 Oct-25-2017, 03:15 PM
    Thread: Stuck with SQL, singup page plz HELP!
Post: Stuck with SQL, singup page plz HELP!

Hallo, I don't know what to do! I am following tutorial: https:https://www.youtube.com/watch?v=0FsvqwRhYdM&t=688s and I get stuck with command line: from Guestbook import db . It says "Cannot...
Peter_EU Web Scraping & Web Development 1 3,264 Oct-25-2017, 03:14 PM
    Thread: SQL Alchemy, database does not work
Post: SQL Alchemy, database does not work

Hallowings, I am trying to make my very first database app according to this tutorial - https://www.youtube.com/watch?v=0FsvqwRh...HV&index=7 The Python code is from flask import Flask, render_...
Peter_EU Web Scraping & Web Development 3 9,427 Oct-23-2017, 03:18 PM
    Thread: How to install flask boostrap?
Post: RE: How to install flask boostrap?

HORY SHET I DID IT!!11!1! All by myself! I am fekin Alan Turing :D (Oct-22-2017, 02:59 PM)wavic Wrote: Hello! OS? Open a terminal/cmd window and run: python -m pip install flask-bootstrap Thenx...
Peter_EU Web Scraping & Web Development 3 14,151 Oct-22-2017, 03:00 PM
    Thread: How to install flask boostrap?
Post: How to install flask boostrap?

Hallo, I am following this tutorial: https://www.youtube.com/watch?v=8aTnmsDMldY to make my very first serious(?) web. Now,Python code contains from flask_bootstrap import Bootstrapand when I hi...
Peter_EU Web Scraping & Web Development 3 14,151 Oct-22-2017, 02:51 PM
    Thread: (beginner): Hello Shopping - wat?(Flask)
Post: RE: (beginner): Hello Shopping - wat?(Flask)

(Oct-20-2017, 07:04 PM)buran Wrote: Looking at your code, it parse "/shopping" as the route @app.route("/<user>"), because it fit the route pattern I would make it @app.route("/users/<user&...
Peter_EU Web Scraping & Web Development 2 3,603 Oct-20-2017, 07:32 PM
    Thread: starting with flask: code does not work
Post: RE: starting with flask: code does not work

Thonx! Yep, you are right and I fixed it!
Peter_EU Web Scraping & Web Development 2 3,421 Oct-20-2017, 05:35 PM
    Thread: (beginner): Hello Shopping - wat?(Flask)
Post: (beginner): Hello Shopping - wat?(Flask)

Hellowings, sorry for lame question for lame problem, maybe someone will find joy in helping me: I created .py file with following code: from flask import Flask, render_template app = Flask(__name_...
Peter_EU Web Scraping & Web Development 2 3,603 Oct-20-2017, 05:31 PM
    Thread: starting with flask: code does not work
Post: starting with flask: code does not work

Hallowings, I am following tutorials of https://www.youtube.com/watch?v=OuDOr32ZHE0 I started writing my first python/html document (pip installed, flask too, virtual environment activated, did my ...
Peter_EU Web Scraping & Web Development 2 3,421 Oct-19-2017, 05:55 PM
    Thread: How to start... with anything :'(
Post: RE: How to start... with anything :'(

I.don't.know.anything! :D :D :D I am following https://www.youtube.com/watch?v=4mrq8PYQ0Zg&t=63s so far works, although I installed flask or whatever I installed to Python/scripts... and now......
Peter_EU General Coding Help 4 3,913 Oct-18-2017, 08:01 PM
    Thread: How to start... with anything :'(
Post: How to start... with anything :'(

Hallo, I am writing this because it's 9 PM, I have been sitting on me arse since morning and I have not done anything right today. I am frustrated to death :'( edit: eh, sorry I am frustrated. I am...
Peter_EU General Coding Help 4 3,913 Oct-18-2017, 07:33 PM
    Thread: A good tutorial for beginners? (Youtube)
Post: RE: A good tutorial for beginners? (Youtube)

noticed that. Some are good, some offer no code to copy. Just sent entire day over youtube code that eventually did not work :D
Peter_EU Tutorial Requests and Submissions 11 8,215 Oct-18-2017, 06:01 PM
    Thread: A good tutorial for beginners? (Youtube)
Post: RE: A good tutorial for beginners? (Youtube)

ok, dud, thanx for the advice, I am going to follow it! And thankx for the help() tip too! Peter the Noob Noob
Peter_EU Tutorial Requests and Submissions 11 8,215 Oct-18-2017, 11:32 AM
    Thread: A good tutorial for beginners? (Youtube)
Post: RE: A good tutorial for beginners? (Youtube)

thanx and yes, I know of that, butt what I am looking for is a GOOD youtuber/vloger who can explain making more complex apps, like GUI calculator (for instance) and so. I fould some youtubers, most ...
Peter_EU Tutorial Requests and Submissions 11 8,215 Oct-17-2017, 08:26 PM
    Thread: A good tutorial for beginners? (Youtube)
Post: RE: A good tutorial for beginners? (Youtube)

thank you, I will scan this place more. Currently I am investing all my time to simply coding. I am just curious for recommendation of very good instructor, like youtuber or smt., so I can start fast...
Peter_EU Tutorial Requests and Submissions 11 8,215 Oct-16-2017, 06:37 PM

User Panel Messages

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