Re: python / django demand

2015-04-23 Thread Joel Goldstick
>> >> On Tue, Apr 21, 2015 at 11:50 PM, Jay wrote: >>> >>> Just curious if any long time python / django developers have seen an >>> increase in the demand/growth/popularity of these skills? I run a dev team >>> of python/django/aws developers b

Re: python / django demand

2015-04-22 Thread Jay
thank you, good info. On Wednesday, 22 April 2015 05:10:48 UTC-6, mlvora.2010 wrote: > > Hey Jay, > > I am Malhar Vora from India. I may not be a proper person to answer to > your question as I don't have much experience but since 5-6 years I am > observing that P

Re: python / django demand

2015-04-22 Thread Malhar Vora
Hey Jay, I am Malhar Vora from India. I may not be a proper person to answer to your question as I don't have much experience but since 5-6 years I am observing that Python/Django is gaining momentum in Indian market. As a developer I keep track of Python/Django companies to get a job. In l

python / django demand

2015-04-21 Thread Jay
Just curious if any long time python / django developers have seen an increase in the demand/growth/popularity of these skills? I run a dev team of python/django/aws developers building an ecommerce website and was curious about what people think the future brings for this stack. Continued

Looking for remote python/django software engineers

2015-04-06 Thread Jeff
If this post is not allowed, please delete. Thanks I lead a development team that uses django and python to build an online web portal. I am looking for additional help short or long term, if you are **very comfortable with all of the following skills** please let me know and send your resume/

Re: Python / Django slow ? Deciding my next technological stack

2015-03-06 Thread Ilya Kazakevich
% websites work well on Python/Django and you have more chances to face database bottlenecks, than Django/Python bottlenecks. You know Instagram, right? They use Django AFAIK. CLR (.NET) should probably be faster in some cases (specially with JIT) and it has better multithreading support and better

Re: Python / Django slow ? Deciding my next technological stack

2015-03-02 Thread Nikolas Stevenson-Molnar
On 3/1/2015 7:13 AM, Benj wrote: Just a little questions guys: when a user upload a file to server, and that file is a litte big and takes 3 seconds to be uploaded... what's the proper way, if possible, not to block the entire system for these 3 seconds so the server can serve other users while

Re: Python / Django slow ? Deciding my next technological stack

2015-03-01 Thread Avraham Serour
me and energy in various web projects >>> (mostly >>> > community web sites), and want to pick up a language / framework and >>> invest >>> > heavily on it. >>> > I've spent a lot of time evaluating the various options, and narrowed >

Re: Python / Django slow ? Deciding my next technological stack

2015-03-01 Thread Vijay Khemlani
; Hi, >> > i'm going to invest lots of time and energy in various web projects >> (mostly >> > community web sites), and want to pick up a language / framework and >> invest >> > heavily on it. >> > I've spent a lot of time evaluating

Re: Python / Django slow ? Deciding my next technological stack

2015-03-01 Thread Benj
in various web projects > (mostly > > community web sites), and want to pick up a language / framework and > invest > > heavily on it. > > I've spent a lot of time evaluating the various options, and narrowed my > > choice to 2 stacks: C sharp asp.net MV

Re: Python / Django slow ? Deciding my next technological stack

2015-03-01 Thread Benj
ick up a language / framework and > invest > > heavily on it. > > I've spent a lot of time evaluating the various options, and narrowed my > > choice to 2 stacks: C sharp asp.net MVC or Python / Django. > > > > I'm more attracted to Python / Django co

Re: Python / Django slow ? Deciding my next technological stack

2015-02-25 Thread Benj
of time evaluating the various options, and narrowed > my > >> choice to 2 stacks: C sharp asp.net MVC or Python / Django. > >> > >> I'm more attracted to Python / Django combo, because of the Python > language, > >> and high level framework Djang

Re: Python / Django slow ? Deciding my next technological stack

2015-02-25 Thread Nikolas Stevenson-Molnar
evaluating the various options, and narrowed my choice to 2 stacks: C sharp asp.net MVC or Python / Django. I'm more attracted to Python / Django combo, because of the Python language, and high level framework Django. I really want to use these. My only concern is speed. I read that Python can&#

Re: Python / Django slow ? Deciding my next technological stack

2015-02-25 Thread Tom Evans
ous options, and narrowed my > choice to 2 stacks: C sharp asp.net MVC or Python / Django. > > I'm more attracted to Python / Django combo, because of the Python language, > and high level framework Django. I really want to use these. > My only concern is speed. I read that Pyth

Re: Python / Django slow ? Deciding my next technological stack

2015-02-24 Thread Russell Keith-Magee
ous options, and narrowed my > choice to 2 stacks: C sharp asp.net MVC or Python / Django. > > I'm more attracted to Python / Django combo, because of the Python > language, and high level framework Django. I really want to use these. > My only concern is speed. I read that Pyth

Re: Python / Django slow ? Deciding my next technological stack

2015-02-24 Thread Andrew Farrell
> wrote: > >> On 02/24/2015 03:30 PM, Benj wrote: >> > Hi, >> > i'm going to invest lots of time and energy in various web projects >> (mostly >> > community web sites), and want to pick up a language / framework and >> invest >> > heavily

Re: Python / Django slow ? Deciding my next technological stack

2015-02-24 Thread Vijay Khemlani
27;ve spent a lot of time evaluating the various options, and narrowed my > > choice to 2 stacks: C sharp asp.net MVC or Python / Django. > > > > I'm more attracted to Python / Django combo, because of the Python > > language, and high level framework Django. I really w

Re: Python / Django slow ? Deciding my next technological stack

2015-02-24 Thread Alex Mandel
options, and narrowed my > choice to 2 stacks: C sharp asp.net MVC or Python / Django. > > I'm more attracted to Python / Django combo, because of the Python > language, and high level framework Django. I really want to use these. > My only concern is speed. I read that Python can

Python / Django slow ? Deciding my next technological stack

2015-02-24 Thread Benj
or Python / Django. I'm more attracted to Python / Django combo, because of the Python language, and high level framework Django. I really want to use these. My only concern is speed. I read that Python can't run concurrent tasks, is this true ? So a multi-processor with hyperthrea

Re: Hit API in python django

2015-02-14 Thread James Schneider
Do you want code in your Django project to contact an API provided by another site in order to display information on your site? Or are you writing an API to provide services for end users? If the latter, I would recommend the DRF in the link provided in the previous response by Mike. -James On F

Re: Hit API in python django

2015-02-14 Thread Mike Dewhirst
On 14/02/2015 8:06 PM, Kapil Tomer wrote: I am developing a site on django. I want to hit a api url. Please suggest me. Its realy very urgent. Thanks http://www.django-rest-framework.org/tutorial/quickstart/ -- You received this message because you are subscribed to the Google Groups "Django

Hit API in python django

2015-02-14 Thread Kapil Tomer
I am developing a site on django. I want to hit a api url. Please suggest me. Its realy very urgent. Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to djan

Re: Bristol (UK) startup seeks awesome Python/Django engineer

2015-01-03 Thread Cal Leeming
github links, code examples (gist/github/pastebin etc only pls, don't > attach files), and anything else that makes you stand out from the rest. > Interview would consist of a 1 hour phone call, and a decision made > same/following day. Earliest start date would be 5th Jan. > >

Bristol (UK) startup seeks awesome Python/Django engineer

2014-12-30 Thread Joseph Edwards
Tech specs Stack: Python, Django, CircleCI, Github, DigitalOcean, Docker, MongoDB, Percona MySQL, Sentry, New Relic, LogEntries, Twilio, Slack, Vagrant, Trello, Stripe, TDD, Redis, RQ, CloudFlare, Python libs: django-debug-toolbar, freezegun, python-requests, freezegun, django-devserver, mongo

Re: Python/Django programmers needed (telecommute)...

2014-12-15 Thread Jason McVetta
ed/ > Bristle Software, Inc -- http://bristle.com -- Glad to be of service! > Open Source: Without walls and fences, we need no Windows or Gates. > -- > > > Forwarded Message Subject: Python/Django programmer > needed (telecommute).

Python/Django programmers needed (telecommute)...

2014-12-04 Thread Fred Stluka
- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open Source: Without walls and fences, we need no Windows or Gates. Forwarded Message ---- Subject: Python/Djan

Re: No modpython.py in python-django 1.6.6-1, which package includes modpython.py?

2014-09-17 Thread Collin Anderson
I recommend switching from mod_python to mod_wsgi, as django doesn't officially support mod_python anymore. https://docs.djangoproject.com/en/dev/releases/1.3/#mod-python-support -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe f

Re: No modpython.py in python-django 1.6.6-1, which package includes modpython.py?

2014-09-17 Thread Hannu Krosing
On 09/17/2014 01:52 PM, nobody wrote: > > Hi, > > In Debian 6.0.4, I installed python-django 1.4.5-1 which got > /usr/lib/python2.6/dist-packages/django/contrib/auth/handlers/modpython.py. > That file is not included in python-django 1.6.6-1 for the Wheezy, > and I'v

No modpython.py in python-django 1.6.6-1, which package includes modpython.py?

2014-09-17 Thread nobody
Hi, In Debian 6.0.4, I installed python-django 1.4.5-1 which got /usr/lib/python2.6/dist-packages/django/contrib/auth/handlers/modpython.py. That file is not included in python-django 1.6.6-1 for the Wheezy, and I've got following error from apache2. How can I fix it? Which package s

Re: Python/Django Developer |For Hire| - 40 hours/week

2014-08-19 Thread Tiago de Souza Moraes
media files to amazon s3 using python boto library. > Other technology used are celery and beanstalkd. Hosted in AWS using apache > and nginx. Front end javascripts are using jQuery. > > DealSnapt > > dealsnapt™ is the leading product in the US market for mobile smartphone >

Python/Django Developer |For Hire| - 40 hours/week

2014-08-19 Thread Subhish Nair
leading product in the US market for mobile smartphone users that are looking for the best local deals. The api controlling entire dealsnapt operations is developed using python/django. The database used is posgresql and postgis is used for handing spatial data. Used sqlalchemy along with djan

Re: Changing website version written in python+django

2014-08-04 Thread Jagger
Hi Clifford, Thanks for your detailed answer. Regards, Zoli > Hi Zoli, > > I'm assuming that you're not using virtualenv right now. The best way to > do this is to use virtualenv, virtualenwrapper, and a revision control > system like Mercurial. The workflow goes something like this. > > m

Re: Changing website version written in python+django

2014-08-01 Thread CLIFFORD ILKAY
On 08/01/2014 01:06 AM, Zoltán Turcsányi wrote: > Hi Everyone, > > > I have a website written in python+django and I deployed it to > pythonanywhere.com. It's okay, works well, but I want to deploy new > versions. How should I do that? > Just copy the new files with

Re: Changing website version written in python+django

2014-07-31 Thread Zoltán Turcsányi
> On 1 August 2014 15:06, Zoltán Turcsányi > > wrote: > > Hi Everyone, > > > > > > I have a website written in python+django and I deployed it to > > pythonanywhere.com. It's okay, works well, but I want to deploy new > > versions. How sho

Re: Changing website version written in python+django

2014-07-31 Thread Lachlan Musicman
You can copy the files on top of the old files and then restart the web server, which will bump the wsgi or fastcgi, which should be sufficient. cheers L. On 1 August 2014 15:06, Zoltán Turcsányi wrote: > Hi Everyone, > > > I have a website written in python+django and I de

Changing website version written in python+django

2014-07-31 Thread Zoltán Turcsányi
Hi Everyone, I have a website written in python+django and I deployed it to pythonanywhere.com. It's okay, works well, but I want to deploy new versions. How should I do that? Just copy the new files with rsync? Or change the full django project directory? I would be really grateful i

Re: Final python/django engineer needed!

2014-07-18 Thread Sagar Chalise
ilable. Any and all help is > greatly appreciated! > > > http://www.indeed.com/job/software-engineer-web-developer-python-django-f1adb67543d9e0f9 > > Many thanks in advance! > > Jace > > > Jace Wieser > Chief Technology Officer >

Final python/django engineer needed!

2014-07-17 Thread Jace Wieser
-web-developer-python-django-f1adb67543d9e0f9 Many thanks in advance! Jace Jace Wieser Chief Technology Officer Phase 5 Group, LLC phase5group.com -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubs

Python/Django users in Namibia

2014-06-14 Thread Daniele Procida
Is there anyone here from Namibia, or involved in Python/Django-related activities there, or who knows someone who is? Please get in touch with me if so, at dani...@vurt.org. It's about holding an international Python community event in Windhoek. See <http://pycons-in-africa.readthe

Re: Python/Django based Enterprise framowrk

2014-05-01 Thread Mario Gudelj
You'll need to create your own admin in that case. For 90% of my projects I've unfortunately had to do that. You can find a good admin console kit, perhaps something based on bootstrap and use the components to create whatever you want. I usually use one called Metronic. On 01/05/2014 7:43 pm, "Ken

Re: Python/Django based Enterprise framowrk

2014-05-01 Thread Kenan Bek
*and full customisation of code/view (I think it should generate python codes rather than generate dynamic views)* I mean for example if we use Django's Admin it will generate Dynamic view and it is hard to customise it. I need something which will generate forms like Django Admin but with flex

Re: Python/Django based Enterprise framowrk

2014-05-01 Thread Venkatraman S
On Thu, May 1, 2014 at 12:24 PM, Kenan Bek wrote: > > So, now, I am looking for frameworks based on Django which will give > features for following issues: > > Django itself is a framework :) > - rich CRUD views generation (list/table, details, edit and create forms) > CBV vs FBV. > - ready

Python/Django based Enterprise framowrk

2014-04-30 Thread Kenan Bek
Dear Django users, I am working on ERP solution for my company and I used to use Django as a web application framework. To automatise process of creating CRUD forms I use Django Admin with Django Suit package. It works pretty well. BUT it does not gives features for full customisation because i

Re: I need a Python Django Developer in Boston, MA

2014-04-24 Thread fabricio mata de castro Mata
t; > > > > > > *One of my clients wants to hire a Python Django Developer / Engineer for > a Contract/Contract-to-Hire position in Boston, MAI can tell you the work > is on site.US Citizen or Equivalent -- No sponsorship at this timeDetails > for this and other positions

I need a Python Django Developer in Boston, MA

2014-04-24 Thread Travis Yeager
*One of my clients wants to hire a Python Django Developer / Engineer for a Contract/Contract-to-Hire position in Boston, MAI can tell you the work is on site.US Citizen or Equivalent -- No sponsorship at this timeDetails for this and other positions at www.ITGeekWhisperer.com

Re: modification time in Python - Django

2014-03-04 Thread Paul J Stevens
On 02-03-14 20:49, Jaap van Wingerde wrote: > views.py: > ... > pwd = os.path.dirname(os.path.realpath(__file__ )) > home_lastmod = > strftime('%Y-%m-%dT%H:%m:%SZ',gmtime(os.path.getmtime(pwd+'/templates/art_index.html'))) > ... > > The template says: "2014-03-02T19:03:55Z". The strtime argumen

modification time in Python - Django

2014-03-03 Thread Jaap van Wingerde
views.py: ... pwd = os.path.dirname(os.path.realpath(__file__ )) home_lastmod = strftime('%Y-%m-%dT%H:%m:%SZ',gmtime(os.path.getmtime(pwd+'/templates/art_index.html'))) ... The template says: "2014-03-02T19:03:55Z". ... jaap@liakoster:~$ python Python 2.7.3 (default, Jan 2 2013, 13:56:14) [GC

Re: [JOB] $1,500 referral reward - Know anyone for Lead Python / Django Developer opening?

2014-02-12 Thread Russell Keith-Magee
That kind of comment is completely unnecessary. Please keep a civil tone or I'll start banning accounts from posting. Yours, Russ Magee %-) On Wed, Feb 12, 2014 at 11:00 PM, Cal Leeming [Simplicity Media Ltd] < cal.leem...@simplicitymedialtd.co.uk> wrote: > As per usual, I think you're missing

Re: [JOB] $1,500 referral reward - Know anyone for Lead Python / Django Developer opening?

2014-02-12 Thread Cal Leeming [Simplicity Media Ltd]
>> responses for you too :) >> >> Thank you >> >> Cal >> >> >> On Tue, Feb 11, 2014 at 8:54 PM, Marsh Sutherland >> wrote: >> >>> Hi Djangonauts, >>> >>> Do you know anyone for my client's newly

Re: [JOB] $1,500 referral reward - Know anyone for Lead Python / Django Developer opening?

2014-02-12 Thread Cal Leeming [Simplicity Media Ltd]
As per usual, I think you're missing the point here Tom. Cal On Wed, Feb 12, 2014 at 9:55 AM, Tom Evans wrote: > On Tue, Feb 11, 2014 at 10:19 PM, Cal Leeming [Simplicity Media Ltd] > wrote: > > Hi Marsh, > > > > Could you have a read of this thread; > > > https://groups.google.com/forum/#!ms

Re: [JOB] $1,500 referral reward - Know anyone for Lead Python / Django Developer opening?

2014-02-12 Thread Tom Evans
On Tue, Feb 11, 2014 at 10:19 PM, Cal Leeming [Simplicity Media Ltd] wrote: > Hi Marsh, > > Could you have a read of this thread; > https://groups.google.com/forum/#!msg/django-users/q64B4chm1ho/cCp_Xvxu41oJ > > It has some tips/advice on what to put into a job description, it helps keep > the lis

Re: [JOB] $1,500 referral reward - Know anyone for Lead Python / Django Developer opening?

2014-02-12 Thread Avraham Serour
esponses for you too :) > > Thank you > > Cal > > > On Tue, Feb 11, 2014 at 8:54 PM, Marsh Sutherland wrote: > >> Hi Djangonauts, >> >> Do you know anyone for my client's newly open Lead Python / Django >> Developer opening? >> >> They are

Re: [JOB] $1,500 referral reward - Know anyone for Lead Python / Django Developer opening?

2014-02-11 Thread Cal Leeming [Simplicity Media Ltd]
:) Thank you Cal On Tue, Feb 11, 2014 at 8:54 PM, Marsh Sutherland wrote: > Hi Djangonauts, > > Do you know anyone for my client's newly open Lead Python / Django > Developer opening? > > They are a well-funded, stable, and disruptive startup in the Chandler > area. >

[JOB] $1,500 referral reward - Know anyone for Lead Python / Django Developer opening?

2014-02-11 Thread Marsh Sutherland
Hi Djangonauts, Do you know anyone for my client's newly open Lead Python / Django Developer opening? They are a well-funded, stable, and disruptive startup in the Chandler area. If you do, please have them email their resume to me at msutherl...@waldenrecruiting.com AND mention

Re: Python / Django Web Applications Developer - Michigan $90-$100/hr

2014-02-10 Thread Cal Leeming [Simplicity Media Ltd]
4 at 6:13 PM, Leigh Haugen wrote: > >> This contract opportunity is in Michigan (obviously not local), but I >> was wondering if you might be open to posting it in the Chicago Djangonauts >> Group. It is a great opportunity on a Cloud Development team for somebody &

Re: Python / Django Web Applications Developer - Michigan $90-$100/hr

2014-02-10 Thread Fred Stluka
who is willing to take a temporary job here in Michigan. ** *Python / Django Web Applications Developer, Michigan 6+mth contract, $90-$100/hr.* *No phone calls. Please email resumes to: le...@kdmmcorp.com <mailto:le...@kdmmcorp.com>* REQUIREMENTS Must have stron

Re: Python / Django Web Applications Developer - Michigan $90-$100/hr

2014-02-10 Thread Cal Leeming [Simplicity Media Ltd]
take a temporary job here in Michigan. > > > > *Python / Django Web Applications Developer, Michigan 6+mth contract, > $90-$100/hr.* > > *No phone calls. Please email resumes to: le...@kdmmcorp.com > * > > > > REQUIREMENTS > > Must have strong recent ex

Python / Django Web Applications Developer - Michigan $90-$100/hr

2014-02-10 Thread Leigh Haugen
This contract opportunity is in Michigan (obviously not local), but I was wondering if you might be open to posting it in the Chicago Djangonauts Group. It is a great opportunity on a Cloud Development team for somebody who is willing to take a temporary job here in Michigan. Python / Django

We're about to start hiring Python/Django developers, where should we advertise?

2014-01-28 Thread Stephen Hawkes
So, Sitting here in our new offices in Solihull (UK), I've exhausted the uni-mates, contacts from past projects, now I need to know where to focus the search next. We're looking for people to help us build apps for our clients, people like Greenpeace, Tearfund, Macmillan and others. One in eve

Re: Python / Django Web Applications Developer - Michigan $90-$100/hr

2014-01-23 Thread Brett Parker
On 24 Jan 09:28, Russell Keith-Magee wrote: > On Fri, Jan 24, 2014 at 9:12 AM, Brett Parker > wrote: > > > > > (also, this is not, as far as I'm aware, a jobs list.) > > > > It is - as long as the jobs are relevant. I sit happily corrected :) > It's not, however, a spam list for recruiters. If

Re: Python / Django Web Applications Developer - Michigan $90-$100/hr

2014-01-23 Thread Russell Keith-Magee
On Fri, Jan 24, 2014 at 9:12 AM, Brett Parker wrote: > > (also, this is not, as far as I'm aware, a jobs list.) > It is - as long as the jobs are relevant. It's not, however, a spam list for recruiters. If a recruiter starts posting non-Django jobs, or starts posting jobs without providing detai

Re: Python / Django Web Applications Developer - Michigan $90-$100/hr

2014-01-23 Thread Brett Parker
On 23 Jan 11:41, Leigh Haugen wrote: > Great opportunity on a Cloud Development team for somebody who is willing to > take a temporary job here in Michigan. > > Python / Django Web Applications Developer, Michigan 6+mth contract, > $90-$100/hr. > > REQUIREMENTS > &

Python / Django Web Applications Developer - Michigan $90-$100/hr

2014-01-23 Thread Leigh Haugen
Great opportunity on a Cloud Development team for somebody who is willing to take a temporary job here in Michigan. Python / Django Web Applications Developer, Michigan 6+mth contract, $90-$100/hr. No phone calls. Please email resumes to: <mailto:le...@kdmmcorp.com> le...@kdmmco

Re: Hi All, I am looking for a Python / Django Developer to join my digital agency client in central London! Immediate interview - Permanent position - The Digital Recruitment Firm

2014-01-23 Thread Cal Leeming [Simplicity Media Ltd]
Gareth, You might get a better response if you put more details about the position you are offering. Considering the phrase "digital agency" is about as over-used as the word cloud, this email is little more than useless spam in it's current format. Tell people what you have to offer, and why th

Re: Hi All, I am looking for a Python / Django Developer to join my digital agency client in central London! Immediate interview - Permanent position - The Digital Recruitment Firm

2014-01-23 Thread Thiago Moreira de Souza
Good morning, my name is Thiago Arrais, I'm from Brazil and I have 29 years old, and I'm student Computer Sciense in Rio de Janeiro. I receive your e-mail to find one developer Python and Django. I want to make part of your team, you don't pay for to me. I want to make one thing, because, can you

Hi All, I am looking for a Python / Django Developer to join my digital agency client in central London! Immediate interview - Permanent position - The Digital Recruitment Firm

2014-01-23 Thread Gareth Hill
Email: i...@thedigitalrecruitment-firm.co.uk -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, se

Re: Python-Django : ImportError at / : No module named urls

2013-12-11 Thread Guilherme Henrique Pedreira
Have you checked the file permissions? The user runing the project, must be able to read the files at least. check this question: http://stackoverflow.com/questions/805427/which-permissions-should-i-use-for-django-folders-at-my-server Em quarta-feira, 11 de dezembro de 2013 11h39min08s UTC-2, Li

Re: Python-Django : ImportError at / : No module named urls

2013-12-11 Thread 강동욱
Check "urls.py" file in your project manage folder. I think you doesn't have a "urls.py" in your project folder. 2013년 12월 11일 수요일 오후 5시 32분 20초 UTC+9, shoaib ijaz 님의 말: > > I have created Djnago project in eclipse. Unfortunately, i am facing issue > when i run the project > > ImportError at /

Python-Django : ImportError at / : No module named urls

2013-12-11 Thread shoaib ijaz
I have created Djnago project in eclipse. Unfortunately, i am facing issue when i run the project ImportError at / No module named urls Here Error Page http://dpaste.com/1499981/ Eclipse Project http://i1008.photobucket.com/albums/af204/shoaibshah01/Untitled_zps84f95b4f.jpg -- You received

Tech start up looking for a Python/Django rockstar - £300/day - fast start

2013-08-20 Thread Cal Leeming [Simplicity Media Ltd]
Hello all, One of our tech startup clients in London is currently looking for an experienced Python/Django rockstar. The position is full time, salary is £300/day, working remotely or on-site, shares are also being considered for those who can bring exceptional talent/experience. Currently in

Senior Python/Django Dev in London (£5000-6000 per month)

2013-08-18 Thread George Kazarian
Based in London, *The Recipe Kit* is a tech startup with a set mission of changing the way people currently eat and cook at home. We believe that all traditional shopping and cooking models are quite outdated and create a lot of unnecessary stress. We are currently experiencing a growing

Re: Install MySQL for Python Django on my Windows PC

2013-08-06 Thread Jason Arnst-Goodrich
Another tip is to check out Bitnami. I've used them a couple times now (both VMs and stack installs). They do a pretty good job of getting a stack you want on Windows real fast. http://bitnami.com/stack/django/installer (note it comes with MySQL and Postgres) -- You received this message beca

Re: Install MySQL for Python Django on my Windows PC

2013-08-06 Thread Tom Evans
On Tue, Aug 6, 2013 at 4:38 PM, Glenn Vulkers wrote: > Hello , > > I'm wondering how I can install Mysql to use in Python Django on my Windows > PC. > I tried to install Ubuntu on a Virtual PC but it's just not working. So I > managed to get Django > on my Window

Re: Install MySQL for Python Django on my Windows PC

2013-08-06 Thread Giulio Calacoci
Il 06/08/2013 18:08, Javier Guerra Giraldez ha scritto: On Tue, Aug 6, 2013 at 10:43 AM, Avraham Serour wrote: for development just use sqlite +1 not only SQLite is totally installation-free and management-free, but also its SQL parser is more compliant than MySQL, so there are fewer surprise

Re: Install MySQL for Python Django on my Windows PC

2013-08-06 Thread Frank Bieniek
Take a WAMP and add mod_python to apache for full blown compatibility. or just use the mysql form the wamp system. thx Am 06.08.2013 17:38, schrieb Glenn Vulkers: Hello , I'm wondering how I can install Mysql to use in Python Django on my Windows PC. I tried to install Ubuntu on a Vi

Re: Install MySQL for Python Django on my Windows PC

2013-08-06 Thread Javier Guerra Giraldez
On Tue, Aug 6, 2013 at 10:43 AM, Avraham Serour wrote: > for development just use sqlite +1 not only SQLite is totally installation-free and management-free, but also its SQL parser is more compliant than MySQL, so there are fewer surprises when going SQLite->PostgreSQL than the transition MySQL

Re: Install MySQL for Python Django on my Windows PC

2013-08-06 Thread Avraham Serour
for development just use sqlite On Tue, Aug 6, 2013 at 6:38 PM, Glenn Vulkers < luksindit-tjopt...@hotmail.com> wrote: > Hello , > > I'm wondering how I can install Mysql to use in Python Django on my > Windows PC. > I tried to install Ubuntu on a Virtual PC but i

Install MySQL for Python Django on my Windows PC

2013-08-06 Thread Glenn Vulkers
Hello , I'm wondering how I can install Mysql to use in Python Django on my Windows PC. I tried to install Ubuntu on a Virtual PC but it's just not working. So I managed to get Django on my Windows PC, but I cant go any further with working with it, because I don't have MyS

Re: I all django's user I'm new here and also new to Python+ django technology. but i wanna learn phython........

2013-08-01 Thread Lynn Fu
I very agree with Phil/ 在 2013年8月1日星期四UTC+8下午5时28分48秒,Rakesh Balhara写道: > > I all django's user I'm new here and also new to Python+ django > technology. but i wanna learn phython and i hv to make a project in this > technology so plzz tell me where from i start t

Re: I all django's user I'm new here and also new to Python+ django technology. but i wanna learn phython........

2013-08-01 Thread Phil
I'm new here and also new to Python+ django > technology. but i wanna learn phython and i hv to make a project in this > technology so plzz tell me where from i start to learning i just want > to learn it within one week... > -- You received this message because you ar

I all django's user I'm new here and also new to Python+ django technology. but i wanna learn phython........

2013-08-01 Thread Rakesh Balhara
I all django's user I'm new here and also new to Python+ django technology. but i wanna learn phython and i hv to make a project in this technology so plzz tell me where from i start to learning i just want to learn it within one week... -- You received this message becau

Re: send query by using a textbox of html to python(django)

2013-06-30 Thread Daniel Drummond
e as list in html. > > now, i ask the following question: > > how can we send a number from text box of html to python(django) and > after that django multiply this output number in 3 and return this number > as list in html > > tnx > -- You received this message b

Re: send query by using a textbox of html to python(django)

2013-06-30 Thread Daniel Drummond
> i work on a project in which i could send query by using a textbox of html > to django .then django can process on this query and assign the return > value as list in html. > > now, i ask the following question: > > how can we send a number from text box of html to python(django)

send query by using a textbox of html to python(django)

2013-06-30 Thread mash . papillon
i work on a project in which i could send query by using a textbox of html to django .then django can process on this query and assign the return value as list in html. now, i ask the following question: how can we send a number from text box of html to python(django) and after that django

Re: A ready made python/django validation class

2013-06-06 Thread Daniel Roseman
On Thursday, 6 June 2013 12:08:14 UTC+1, niiati wrote: > Hello Snr Python/Django programmers, > > I am very new to python/Django and I find writing validation classes for > my application very tedious and repetitive. I am wondering if there is a > ready made class for val

A ready made python/django validation class

2013-06-06 Thread niiati
Hello Snr Python/Django programmers, I am very new to python/Django and I find writing validation classes for my application very tedious and repetitive. I am wondering if there is a ready made class for validation. I mean validating things like date, integers, address, currency and stuff like

Python/Django DevOps community and resources

2013-05-20 Thread Daniele Procida
Hi folks. I've just got back from the most astounding DjangoCon Europe in Warsaw, where several of decided that the DevOps in the community needed more mutual support. So, we've set up #django-devops on irc.freenode.net, and for an email list. Do

Re: A great opportunity for Python-Django Developers

2013-05-06 Thread Jitendra Jain
--- > *From: * Jitendra Jain > > *Sender: * django...@googlegroups.com > *Date: *Mon, 6 May 2013 09:06:59 -0700 (PDT) > *To: *> > *ReplyTo: * django...@googlegroups.com > *Subject: *A great opportunity for Python-Django Developers > > A great

Re: A great opportunity for Python-Django Developers

2013-05-06 Thread cingusoft
Reply-To: django-users@googlegroups.com Subject: A great opportunity for Python-Django Developers A great opportunity for Python-Django gurus | Send your resumes to sa...@recoverify.com It's a well funded start-up with a great team (10+ yrs exp. techies, one of them is accredited investor in

A great opportunity for Python-Django Developers

2013-05-06 Thread Jitendra Jain
A great opportunity for Python-Django gurus | Send your resumes to sa...@recoverify.com It's a well funded start-up with a great team (10+ yrs exp. techies, one of them is accredited investor in US) It's one of those true start-up opportunities, where you will work at very fast p

[Jobs] - Python/Django Developer Position

2013-04-10 Thread Ranjith Kumar
Opening(s) : 2 Educational qual. : BE/MCA Skills : Python, Django, HTML, TPL, JQuery, Backbone.js Years of experience : +1 Job Description/Roles & Responsibilities Minimum 2 years of experience in developing web applications Minimum 1 years of experience with Python and Django Excel

[JOB] Looking for a bunch of great Python/Django developers to work in the District

2013-03-06 Thread Andy
y Nussbaum Partner AAJ Interactive Technologies www.aajinteractive.com j...@aajinteractive.com === *Python/Django Developers* Our client is a well known brand name company in the consumer media industry. For this client we a

Looking to hire a great team of Python/Django developers

2013-02-26 Thread Andy
All, We have a really cool project in Washington DC. We'll be putting together a team of developers (some contract, some full time employees of our client) for this effort. Very cool place doing consumer facing web development. Brand name company - interesting content. Need some great knowl

Re: Kindly help for an interview with Google on python django

2013-02-01 Thread Vijaya Reddy
Hi Dennis, It is Virtualization. Typo error. On Feb 1, 11:55 pm, Dennis Lee Bieber wrote: > On Fri, 1 Feb 2013 08:32:06 -0800 (PST), Vijaya Reddy > declaimed the following in > gmane.comp.python.django.user: > > > At present, I am working on Vitalization technologies(Citrix Products). > >      

Re: Kindly help for an interview with Google on python django

2013-02-01 Thread Vijaya Reddy
Hi All, At present, I am working on Vitalization technologies(Citrix Products). Now i am changing my platform to Python and django. Because, my aim is to get a job Google. Am i moving towards wrong way? On Thursday, January 31, 2013 7:15:11 AM UTC-8, laxglx wrote: > > Hello Everybody, >

Re: Kindly help for an interview with Google on python django

2013-02-01 Thread Javier Guerra Giraldez
On Thu, Jan 31, 2013 at 1:23 PM, Larry Martell wrote: > This is something I found back in 07 when I was offered a chance to > interview there. I searched for it again, and there are links to it, > but they don't appear to work. My situation was the strangely similar > to Peter's - I also got an un

Re: Kindly help for an interview with Google on python django

2013-01-31 Thread Sreenivas Reddy T
thanks for the write-up Best Regards, Srinivas Reddy Thatiparthy 9703888668. "Anyone who has never made a mistake has never tried anything new !!! " --Albert Einstein On Thu, Jan 31, 2013 at 11:53 PM, Larry Martell wrote: > This is something I found back in 07 when I was offered a chance t

Re: Kindly help for an interview with Google on python django

2013-01-31 Thread Larry Martell
This is something I found back in 07 when I was offered a chance to interview there. I searched for it again, and there are links to it, but they don't appear to work. My situation was the strangely similar to Peter's - I also got an unsolicited call from someone at google who said they saw my resu

Re: Kindly help for an interview with Google on python django

2013-01-31 Thread Joey Espinosa
Google is HEAVY on Python... I have some experience working directly with Google engineers in their offices, and I can tell you the level of knowledge that they all have in their respective areas. It's significant, and they're going to want someone with a deep working knowledge of the technologies

Re: Kindly help for an interview with Google on python django

2013-01-31 Thread Larry Martell
On Thu, Jan 31, 2013 at 10:48 AM, Tom Evans wrote: > On Thu, Jan 31, 2013 at 5:25 PM, Larry Martell > wrote: >> Books have been written about interviewing at google. Google >> 'interviewing at google' and you'll find a plethora of stories. After >> reading them you may not want to interview ther

<    1   2   3   4   5   6   7   8   9   >