| Author |
new python articles |
richohealey
Python Ninja

Posts: 1020
Location: #!/usr/local/bin/python
Joined: 01.05.06 Rank: Ninja |
|
lately there have been a lot of new people learning python.
Soooo i've decided to write a whole bunch of articles on it, i think i may write another advanced one before i do the simple (sorry, i like advanced stuff )
but i waswondering what you guys wanted?
so far i'm going to do:
GUI's (with tkinter.. not fucking easyGUI)
a basic intro (but expanding on, not replacing walfmankurds, which is excellent)
i'm going to go into more depth with my threading and sockets article. maybe even splitting it into 3 arts, threading, scoets and the chat app
file manipulation
and webservers/CGI/generall web stuff in python
so yeah.. ideas? there'll be stuff i've forgotten, so i wanna hear what you want
also, i'm not doing anything more until i can talk to an admin about sorting it so i can have tabs in my article. because my other python one looked shit woithout formatting.
thanks guys!
blog.psych0tik.net

Nice one R3l3ntl3ss^^
|
|
| Author |
RE: new python articles |
bigggnick
Member

Posts: 588
Location: the moon
Joined: 25.08.05 Rank: God |
|
i'd love to learn python. i think its a cool language.
fuck this. |
|
| Author |
RE: new python articles |
johnjuan728
Member

Posts: 444
Location: P'cola
Joined: 21.11.06 Rank: HBH Guru |
|
yea looking forward to the articles ^_^
Pwn3d the 'last post' thread 
"Semper Fi De Oppresso Liber"
Always faithful to liberate the oppressed
The world isn't run by weapons anymore, or energy, or money. It's run by little ones and zeroes, little bits of data. It's all just electrons.
THESE ARE MINE: ^_^, ^_-, -_-, ^_^Vm, and ^_^..|.., hehe ©
Now lets not make Richo have to come and clean up our sigs ever again, k? |
|
| Author |
RE: new python articles |
richohealey
Python Ninja

Posts: 1020
Location: #!/usr/local/bin/python
Joined: 01.05.06 Rank: Ninja |
|
ol nice feedback!
but it's nice to know there are people wanting them.... for an intro article wolfmankurds is fantastic.
with ihs permission i plan to just put a link to it at the start of my intro articla and then build on it.
also i plan to have every article working towards a working program
ie, the threading and sockets built a chat app, my dictionary client will build a phone book program, my files tutorial will add to the phonebook prog to make it write to and read from files
do you guys like that or do you want new examples for every topic?
i really want to make a set of articles that are GOOD, like not just a good read, but the sort of thing you save and lkeep and use aas a reference.
so yeah, i'm really looking forward to this i think it should be fun for all concerned.
and anyone with admin pvis get onto me pot haste about the tabs!
blog.psych0tik.net

Nice one R3l3ntl3ss^^
|
|
| Author |
RE: new python articles |
R3l3ntl3ss
Member

Posts: 132
Location: England
Joined: 21.04.07 Rank: Monster |
|
I think you have included everything i would want to learn Looking foward to the articles  
Cheers!.
Relentless.
|
|
| Author |
RE: new python articles |
Skunkfoot
Member

Posts: 672
Location:
Joined: 01.09.06 Rank: God |
|
Yeah Richo, I think it's sometimes a little bit harder for people to tell you exactly what they want to learn with a language without knowing what's possible, ya know?
...just don't want ya to feel disappointed if nobody tells you what they wanna learn in this thread 
Today a young man on acid realized that all matter is merely energy condensed to a slow vibration, that we are all one consciousness experiencing itself subjectively, that there is no such thing as death, life is only a dream, and we are the imaginations of ourselves.
--Bill Hicks
--=[ Skunkfoot || Temet Nosce ]=--
|
|
| Author |
RE: new python articles |
richohealey
Python Ninja

Posts: 1020
Location: #!/usr/local/bin/python
Joined: 01.05.06 Rank: Ninja |
|
yeah i realise it was really qutie optimistic
but i also erally need to get onto an admin
thanks anyway for the feedback, i was also hoping that advacned programmers in other languages could point out sutff, that is worth knowing (hell, i admit that i don't know everythinga bout python, and always want to learn more)
catcha!
blog.psych0tik.net

Nice one R3l3ntl3ss^^
|
|
| Author |
RE: new python articles |
Skunkfoot
Member

Posts: 672
Location:
Joined: 01.09.06 Rank: God |
|
umm, well, you could teach em how to write stuff into text files. it's easy to learn and teach and it's the kind of knowledge that could be useful some day...
Today a young man on acid realized that all matter is merely energy condensed to a slow vibration, that we are all one consciousness experiencing itself subjectively, that there is no such thing as death, life is only a dream, and we are the imaginations of ourselves.
--Bill Hicks
--=[ Skunkfoot || Temet Nosce ]=--
|
|
| Author |
RE: new python articles |
jjbutler88
Colemak User

Posts: 590
Location:
Joined: 22.04.07 Rank: Guru |
|
Definitely more on sockets and threading, that article really helped me learn (especially sockets). You could do one on OO programs that inherit from a superclass, such as a website spider. I made one of these, and eventually got it working, but an article would have made my life a whole lot easier .
Im sure there are some advanced python topics I dont even know exist yet, write something on one of those .
Much appreciated
|
|
| Author |
RE: new python articles |
Johnson
Member
Posts: 29
Location:
Joined: 25.06.05 Rank: God |
|
What about an article on OOP in Pyton?
I guess things could include (if possible):
- Classes
- Constructors
- Class/Instance variables
- Methods
- Data encapsulaton
- Inheritance
- Polymorphism
- Method overloading
- Operator overloading
|
|
| Author |
RE: new python articles |
ynori7
Future Emperor of Earth

Posts: 1481
Location: #valhalla
Joined: 08.10.07 Rank: Diabolical |
|
if you could go into some detail about sockets and network programming i'd greatly appreciate it.
|
|