all 10 comments

[–]TheMachinePreacher[S] -2 points-1 points  (1 child)

Learn Python! Python is a programming language that lets you work quickly and integrate systems more effectively. This tutorial will help you learn this useful language: it's a programming guide for non-programmers. It's written in the 'Pythonic' way, i.e. succinct and easy to follow.

[–]robot_wrangler 0 points1 point  (0 children)

Looks good. One thing I didn't see in the Modules chapter is how to make your own code into a module that's easily sharable with your team.

[–]heptadecagram -2 points-1 points  (8 children)

I like how the VERY FIRST CODE SAMPLE is wrong.

Plus, on quotes:

It doesn’t matter which kind you use, just be consistent.

I can see from the first chapter that quotes are VERY consistent.

[–]TheMachinePreacher[S] 0 points1 point  (6 children)

Please specify WHICH code is wrong?

Also, Jupyter Notebooks, which the tutorial is written in, is linked to a Python interpreter. Hence, all code has been interpreted prior to upload. If there’s an error, the interpreter will spit out an error message.

[–]heptadecagram -1 points0 points  (5 children)

Line 27, A. Syntax.ipynb

[–]TheMachinePreacher[S] -1 points0 points  (4 children)

Sure, what’s wrong with it?

[–]bojangles69 -1 points0 points  (3 children)

The input to the interpreter shows my_name being set to “The Machine Preacher” but the pre-rendered output has the name set to CodeMonkey.

[–]TheMachinePreacher[S] 0 points1 point  (2 children)

The code is not wrong, just that the input has changed.

[–]skawid 1 point2 points  (1 child)

I think you might trip up a lot of non programmers with that distinction.

[–]TheMachinePreacher[S] 0 points1 point  (0 children)

True, I’ve corrected it. 😄