Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-4041-

Ideas for Python learner

Name: Amhed 2011-04-01 1:10

I am learning Python, what is some good projects/ideas of what to program so I can learn Python and then learn a real language down the line.  Nothing math as I am not wanting to do something boring math, I want to do fun stuff to stay interested while I learn.

Thank you.  Also English is not my first language so apologize if my request does not sound accurate.

Name: Anonymous 2011-04-01 1:10

Because I, and to the English.

Name: Anonymous 2011-04-01 1:13

Name: Anonymous 2011-04-01 1:49


    ░░░░░░░░░░░░░░░▄░░░░░░░░░░░░░░░
    ░░░░░░░░░░░░░▄▀█░░░░░░░░░░░░░░░
    ░░░░░░░░░░░▄▀░░█░░░░░░░░░░░░░░░
    ░░░░░░░░░▄▀░░▄▀░░░░░░░░░░░░░░░░
    ░░░░░░░░█▄░▄▀░░░░░░░░▄█▄░░░░░░░
    ░░░░░░░░█░▀▄░░░░░░░▄▀░█░▀▄░░░░░
    ░░░░░░░░▀▄░░▀▄░░░▄▀░░▄▀▄░░▀▄░░░
    ░▄░░░░░░░░▀▄░░▀▄▀░░▄▀░░░▀▄░░▀▄░
    ░█▀▄░░░░░░░░▀▄▀█▀▄▀░░░░░░░▀▄░█░
    ░█░░▀▄░░░░░▄▀░░█░░▀▄░░░░░░░░▀█░
    ░░▀▄░░▀▄░▄▀░░▄▀░▀▄░░▀▄░░░░░░░░░
    ░░░░▀▄░░█░░▄▀░░░░░▀▄░▄█░░░░░░░░
    ░░░░░░▀▄█▄▀░░░░░░░░▄▀░█░░░░░░░░
    ░░░░░░░░▀░░░░░░░░▄▀░░▄▀░░░░░░░░
    ░░░░░░░░░░░░░░░▄▀░░▄▀░░░░░░░░░░
    ░░░░░░░░░░░░░░░█░▄▀░░░░░░░░░░░░
    ░░░░░░░░░░░░░░░█▀░░░░░░░░░░░░░░
    ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
    ░█▄░█░█░▄▀▀▄░░█░░█░█▀▀░▀█▀░█░░░
    ░█░█▄░█░█░▄▄░░█▄▄█░█▄▄░░█░░█░░░
    ░█░░█░█░▀▄▄▀░░█░░█░█▄▄░▄█▄░█▄▄░
    ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░


glory BLACK AFRIKA
HEIL NIGGERS.
HEIL BLACK AFRIKA.
NIG HEIL BLACK HITLER!

Name: Anonymous 2011-04-01 2:18

Name: Anonymous 2011-04-01 4:18

Nothing math as I am not wanting to do something boring math
Non-programmer blood detected.

Name: Anonymous 2011-04-01 6:06

Nothing math
You're doomed to become a failure.

Name: Anonymous 2011-04-01 7:34

>>6
>>7

No, you samefags misunderstand.  I am wanting to learning how to do fun stuff right away before I start with the mathemaustical  fine-tuning involved with other languages.

Name: Anonymous 2011-04-01 8:59

>>8
Math and programming are the same thing. If you cannot understand this, you should not write any code and return to your Halo or Barbie's Summer House.

Name: Anonymous 2011-04-01 10:27

>>9
JEWS VIPPER etc.

Name: Anonymous 2011-04-01 11:15

>>9
This /prog/rider speaks truth.
I suggest that auto repair or plumbing might be better suited to your metal capacity.

Name: VIPPER 2011-04-01 11:58

>>11
I think auto repair might be too technical for him.

Name: Anonymous 2011-04-01 15:24

the best advice for a python learner is to disregard any advice from users of other programming languages, because it's a ploy to convert you

instead, you should convince them that python is superior to all other languages, and that they should use it exclusively

python is all of the following:

1. small, efficient implementation, by far the fastest dynamic language in current use
2. very simple semantics with no corner cases
3. extremely effective, leading-edge jit compilers
4. the indentation-based syntax ensures there is no possibility of ambiguous code, nor is it possible to lose meaning as a result of transmission errors
5. "only one way to do it" is the most profound design goal of any language, and python rigidly follows this rule
6. easily sandboxable, important for running untrusted user code
7. multithreading-friendly, when you really want to show c++ who's boss

Name: IHBT 2011-04-01 15:44

>>13
1. small, efficient implementation, by far the fastest dynamic language in current use

Lisps[1][2][3][4] are much faster, LuaJIT[5][6] is the fastest non-Lisp dynamic language.

[1] http://shootout.alioth.debian.org/u32/benchmark.php?test=all&lang=python3&lang2=racket
[2] http://shootout.alioth.debian.org/u64/benchmark.php?test=all&lang=python3&lang2=racket

[3] http://shootout.alioth.debian.org/u64/benchmark.php?test=all&lang=python3&lang2=sbcl
[4] http://shootout.alioth.debian.org/u32/benchmark.php?test=all&lang=python3&lang2=sbcl

[5] http://shootout.alioth.debian.org/u32/benchmark.php?test=all&lang=python3&lang2=luajit
[6] http://shootout.alioth.debian.org/u64/benchmark.php?test=all&lang=python3&lang2=luajit

3. extremely effective, leading-edge jit compilers
It has no JIT. Do you mean PyPy? Nobody cares about it, they use CPython.

4. the indentation-based syntax ensures there is no possibility of ambiguous code, nor is it possible to lose meaning as a result of transmission errors
The indentation itself is ambiguous, you can't autoindent python code, you can't copy-paste python code without breaking something.

5. "only one way to do it" is the most profound design goal of any language, and python rigidly follows this rule
for loop, map, list comprehensions, filter, for loop, list comprehensions, append, for loop, list comprehensions, sum, reduce, ...

7. multithreading-friendly, when you really want to show c++ who's boss
I HAVE FUCKING BEEN TROLLED ~ The GIL.

Name: Anonymous 2011-04-01 15:55

5. "only one way to do it" is the most profound design goal of any language
Calling bullshit, straight up no chaser USDA Prime bullshit. I do agree that, yes FIOC is positively fascistic about following this principle.

Of course we have to consider the source: Guido the Nazi.

Name: Anonymous 2011-04-01 16:12

The Python garbage collector sucks the big one relative to Lisp.

Name: Anonymous 2011-04-01 16:14

>>16
It uses reference counting, it's a fucking piece of shit.

Name: Anonymous 2011-04-01 17:03

>>14-15
OH FOR FUCK'S SAKE IT WAS SARCASM YOU AUTISTS.  STOP BEING TROLT BY YOU'RE IMAGINATION.

Name: Anonymous 2011-04-01 21:01

/prog/ is dead

Name: Anonymous 2011-04-01 21:03

Long live /prog/!

Name: Anonymous 2011-04-01 21:04

/prog/ is dead

Name: Anonymous 2011-04-01 21:06

Long live /prog/!

Name: Anonymous 2011-04-01 21:08

/prog/ is dead

Name: Anonymous 2011-04-01 21:09

/prog/ is dead

Name: Anonymous 2011-04-01 21:11

/prog/ is dead

Name: Anonymous 2011-04-01 21:12

Long live /prog/!

Name: Anonymous 2011-04-01 21:14

Long live /prog/!

Name: Anonymous 2011-04-01 21:16

Long live /prog/!

Name: Anonymous 2011-04-01 21:17

Long live /prog/!

Name: Anonymous 2011-04-01 21:19

/prog/ is dead

Name: Anonymous 2011-04-01 21:20

Long live /prog/!

Name: Anonymous 2011-04-01 21:22

Long live /prog/!

Name: Anonymous 2011-04-01 21:24

Long live /prog/!

Name: Anonymous 2011-04-01 21:25

Long live /prog/!

Name: Anonymous 2011-04-01 21:27

/prog/ is dead

Name: Anonymous 2011-04-01 21:28

Long live /prog/!

Name: Anonymous 2011-04-01 21:30

Long live /prog/!

Name: Anonymous 2011-04-01 21:32

Long live /prog/!

Name: Anonymous 2011-04-01 21:33

/prog/ is dead

Name: Anonymous 2011-04-01 21:35

/prog/ is dead

Name: Anonymous 2011-04-01 21:36

/prog/ is dead

Name: Anonymous 2011-04-01 21:38

Long live /prog/!

Name: Anonymous 2011-04-01 21:40

Long live /prog/!

Name: Anonymous 2011-04-01 21:41

Long live /prog/!

Name: Anonymous 2011-04-01 21:43

/prog/ is dead

Don't change these.
Name: Email:
Entire Thread Thread List