Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
65% Quality Score
Upvotes Received
6
Posts with Upvotes
5
Upvoting Members
5
Downvotes Received
4
Posts with Downvotes
2
Downvoting Members
3
~17.6K People Reached

15 Posted Topics

Member Avatar for linux

In the end all your computer understand is machine code, it does not care if you used C, Assembly, Java, python or qbasic. The main problem with making a OS in python, is that it need alot of conversion to turn to machine code and that takes time crucial for …

Member Avatar for Thulan
2
2K
Member Avatar for thekilon

I have this code. Its not the entire code because its a Blender addon with many lines that are unrelated to sockets so I give here only the part that deals with the sockets which I kept isolated from the rest of the program. def create_thread(): global threadSocket,listening threadSocket = …

Member Avatar for thekilon
0
2K
Member Avatar for thekilon

If you are a non coder that wants the easiest book to start with, something very simple, easy to read and short , that can take you step by step in learning the basics of python in a few hours then you may like the book I have created for …

Member Avatar for thekilon
2
401
Member Avatar for cwarn23
Member Avatar for finalist
0
1K
Member Avatar for avgprogramerjoe
Member Avatar for astronautlevel
0
3K
Member Avatar for Aneesha

There no viruses in macos because on the simple fact that like in a human body a virus needs the right conditions to prosper. Macos does not provide theses conditions as any unix system out there. On the subject of rumor they have been only viruses by fantasy and viruses …

Member Avatar for jsepeta
0
908
Member Avatar for acrocephalus

I wanted to add a tiny advice here, that no book will ever replace the real experience of actual coding. So I would advice to choose a python project and carry it on while you read all these books and tutorials. Seeing things how they work in practice is real …

Member Avatar for Dylan Solarsh
0
239
Member Avatar for --Fire--

[QUOTE=ultimatebuster;1349264]imagine how slow that os would be.[/QUOTE] I prefer to imagine how fast that os would if someone used cython. The good news is that python underneath is C++ language, you could interface countless OS code with python through cython and experience zero speed lose. If you are clever enough …

Member Avatar for Archenemie
0
747
Member Avatar for thekilon

Are they any tool that can help build nice looking , easy to use installer, that will be strictly GUI based, no command line magic, for my end user for a programm I am building. If it is possible I would like to bundle inside my installation python and pygame, …

Member Avatar for thekilon
0
193
Member Avatar for sandeepxd
Member Avatar for dhanapal86mca

Why ironpython is better than python ? And how good is ironpython under macosx ? Can ironpython use python libraries ?

Member Avatar for ultimatebuster
0
114
Member Avatar for Mkaveli

[QUOTE=Mkaveli;1260904]Hy I wanted to know what the best way is to program 3d in python without usin Blender. What I really want is to put my 3ds max object in a Python program. Thanks Mkaveli[/QUOTE] Why dont you use a 3d engine ? The most famous are pyOgre and Panda. …

Member Avatar for Tech B
0
338
Member Avatar for thekilon

Ok this is a tough one, but I am wondering if any of you have dealt with MIDI and especially MIDI CCs and MIDI NRPNs. I am making a project that will used both and will communicate with external synths and soft synths. At the moment I know that pyGame …

0
65
Member Avatar for cwarn23

[QUOTE=cwarn23;1070675]Hi and I have tried some UV mapping in blender and although it can be handy in some situations I have found it to not do the job for my situation. Basically all I want to do is for a texture to pattern around every face of the object without …

Member Avatar for thekilon
0
113
Member Avatar for thekilon

Hi there. Nice forum you got here. I am coding strictly as a hobist since 1988. But I more keen on studying computer languages. I have studied, GWBASIC, DBASE, CLIPPER,C,C++,ASSEMBLY,DELPHI,C#,JAVA. Imade some decent programs with C++ and Delphi. Now I am more interested in making programms . 3d graphics and …

0
68

The End.