Git Product home page Git Product logo

wxtutorials's Introduction

wxtutorials

alt text

What is this?

This is a repository of wxPython tutorials. It is to accompany the lecture videos I've uploaded (pending) to YouTube.

  • Link to be added upon video uploads

Requirements

  • wxPython version 4.0.2+

  • Python 3.6+

  • Some python experience (strongly recommended)

  • Git (recommended, you're on Github)

  • Bash-like terminal (recommended)

Who is this for?

People who

  • don't want to learn PyQT and don't want to pay for the liscensing.

  • need a simple GUI platform

Better looking platforms exist, but wxPython can be quick and easy to develop applications in.

Set up

All code was written on a Ubuntu machine, but is compatible with most Windows machines. If you are developing natively on Windows, be sure to have a Unix like terminal available like Git-bash or Ubuntu terminal.

Terminal stuff

You will need Git to clone this project directory

git clone https://github.com/Johnnyboycurtis/wxtutorials.git

Python stuff

All code was developed using Python 3.6+ and wxPython 4.0.2. If you are still using Python 2, please consider migrating to Python 3 as support is for version 2 is limited; see count down.

Flavor of Python

There are many flavors of Python. I recommend using Anaconda's Miniconda; not the full blown Anaconda download.

Environments

For your sanity's sake, I highly recommend using virtualenv or conda's environments. I use miniconda; you can create a new environment with whatever version of Python you'd like with a simple command

conda create -n myenv python=3.6

and activate it on your system's (bash) terminal with

source activate myenv

Reference: Managing environments โ€” Conda documentation

Installing packages

To install wxPython and all other necessary packages, run

conda install -c anaconda wxpython
conda install matplotlib numpy ipython

Still confused?

Here are some helpful resources, but beware, they may be outdated

New to Python?

I recommend Corey Schafer's Python Tutorials

How do I become an expert?

Practice, my friend. Complexity and the Ten-Thousand-Hour Rule

wxtutorials's People

Contributors

johnnyboycurtis avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.