Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Interactive tutorial for beginners (codetheblocks)
Post: Interactive tutorial for beginners (codetheblocks)

Hi, I've been working on interactive Python tutorials on https://codetheblocks.com The idea is to combine Python with a simple 3D environment that allows users to "place blocks" and construct struct...
abhin Tutorial Requests and Submissions 1 3,301 Feb-21-2018, 03:56 AM
    Thread: How to shorten the size of program
Post: RE: How to shorten the size of program

It is highly unlikely that whitespaces contribute anything significant to the program size. Let me turn the question around: why does it matter that your executable is 15MB? That's still a very small ...
abhin General Coding Help 11 6,119 Feb-21-2018, 03:47 AM
    Thread: [book] Various python and non python books available each day (free for 24hrs)
Post: RE: [book] Various python and non python books ava...

That was awesome! Thanks. Just downloaded Bayesian Analysis with Python.
abhin News and Discussions 188 123,855 Feb-21-2018, 03:29 AM
    Thread: Weird HTTP response
Post: RE: Weird HTTP response

I think you're going to have to provide more information than that. For example: Can we see the actual Python code for making the request? How did you figure out that the request wasn't redirected? D...
abhin Bar 8 4,051 Feb-21-2018, 03:12 AM
    Thread: \\n in code
Post: RE: \\n in code

You want to pass some Python code to exec. So calling exec as exec('print 5') causes the Python interpreter to parse and run the print statement. But you knew all of that already. What if you wanted...
abhin General Coding Help 3 3,094 Feb-21-2018, 02:59 AM
    Thread: pyython code copied 1to1 from book not working.
Post: RE: pyython code copied 1to1 from book not working...

You probably wanted line 25-26 to be elif c-1 <= zahl <= c+1: print("Du bist ganz nahe dran")
abhin General Coding Help 2 2,893 Feb-21-2018, 02:46 AM

User Panel Messages

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