Welcome Guest ( Log In | Register )

4 Pages  1 2 3 > » Bottom

Outline · [ Standard ] · Linear+

 Python in Malaysia, www.python.org

views
     
TSpython_king
post Sep 20 2006, 04:29 PM, updated 18y ago

Getting Started
**
Junior Member
195 posts

Joined: May 2006
Just want to know are there any Python porgrammer out there?
Are there any Python-Malaysia-User-Group.
I myself like Python very much ;-)
debiankl
post Sep 21 2006, 11:17 AM

On my way
Group Icon
Elite
577 posts

Joined: Dec 2004
From: Inside the CPU core stack register SP


QUOTE(python_king @ Sep 20 2006, 04:29 PM)
Just want to know are there any Python porgrammer out there?
Are there any Python-Malaysia-User-Group.
I myself like Python very much ;-)
*
Brought some books about Python (Oreilly's) last year and read much of goodies about python but will learn about it when I finished learning about Ruby language with Rails and Agility.

IMHO, I don't think much Malaysian have heard Python and Ruby unless they exposed to OSS. But If you form such MYPUG (Malaysian Python User Group) this may help growth of Python user base.

This post has been edited by debiankl: Sep 21 2006, 04:07 PM
TSpython_king
post Sep 21 2006, 03:10 PM

Getting Started
**
Junior Member
195 posts

Joined: May 2006
QUOTE(debiankl @ Sep 21 2006, 11:17 AM)
Brought some books about Python (Oreilly's) last year and read much of goodies about python but will learn about it when I finished learning about Ruby language with Rails and Agility.

IMHO, I don't think much Malaysian have heard Python and Ruby unless they exposed to OSS. But I you form such MYPUG (Malaysian Python User Group) this may help growth of Python user base.
*
thanks for ur reply.
after waiting for a day, finally i get another guy who know Python in Malaysia sweat.gif
I like Python very much, it's simple to code and powerful!
ya.. we can form MYPUG to help the grow of Python in Malaysia.
For all programmers, pls discover Python if u got time. Python is widely use in Google!!

goldfries
post Sep 21 2006, 03:27 PM

40K Club
Group Icon
Forum Admin
44,409 posts

Joined: Jan 2003




it's been around for quite some time already, unfortunately from what i see the market isn't as good for Python developers compared to PHP / JAVA / MS based dev. platform and such.

hence you see more people focusing on those.
sweemeng
post Sep 21 2006, 08:13 PM

organic code generator
*****
Senior Member
879 posts

Joined: Aug 2005
From: kuala lumpur


hmmmm,

python, my first language.........(programming language!!!!!! not spoken language)

happen to use it to prototype small code, in my case, my tutorial question, before i write it down, on the paper.

fun language to write.
ryurhrt
post Sep 21 2006, 08:50 PM

Getting Started
**
Junior Member
141 posts

Joined: Mar 2005
From: JB


QUOTE(python_king @ Sep 21 2006, 03:10 PM)
thanks for ur reply.
after waiting for a day, finally i get another guy who know Python in Malaysia� sweat.gif
I like Python very much, it's simple to code and powerful!
ya.. we can form MYPUG to help the grow of Python in Malaysia.
For all programmers, pls discover Python if u got time. Python is widely use in Google!!
*
sweat.gif ....
sound like no malaysian know Python.... starting to learn it by myself... hehe
many opensource program are written in this language... so better master it... smile.gif

This post has been edited by ryurhrt: Sep 21 2006, 08:51 PM
kckia
post Sep 22 2006, 12:14 AM

Casual
***
Junior Member
343 posts

Joined: Jun 2005
Python in Windows is excellent.

There is a good IDE.
Stani's Python Editor (SPE)
Spe is an Integrated Development Editor for the Python
programming language (fully compatible with Blender).

You can also create GUI programs using wxPython.

And, with py2exe, you can even make python scripts into exe programs that don't need Python installed in the end-users pc.

Cheers, ;)

ergo_etc
post Sep 26 2006, 06:57 AM

Getting Started
**
Junior Member
172 posts

Joined: Apr 2005
I use python as a 1-step-build script for my PHP component. With a single click, my python script collect all php files in various places, remove all subversion folders, remove thumb.db files and al rubbish, remove comments and zip it up nicely into 1 compact package. smile.gif
cheeming82
post Feb 12 2009, 01:14 AM

New Member
*
Junior Member
4 posts

Joined: Feb 2009
From: Kuala Lumpur


AFAIK, there seems there isn't much people that is using Python for a significant amount of their work in Malaysia.

There seems to be some activity in Django, check the following Google group discussion:
http://groups.google.com/group/django-user...9793cd9d5bda783

After some digging it seems we actually have a Python User Group:
http://www.python.my/

And their corresponding Google group, but not much activity so far
http://groups.google.com/group/pythonmy/we...-malaysia?hl=en

And of course, for anything "important", a Facebook group wink.gif
http://www.facebook.com/group.php?gid=32572091379

Hope this is useful for some people.
fenixtx
post Dec 23 2010, 02:59 PM

Getting Started
**
Junior Member
120 posts

Joined: Feb 2006


any python programmer doing freelance?

pls pm me.

got freelance project..
thanks
G-17
post Dec 23 2010, 03:23 PM

Securely Paranoid
******
Senior Member
1,748 posts

Joined: Mar 2010
I like python. Did some freelance work as well some oss projects and still rely on it regularly for my daily computing needs, mainly via simple scripting.

This post has been edited by G-17: Dec 23 2010, 04:00 PM
dstl1128
post Dec 30 2010, 09:25 PM

Look at all my stars!!
*******
Senior Member
4,463 posts

Joined: Jan 2003
My company almost entire backend is in Python. Since it is backend, we have been quite slow adopting py3. Even so we are still on 2.5 (debian stable default). From statistic analysis, automation to daily 100millions+ 'transaction'... all in python. And 2.5 leak memory in subprocess module so need workaround. sad.gif People up there reluctant to even go 2.6 as it solved the leak issue.


QUOTE(debiankl @ Sep 21 2006, 11:17 AM)
t will learn about it when I finished learning about Ruby language with Rails and Agility.
*
Once Ruby, Python will be ugly. Honestly.

This post has been edited by dstl1128: Dec 30 2010, 09:27 PM
G-17
post Dec 30 2010, 10:31 PM

Securely Paranoid
******
Senior Member
1,748 posts

Joined: Mar 2010
QUOTE(dstl1128 @ Dec 30 2010, 09:25 PM)
Once Ruby, Python will be ugly. Honestly.
*

True. Ruby is way more elegant.
My main beef with Python is that it cannot represent unambiguous lambda expressions. (at least, to the best of my knowledge) sad.gif

Still, Python does have it's place.

This post has been edited by G-17: Dec 30 2010, 10:31 PM
slier81
post Jan 1 2011, 02:23 PM

On my way
****
Senior Member
541 posts

Joined: Jun 2007
From: Penang
python white case sensitive somehow annoy me
sweemeng
post Jan 2 2011, 04:36 PM

organic code generator
*****
Senior Member
879 posts

Joined: Aug 2005
From: kuala lumpur


<offtopic>
Python rules!!!!
you spacist discriminate against us!!!
</offtopic>

Btw, I am planning a python malaysia meetup, which the members already knows, i just need to secure the place. worst case scenario, I might get help from another member to borrow the place to use.


z_abc14
post Nov 2 2011, 02:01 PM

New Member
*
Newbie
1 posts

Joined: Nov 2011


hi firiend
i am in Kuala lumpur and need some one expert in Python is any one here can help me please
thanks
arash
wKkaY
post Nov 2 2011, 04:17 PM

misutā supākoru
Group Icon
VIP
6,008 posts

Joined: Jan 2003
What sort of help are you looking for?
SUSisolatedSH33P
post Nov 16 2011, 04:23 AM

Getting Started
**
Junior Member
169 posts

Joined: Nov 2009
I use python like everyday. Don't seem to find much python users from Malaysia. Most of them prefer other languages. But I don't use it for web development, i use it for automating task, statistics calculation, GUI etc.

I personally think, if you're a Linux user, and you don't know python, then you're not a real Linux user (specifically desktop users). Since you can find a lot programs written in python in Linux desktop.
sweemeng
post Nov 16 2011, 09:09 AM

organic code generator
*****
Senior Member
879 posts

Joined: Aug 2005
From: kuala lumpur


you can pretty much use python without knowing, and you don't even need to know it.

fedora infrastructure is predominantly python. you don't realize it.


Added on November 16, 2011, 12:03 pmOh btw, just a little heads up
there will be a python meetup in a place near KLCC, in Febuary. Because we have visitor wanted to visit the local python community.

The usual suspect in python malaysia already know, so you guys can join too.

Don't have a proper event page yet, sorry, I got 2 month to do that....

This post has been edited by sweemeng: Nov 16 2011, 12:03 PM
SUSisolatedSH33P
post Nov 16 2011, 05:31 PM

Getting Started
**
Junior Member
169 posts

Joined: Nov 2009
QUOTE(sweemeng @ Nov 16 2011, 09:09 AM)
you can pretty much use python without knowing, and you don't even need to know it.

fedora infrastructure is predominantly python. you don't realize it.


Added on November 16, 2011, 12:03 pmOh btw, just a little heads up
there will be a python meetup in a place near KLCC, in Febuary. Because we have visitor wanted to visit the local python community.

The usual suspect in python malaysia already know, so you guys can join too.

Don't have a proper event page yet, sorry, I got 2 month to do that....
*
I would attend but I'm afraid that when I attend the meetup all are professionals, while I'm just a hobbyist. sad.gif

Btw, free registration or you need to pay for ticket or fee or something?

4 Pages  1 2 3 > » Top
 

Change to:
| Lo-Fi Version
0.0179sec    0.15    5 queries    GZIP Disabled
Time is now: 29th March 2024 - 04:17 AM