My two cents, I used to be anti-IDE. But Pycharm and Webstorm Kick ASS.
Their vim emulation is decent enough too. =)

That said, yeah, you should practice doing things through a normal terminal
too,
because that's what you'll need to do as soon as you want to put it on a
server.
Stuff I'd say at a minimum you ought to be able to do at your terminal:

- install virtualenv and create and activate a virtualenvironment
- establish if it's active with commands like "which"
- run setuptools
- launch your app
- run python and python apps
- drop into pdb (the python command line debugger)
- log in to your db terminal client to inspect your database.

HTH!
iain

On Mon, Jul 20, 2015 at 12:24 AM, Davide Maccagno <davide.m...@gmail.com>
wrote:

> im trying to work on two front basically, understand how to "pratically"
> make a web application  and understand what stand behind (env, etc...) but
> indeed pycharm helpme to focus on "how to" even if at the moment i cant
> understand everything.
>
>
> Il giorno mercoledì 15 luglio 2015 19:58:38 UTC+2, Davide Maccagno ha
> scritto:
>>
>> hello,
>>
>> can anyone help with the first app?..here my steps:
>>
>> 1 -  installed python 3.4.3 and pycharm 4.5.3
>> 2 -   created a project with pyramid (with template language : none) and
>> scaffold starter
>> 3 - launch "setup.py develop" command with pycharm gui
>>
>> when i try to start my project on 0.0.0.0:6543 doesnt work, but if i
>> type localhost:6543 i get into the pyramid start page and i also can check
>> the debug. is that the correct way to work? is there any tutorial for
>> pycharm 4.5 and pyramid
>>
>> thanks in advance
>>
>>
>>  --
> You received this message because you are subscribed to the Google Groups
> "pylons-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to pylons-discuss+unsubscr...@googlegroups.com.
> To post to this group, send email to pylons-discuss@googlegroups.com.
> Visit this group at http://groups.google.com/group/pylons-discuss.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to