background preloader

Pyscripter - An open-source Python Integrated Development Environment (IDE)

Pyscripter - An open-source Python Integrated Development Environment (IDE)

Khan Academy The Finch | The Finch Editors If you have anything to contribute -- e.g. configurations for editors, new editors, or opinion -- don't hesitate to edit or create pages. There's an EditorConfigurationHowto available. Please keep wiki links as wiki links, use external links only if there is no existing page for the editor. Please add pages like BoaConstructor also to page IntegratedDevelopmentEnvironments. Multiplatform Editors Unix-Only Editors Windows-Only Editors Macintosh-Only Editors Online Editors Glorified Editors "IDEs" that don't integrate anything Python-specific go here. Enhanced Python shells Mobile Device Editors "IDEs" that run on mobile devices and tablets. Other Resources PySmell provides autocompletion for Vim, Emacs and TextMate Never ending debate EmacsVsVi CategoryEditors

DIY How To Hack A Hard-Drive To a Hidden Flash-Drive,LED Light,Cellphone Charg | Video « Samimy Hacks & Makes Graphics courses - Links - Ivan Malopinsky - Software designer and developer - Indianapolis Courses with Videos UC Davis - Ray Tracing for Global Illumination - global illumination, radiosity, recursive stochastic ray tracing, anti-aliasing, irradiance caching, path tracing UC Davis - Computer Graphics - optics, geometry, hierarchical modeling, rendering, shading UC Davis - Introduction to Geometric Modeling - interpolation, approximation, curves, splines, surfaces UC Davis - Introduction to Graphics Architecture - graphics hardware, GPGPU, parallelism UC Davis - Advanced Visualization - ray casting, triangulation, data approximation, interpolation Utrecht University - Computer Graphics - vectors, curves, matrices, transformations, rasterization, ray tracing Harvard - Intro to Computer Graphics and GPU Programming - OpenGL, GLSL, lighting, animation, special effects BerkeleyX - Foundations of Computer Graphics - ray tracing, OpenGL Offline Rendering Online Rendering and GPUs Geometry Physics Animation and Crowd Behavior

Learn Python - Free Interactive Python Tutorial s “Internet of Things” Camera March 13, 2012 AT 12:11 am Here’s our Arduino based “Internet of Things” camera. It’s a simple remote monitoring using the Eye-Fi wireless SD card and Adafruit Data Logging Shield for Arduino. The Eye-Fi card is a tiny wireless memory card. It stores photos and fits inside a camera just like a regular SD card, but also has built-in WiFi transceiver that can upload images to your computer, smartphone or to various photo-sharing sites. What makes this combination way cooler than just a normal SD card or a USB cable to a computer is all the infrastructure provided by the Eye-Fi service — not just transferring images to your computer, but pushing them to your smartphone, photo-sharing sites like Flickr, issuing email or Twitter notifications, etc. Read more… & code is on GitHub. Related Sorry, the comment form is closed at this time.

Python Set Up - Google's Python Class - Google Code This page explains how to set up Python on a machine so you can run and edit Python programs, and links to the exercise code to download. You can do this before starting the class, or you can leave it until you've gotten far enough in the class that you want to write some code. The Google Python Class uses a simple, standard Python installation, although more complex strategies are possible. Python is free and open source, available for all operating systems from python.org. Run an existing python program, such as hello.py Run the Python interpreter interactively, so you can type code right at it Both of the above are done quite a lot in the lecture videos, and it's definitely something you need to be able to do to solve the exercises. Download Google Python Exercises As a first step, download the google-python-exercises.zip file and unzip it someplace where you can work on it. Python on Linux, Mac OS X, etc. If python is not installed, see the Python.org download page. Python on Windows

Setup a DIY Network ‘DropBox’ (aka PirateBox) PirateBox allows you to quickly setup a mobile wireless file sharing network. Basically, it’s a P2P file-sharing device that can turn any space into a temporary, but secure wireless file sharing network. Multiple users within range of the device can connect to the network without any log-in and immediately start downloading or uploading files via their computers or mobile devices. As it is not connected to the internet, the system is secure from outside attacks. Also, users remain anonymous as no user logs are generated. The PirateBox is made up of a wireless router and light-weight Linux server connected to a USB hard drive. Popular File Server Projects: Comments are closed. Fireflies in a Jar This is a simple project that uses NE-2 neon bulbs in a group of 'relaxation oscillators.' In essence, an RC circuit charges a capacitor at a rate determined by a resistor and discharges the cap though a neon bulb to start the process over. The effect is a blinking lamp. With a group of these oscillators you get multiple blinking bulbs and the effect is similar to fireflies. I made this project using junk parts and so I don't have part numbers or retail sources to offer. You will need: 10 1uf capacitors 150v 10 1 meg ohm resistors 1/4 watt 10 NE-2 neon lamps 2 Diodes (300v) Solder Wire Shrink Tubing (1/8 in) Power cord and male wall plug Tools: Wire cutters Soldering Iron Hot Glue Gun (Epoxy OK too) Rotary Tool (optional) Thinking Cap* * You will be dealing with AC line voltages, so think before you touch anything.

ClipX ClipX is a tiny clipboard history manager. It is sweet, it is free, use it. License Copyright 2004-2008 Francis Gastellu. Download ClipX Latest stable version: ClipX 1.0.3.8 for x86 (Nov. 30th, 2005) Latest beta version: ClipX 1.0.3.9 beta 7 x86 (Jul. 6th, 2008) ClipX 1.0.3.9 beta 7 x64 (Jul. 6th, 2008) Note that beta versions are work in progress. Download Plugins ClipX Stickies Plugin 1.9Stickies Plugin 1.9 for ClipX x64 Keeps a list of permanent entries at the bottom of your history. ClipX Auto Update Plugin 1.6Auto Update Plugin 1.6 for ClipX x64 Automatically checks for and downloads the latest version of ClipX (RSA authenticated). ClipX Limits Plugin 1.2Limits Plugin 1.2 for ClipX x64 Lets you ignore some clipboards based on size in memory. ClipX "Save Image As" Plugin 0.1 Lets you save image clipboards as PNG or JPG (Requires GDI+), by Miguel Garrido. ClipX DiskLog Plugin 1.2DiskLog Plugin 1.2 for ClipX x64 Records your clipboard lifetime history to disk (text entries only). Donate Thanks Contact

Infographic Creation Made Easy with Visual.ly Create Today marks an important milestone for Visual.ly: the release of our tools for automatic infographic creation. Our team has made hundreds of infographics, so we know how hard it can be to find the data, do the necessary research, and make sure you are following the principles of good data visualization, while still coming up with a design that people will want to hang on their wall and spread through the interwebs. That’s why we’ve built data feeds into a number of infographic designs, created for you by our team of expert designers. We are social creatures, so we thought it only natural to start with Twitter and Facebook. Another reason was our launch at the SXSW Festival, a place where many new stories are being told. But this is just the beginning. Once you’ve created an infographic with Visual.ly Create, we hope you’ll share it with the community by posting to your Visual.ly profile or sharing with your friends on social networks.

If you are on Windows, then PyScripter is the best FREE choice out there. It's a complete IDE with integrated debugger, and it's a single executable, so no install hassles. It's only 6-7 MB in size. It's got support for remote debugging. Code completion is good, and cross referencing is provided by simply hovering the mouse over the symbol you want to know more about. It's a well thought out project. Plus it's FREE and in active development. The latest version supports Python 3.0 as well.
< by stargatekt87 Jan 17

Related: