15 Posted Topics
Re: 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 … | |
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 = … | |
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 … | |
Re: Lazarus is made in Free Pasca a language very similar to Delphi. | |
Re: If it works then mission is accomplished. Anything else is just small letters. | |
Re: 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 … | |
Re: 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 … | |
Re: [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 … | |
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, … | |
Re: Post deleted (How you delete a post?) | |
Re: Why ironpython is better than python ? And how good is ironpython under macosx ? Can ironpython use python libraries ? | |
Re: [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. … | |
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 … | |
Re: [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 … | |
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 … |
The End.