Python is a dynamic, high-level language. Its design focuses on clear syntax, an intuitive approach to object-oriented programming, and making the right way to do things obvious. Python supports modules, exceptions, had an extensive standard module library. Python can also be embedded in other ...

learn more… | top users | synonyms (1)

-1
votes
0answers
27 views

What language should I learn after python? [on hold]

thanks for taking the time to look at my question. I'm a thirteen year old, and I have been programming for about 8 months now. My first language was python, which I thought was a great choice as a ...
-2
votes
0answers
76 views

A Graphical User Interface program which you can program on [on hold]

Is it possible to write a GUI program you can program on? I want to make a graphical user interface program in python to try and teach people to program in python. The image below is an indication of ...
1
vote
2answers
182 views

Clarity over Python and Jython

I'm a Java programmer, but I want to program in Jython. I've never coded in Python before, but have been looking through some tutorials and I'm fairly confident I can grasp it. My question is ...
-1
votes
0answers
171 views

Python frameworks: Is my decision good? [on hold]

I realise .NET MVC has severe limitations because to integrate SIMPLE functionality takes a lot of code to work around the MVC structure. And I am starting to doubt Microsoft's technical competency. I ...
-2
votes
0answers
33 views

Any tutorial-based python blog/s [on hold]

I am looking for a blog that publishes python tutorials, good for beginner programmers. I have look at planet-python blogs but they all seem to be aimed at advanced python programmers. The blog have ...
4
votes
1answer
517 views

Objects of different programming languages

Apparently, there are some resemblance between objects in JavaScript and dictionaries in Python. Each language defines an object a little different (and there is some logic that all definitions to be ...
0
votes
0answers
12 views

Auto generated URLs using Python Django framework [migrated]

I have a website for buying/selling auto parts running on Python Django framework. And I have a navigation bar which shows how many auto parts I have in stock (e.x Audi (1), BMW(23)...). When I add ...
0
votes
1answer
91 views

What is a good php alternative to pip python or python easy_install? [closed]

I have read some tutorials on PEAR like this: http://www.electricmonk.nl/log/2009/04/12/easy-pear-package-creation/ But, they seem to be old. I am a python programmer and I am new to PHP. What do ...
-3
votes
0answers
45 views

Architecture for various api parsing and managing it in one app [closed]

Updated after some comments - I am fetching data from multiple sports api from different sources, and data is in different format given various sources and different sport. I want to know if I can ...
4
votes
1answer
65 views

Clarification of Python Functional document

I'm rereading this http://docs.python.org/2/howto/functional.html document and hit this line, '...Unfortunately, proving programs correct is largely impractical and not relevant to Python software. ...
-2
votes
1answer
58 views

Dealing with internal archeticture API breaks [closed]

There is many technical books, discussing design of programm archeticture. I am looking for one, which does not explains the process or creating arch, but talks about refractoring and changing it. ...
2
votes
0answers
111 views

Multiple sites with the same codebase in Python

I am trying to run a large amount of sites which share about 90% of their code. They are simply designed to query an API and return the results. They will have a common userbase / database but will be ...
-1
votes
0answers
109 views

Run python program from command line, see result in another window [migrated]

I'm creating a simple python script that uses gphoto2 to take a photo from my usb connected camera and feh to display the photo. When I run program, gphoto2 will capture the photo and feh will open ...
0
votes
2answers
124 views

Python — when should a class have-a rather than be-a?

This is related to "Extends is evil" vs. OCP? but separate because the idea of "implement the interface" doesn't exist in Python. I'm writing a class to pull some data off a webpage. It's ...
5
votes
1answer
281 views

Why did Microsoft abandon IronRuby and IronPython? [on hold]

Several years ago, Microsoft announced that Ruby and Python were coming to .net. The projects were called IronRuby and IronPython, respectively. Microsoft said that the projects would be built on ...

15 30 50 per page