background preloader

ZetCode, tutorials for programmers

ZetCode, tutorials for programmers

❍ IcoMoon AnotherTutorial Table of Contents: Foreword The purpose of this tutorial is to get you started with the wxPython toolkit, from the basics to the advanced topics. It has lots of code examples, not much talking. mailing list reference book source code of wxPython applications /home/vronskij/bin/wxPython/usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wx - the ultimate resource, on my Linux box There are three decent toolkits for the python programming language: wxPython PyQt PyGTK Note that this tutorial is done on Linux. Icons used in this tutorial: icons.tgz Images used in this tutorial: images.tgz jan bodnar 2005 - 2007 status update. wxPython API wxPython API is a set of functions and widgets. In wxPython we have lot's of widgets. Base Widgets These widgets provide basic functionality for derived widgets. wx.Window wx.Control wx.ControlWithItem Top level Widgets These widgets exist independently of each other. wx.Frame wx.MDIParentFrame wx.MDIChildFrame wx.Dialog wx.PopupWindow Containers Dynamic Widgets or

Algorithm Archive · GitBook Geeklist - A place for geeks to share what they've done, who they did it with and connect with great companies IDE Toolbox: 70+ IDEs for Developers For developing cool applications you need an Integrated Development Environment, also called an IDE. Here's our list of 70+ IDEs for developers and all our geek readers who like to try their hands at coding. Enjoy and Don’t forget to check out our post where you can suggest future toolbox topics! Anjuta C/C++ IDE - A dynamic C/C++ IDE with features including project management, interactive debugger and an editor for browsing and syntax highlighting. BVRDE - A C/C++ Integrated Development Environment (IDE) primarily designed for easy cross-platform development. C-Free - C-Free is a professional IDE offering support for multiple compilers including Cygwin, Borland C++ Compiler, Microsoft C+ Compiler, Open Watcom and Digital Mars. Code::Blocks - A free C++ IDE based on the plug-ins. CPPIDE - A complete integrated development environment for C/C++ environment with a source code editor, compiler and debugger. c.vim - c.Vim is a C/C++ IDE that enables easy coding and execution of programs. Java

TODO git - la guía sencilla git - la guía sencilla una guía sencilla para comenzar con git. sin complicaciones ;) por Roger Dudler (traducido por @lfbarragan y @adrimatellanes) créditos a @tfnico, @fhd y Namics disponible en english, deutsch, français, indonesian, italiano, nederlands, polski, português, русский, türkçe, မြန်မာ, 日本語, 中文, 한국어 por favor, reporta cualquier problema en github configuración Descarga git para OSX Descarga git para Windows Descarga git para Linux crea un repositorio nuevo Crea un directorio nuevo, ábrelo y ejecuta git init para crear un nuevo repositorio de git. hacer checkout a un repositorio Crea una copia local del repositorio ejecutando git clone /path/to/repository Si utilizas un servidor remoto, ejecuta git clone username@host:/path/to/repository flujo de trabajo Tu repositorio local esta compuesto por tres "árboles" administrados por git. add & commit Puedes registrar cambios (añadirlos al Index) usando git add <filename> git add . envío de cambios ramas actualiza & fusiona etiquetas guías

J2EE Video Tutorial | Free Java EE Video Lessons| Free JEE J2EE Video Programming | Jee J2ee Video Lectures Posts | p1xelcoder | Oliver's website What to do after you get promoted into a leadership position should be a trivial question to answer, but in my experience the opposite is true. In fact sometimes it seems to me that leadership is some kind of taboo topic in the games industry. Making games is supposed to be creative and fun and people would rather not talk about a ‘boring’ topic like leadership, but everyone who has had a bad supervisor at some point will agree that lack of leadership skills can be incredibly harmful to team morale and therefore to the game development process. That’s why, when I was first promoted into a leadership position, I set myself the goal to be just like the awesome supervisors I had in the past. But what made these people a great boss? I had no idea, but I assumed I would figure it out myself along the way. After learning more about the theory and practice of leadership I realized that I was unprepared for this role and I’m not the only one with this experience. What is leadership anyway?

Learn Code The Hard Way -- Books And Courses To Learn To Code

Related: