where do I go from here Sup Forums ?
Know basic syntax of python
Go on killing yourself :^)
Learn a framework, like django, flask, or tornado
learn about functional programming and read documentation of python and libraries
composingprograms.com
python-guide-pt-br.readthedocs.io
flask.pocoo.org
learn the advanced syntax of python
list comprehensions, decorators, lambdas
>COMMITTED TO BEING AMERICA'S BEST FIRST JOBâ„¢
you cant make this up
Fucking roasted
learn a better language. Anyone who speaks english knows the basic syntax of python
Learn advanced syntax
>list comprehensions, decorators, lambdas
Is any of that supposed to be "advanced"? Maybe useless gimmicks some decorators, but lambdas you would be familiar with if you've even passed a key to a function like sorted(), etc, and list comprehension is simply general array manipulation.
To the grave.
I like solving puzzles. It has nothing to do with control. Guess I'm just autistic.
Programming is easy, even a nigger can do it (pic related; do agree with him though). The hard part is creativity.
No, don't listen to these fucktards telling you to kill yourself. Do something productive with your life. Think of some program that works on Linux or Android that you like and port it to Python then upload it to the Arch AUR.
"Productive" and "arch" do not belong in the same sentence.
>don't listen to these fucktards telling you to kill yourself.
lets you become one with nature
benefits soil quality
reduces carbon footprint
Install Gentoo
> :^)
Just fucking end yourself
Wow, i recieved my universal reply for other anons. Briliant.
Thanks user!
:v)
It's that necessary? Not the original OP here but I started the *automating the boring stuff with python* lor something like that only propose the use of the standar IDE
edx.org
Try using a non-shit language.
write programs and do experiments, in order to learn more from experience
Write something useful.
Off yourself. Python is not a shit language. It's optimized for the most important thing in 90 percent of projects, namely developer time. I want to write a small program to compare since data or automate some workflow or whatever, Python is the only logical answer. Need speed? Pypy. More? Write the hot modules in C. Worried about the GIL? Use the multiprocessing module. You are out of excuses
Jesus, I can smell the curry from here.
Solve P-99 (with Python).
ic.unicamp.br
Program basic things in it just to get experienced and later proceed to program more complex things that you can show in a curriculum.
Things like that can land you a nice job quite easily.
Learn the advanced syntax, like the stuff in asyncio and threading.