473,320 Members | 1,839 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Hi, I'm new to python

Hey Everyone

Let me tell you all a little bit about my programming background so
you can get an idea of my capability, or lack of, dealing with p.l;
so far i've learned some visual basic when i was doing my a-levels....
and thats about it lol.

Basically i like the sound of python and its ease of use and would
like to know in depth more about it and its range of useage. Please
do tell me all you know, keeping in mind i am a n00b, so do be
gentle. :)

Thanks
Millball54

Jan 27 '07 #1
3 1339


On Jan 27, 5:37 am, millbal...@yahoo.com wrote:
Hey Everyone

Let me tell you all a little bit about my programming background so
you can get an idea of my capability, or lack of, dealing with p.l;
so far i've learned some visual basic when i was doing my a-levels....
and thats about it lol.

Basically i like the sound of python and its ease of use and would
like to know in depth more about it and its range of useage. Please
do tell me all you know, keeping in mind i am a n00b, so do be
gentle. :)

Thanks
Millball54
Start Here
http://www.python.org/doc/
There is a ton of documentation tailored to learners with differing
skills.

You might also want to pick up a book on Python.

Be sure to read the docs, use Google, search this group for similar
questions in the past before you post questions. They are great
resources. If you have very basic questions, IRC (freenode has a
Python channel), is a better option. When you post, make the question
as specific as possible. Sometimes typing a good question itself gives
you an answer.

Ravi Teja.

Jan 27 '07 #2
I would definitely suggest checking out the documentation at http://
www.python.org/doc/. Also, you can check out the free book Dive into
Python at http://www.diveintopython.org. It provides a great overview
starting at the very beginning. I found it great and hope to buy it
soon to support the author.

Python is considered a general-purpose language (so is Perl by the
way.) It can handle anything from processing text, to running as an
application server (check out http://www.zope.com.) You can also use
pieces of it for web programming. In fact, if you've heard of Ruby on
Rails, then you can see a similar Python project called TurboGears at
http://www.turbogears.com. If you only need a web framework, then you
can also check out Django (http://www.djangoproject.com) and many
other projects designed for getting a web-based application up and
running quickly.

Not to leave you with the impression that it's really only suited for
web stuff, there is also Pygame (http://www.pygame.com), a library and
bindings to SDL so you can write your own games. I am currently
learning Pygame with OpenGL and writing a simple clone of SpaceWars.

I've also written a Jabber bot in Python for use where I used to
work. You can use Python for systems automation as well. I wrote a
small applet that opened SSH connections to every server in a list and
then sent all the text you typed into a single box to all servers at
the same time.

I'm currently learning how to use Python with osascript to control
applications in Mac OS X and have dabbled a little with the win32com
stuff to have Python control some aspects of Windows.

As you can see, it's an extremely versatile language and is really
only limited by your imagination.

There are some things that it doesn't do so well, but for the most
part, those things have solutions. For example, Python is typically
slower than other languages when you must iterate over something many
times. For example, in game programming, to iterate over the entire
list of objects in the world to update their positions or draw them.
Many times things like this can be moved into C libraries to make then
run faster. I myself haven't had many problems with this at all. In
fact, none of my iteration code is in C for my game.

Well, that's enough rambling for me. I've turned this post into a
commercial for Python. I hope that I've left you with enough ideas to
get started in the language.

--
Jerry H

Jan 27 '07 #3
Thanks very much guys for your help.. Its been greatly appreciated.

Feb 4 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.