Re: Regarding Learning Django with collaboration

2015-07-17 Thread Ari Davidow
If you are in the Boston area, there are two excellent places to collaborate. First, the Boston Python meetup holds monthly "project nights" where you are welcome to bring your project over to Microsoft's New England Research center ("NERD") and work with volunteers who can answer questions, help y

Starting with Python 3 and Django 1.x?

2014-08-08 Thread Ari Davidow
I am new to Django, and relatively new to (well, re-learning) python. I am working on a website that requires a lot of bidirectional type. Sanity suggests that starting this off with Python 3 and all the built in Unicode sanity makes sense. The online tutorials assume Python 2. Are there equivale

Re: Starting with Python 3 and Django 1.x?

2014-08-08 Thread Ari Davidow
saving some migration in six months or a year. ari On Fri, Aug 8, 2014 at 2:50 PM, Ari Davidow wrote: > I am new to Django, and relatively new to (well, re-learning) python. > > I am working on a website that requires a lot of bidirectional type. > Sanity suggests that starting t

Re: Starting with Python 3 and Django 1.x?

2014-08-09 Thread Ari Davidow
If I stick to Python 2.7, I start off with a host of Unicode issues--not a promising way to start a site that relies on Unicode, Middle Eastern character sets, and bidi functionality. I hate the last-century, Python 2 ways of dealing with those. That makes no sense, barring something more compellin

Re: Is django framework feasible for developing online LMS?

2014-11-12 Thread Ari Davidow
I am curious as to why you would write an LMS from scratch, rather than use an existing framework--edX uses Django and that code is open-sourced and available. Other open source possibilities, not relying on Django, include Moodle and Sakai. Creating a professional environment that supports the pr

Re: ANN: Django website redesign launched

2014-12-16 Thread Ari Davidow
>On a related note, the larger font and increased spacing also means >that the line length before wrapping is reduced. The maximum line >length in a code block in the documentation is around 73 characters, >compared to around 97 characters in the old style. Since, at text sizes, the eye can track

Best practice - evolving from one to several sites using Django

2014-04-30 Thread Ari Davidow
Hi, I am new to this group and new to Django. I have several websites that I want to drag into the current century. Initially I planned to do this with Drupal and know that it is relatively simple to add configuration information, modules, themes, for new sites using one Drupal installation. W

putting together a simple calendar of events in Django

2018-01-30 Thread Ari Davidow
Hi, I have a website that has been using a version of the Moveable Type blogging tool for a simple calendar of events. This works quite well: By reversing the order of display, I am able to show events from today forward (as opposed to typical blog display of "today, back") What makes a Calendar

Re: Advice on python version for new project

2016-08-15 Thread Ari Davidow
If you're doing a CRM app, many advantages to using Python 3 and not having to deal with 2's Unicode issues. Names do not respect a lack of Unicode, and you want people to be able to cut and paste and/or import names as people want to spell them. On Mon, Aug 15, 2016 at 3:37 PM, Rich Shepard wrot

Re: Web based IDE for django

2016-08-15 Thread Ari Davidow
I think you can get a lot of what you're looking for with PythonAnywhere's support for Django--https://www.pythonanywhere.com/ . try the free version and see if that moves you in the right direction? ari On Mon, Aug 15, 2016 at 4:47 PM, wrote: > New in django so here is the question: Is there a

Re: Google Plus going away - is Groups staying ?

2019-05-16 Thread Ari Davidow
Google creates and drops products all the time. The ones that get dropped are generally unpopular ones (or ones that they can’t monetize). Google Groups is in no danger of being dropped anytime soon. > On May 16, 2019, at 4:19 PM, Markus Berndner > wrote: > > markus-bernd...@t-online.de > mar

Re: Python 2 versus 3

2017-09-04 Thread Ari Davidow
Python 2 in general is reaching end of life. If you have the time to make the transition to Python 3 now, it will be significantly easier to maintain your installation (or any other python application) moving forward. ari On Mon, Sep 4, 2017 at 2:04 AM, BIJAL MANIAR wrote: > > Hi, > > I have cu

Quick way to set up a faceted search/database using Django?

2020-06-07 Thread Ari Davidow
One response to the #blacklivesmatter protests in response to the murder of George Floyd and so many others could be to put up a web page - links to local protests/vigils, videos to watch (especially if white and learning about "white privilege", organizations who can use donations specifically rig

Re: Sources for learning django

2020-08-20 Thread Ari Davidow
The Django Project’s own tutorial is a good place to start: https://docs.djangoproject.com/en/3.1/intro/tutorial01/ > On Aug 20, 2020, at 6:29 PM, Mohamed Ghoneim wrote: > > Hey guys, > > can any one tell me name of books , website

Re: text editor

2018-09-02 Thread Ari Davidow
>why? On Sun, Sep 2, 2018, 1:51 AM RONAK JAIN wrote: > Atom is best editor. > > On Sun, 2 Sep 2018, 11:11 a.m. sankar ardhas, > wrote: > >> >> Hi to all, >> Which is the best editor for django framework in Ubuntu os >> 18.04 >> >> Get Outlook for Android >>

Re: Virtual Groups for learning Django

2018-11-04 Thread Ari Davidow
There seem to be a host of python-related slack groups. I am part of python-community.slack.org, which, I believe is connected to the Boston community. To answer the question at hand, there is djangoboston.slack.com which also holds monthly meetups in the Boston area. That could get you started

Re: Google Plus going away - is Groups staying ?

2018-12-14 Thread Ari Davidow
Only Google+ is going away. GoogleGroups, including this group, not affected. > On Dec 14, 2018, at 8:13 AM, Jason wrote: > > Only the social network is closing, I believe. > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe

Re: My replies are not reaching the list

2020-12-14 Thread Ari Davidow
The list is more likely set up not to send your own responses to you. In any event, this one message certainly reached the list. On Mon, Dec 14, 2020, 12:48 PM Pankaj Jangid wrote: > Last time I posted a reply and it did not reach the list. This message > is just to check if my posts are reachin

Re: can Django replace PHP ?

2021-06-28 Thread Ari Davidow
I can't think of any application where you would want php in an environment where python is already available UNLESS there is a requirement to use a php-specific content management system such as WordPress or Drupal. ari On Mon, Jun 28, 2021, 9:17 AM Krishna Adhikari wrote: > Hello all my seni