Python Programming: your experiences

General discussion and socializing.

Python Programming: your experiences

Postby FLO » Sat Oct 18, 2014 11:01 pm

I'm starting to learn python with this book but i was just wondering if anyone else had read this to start their programming 'journey' or however they'd started and what they are doing now.
Last edited by FLO on Sun Oct 19, 2014 9:44 pm, edited 1 time in total.
Terms and Conditions Apply
User avatar
FLO
 
Posts: 125
Joined: Tue Dec 10, 2013 7:44 pm
Location: Any sarcasm in my posts will not be mentioned as this would ruin the purpose, Duh.

Re: Python Programming: your experiences

Postby loftar » Sun Oct 19, 2014 4:45 am

FLO wrote:I'm starting to learn python with this book but i was just wondering if anyone else had read this

No, but I have actually read this at one point. :)


FLO wrote:what they are doing now.

I'm writing a little MMO right now. ^^
"Object-oriented design is the roman numerals of computing." -- Rob Pike
User avatar
loftar
 
Posts: 9045
Joined: Fri Apr 03, 2009 7:05 am

Re: Python Programming: your experiences

Postby DDDsDD999 » Sun Oct 19, 2014 6:31 am

loftar wrote:
FLO wrote:what they are doing now.

I'm writing a little MMO right now. ^^

Sounds cool, anything else you want to share?
Image
Image
Image
Image
Image
User avatar
DDDsDD999
 
Posts: 5669
Joined: Fri Jul 02, 2010 12:31 am

Re: Python Programming: your experiences

Postby cmeks » Sun Oct 19, 2014 6:55 am

I'm actually currently learning Ruby on Rails and developing websites with it. Also in the planning stages of a small little adventure game I want to create. Something that utilizes a lot of new concepts so I have new things to learn.
cmeks
 
Posts: 42
Joined: Mon Dec 02, 2013 3:01 am

Re: Python Programming: your experiences

Postby FLO » Sun Oct 19, 2014 4:17 pm

loftar wrote:
FLO wrote:I'm starting to learn python with this book but i was just wondering if anyone else had read this

No, but I have actually read this at one point. :)

32 Used from $0.01<--- uber cheap
5 New from $50.00 <--- WTF!?
loftar wrote:
FLO wrote:what they are doing now.

I'm writing a little MMO right now. ^^

XP
Last edited by FLO on Sun Oct 19, 2014 5:06 pm, edited 1 time in total.
Terms and Conditions Apply
User avatar
FLO
 
Posts: 125
Joined: Tue Dec 10, 2013 7:44 pm
Location: Any sarcasm in my posts will not be mentioned as this would ruin the purpose, Duh.

Re: Python Programming: your experiences

Postby FLO » Sun Oct 19, 2014 4:32 pm

forgot to mention codecademy is really good too.
Terms and Conditions Apply
User avatar
FLO
 
Posts: 125
Joined: Tue Dec 10, 2013 7:44 pm
Location: Any sarcasm in my posts will not be mentioned as this would ruin the purpose, Duh.

Re: Python Programming: your experiences

Postby Mernil » Sun Oct 19, 2014 5:05 pm

I love Python.

You can quickly hack anything in a matter of minute and very efficiently.
There are libraries for everything, so you don't have to 're-invent the weel'

And code is so clean, it is just awesome.

I've learned it by myself mostly, it wasn't very hard since I already knew a few scripting languages.

Now I use it for the profesional projects where the language choice is mine, or my personnal projects.
I'm also member of a hacker team http://big-daddy.fr/ and whenever I need to code an exploit I use python because of it's effectiveness and awesome network libraries (read "Twisted")

I'm still using python 2.7 though, because of some libraries not having been yet ported on python 3.

But anyway, you can't go wrong with python, it's definitively a great language.
User avatar
Mernil
 
Posts: 133
Joined: Tue Jul 29, 2014 9:54 pm

Re: Python Programming: your experiences

Postby FLO » Sun Oct 19, 2014 8:20 pm

thats awesome do you do other languages? such as java, js, c#, c, c++ etc? if so can you tell me in detail what the difference is im a bit too lazy read an essay for each one
Terms and Conditions Apply
User avatar
FLO
 
Posts: 125
Joined: Tue Dec 10, 2013 7:44 pm
Location: Any sarcasm in my posts will not be mentioned as this would ruin the purpose, Duh.

Re: Python Programming: your experiences

Postby loftar » Sun Oct 19, 2014 9:17 pm

FLO wrote:java, js, c#, c, c++ etc?

All those are pretty similar. It might be difficult to learn two or three of them, but then they all start looking pretty much the same. That's not to deny their individual distinctiveness, but learning another one of them becomes rather trivial after a while. They're all imperative languages, after all. If you want to learn something a bit more different instead, then examples might be Haskell or Prolog. CL, while also fundamentally imperative, is also more enlightening than the rest.

If you want performance out of your programs, then Python is a dead end. Take any program in C, C++, Java or CL and rewrite it in Python and you will find that it runs at least 100 times slower (regardless of Python implementation). There are languages similar to Python in the way that they are untyped and whatnot (like CL or JS) for which more-or-less efficient compilers have been possible to build (more for CL, less for JS), but Python is notoriously difficult to build a good compiler for since everything is dynamic.
"Object-oriented design is the roman numerals of computing." -- Rob Pike
User avatar
loftar
 
Posts: 9045
Joined: Fri Apr 03, 2009 7:05 am

Rubber ducks

Postby FLO » Sun Oct 19, 2014 9:22 pm

so youre saying use a combination of languages to get better performance? sorry i has brain frazzlements its getting late here now :|
Terms and Conditions Apply
User avatar
FLO
 
Posts: 125
Joined: Tue Dec 10, 2013 7:44 pm
Location: Any sarcasm in my posts will not be mentioned as this would ruin the purpose, Duh.

Next

Return to The Inn of Brodgar

Who is online

Users browsing this forum: Claude [Bot] and 5 guests