BrisPy / talks

Brisbane Python User Group
15 stars 1 forks source link

Python project managed in an IDE #50

Open waith opened 4 years ago

waith commented 4 years ago

Sometimes we learn bits of knowledge each time, it will be good if someone can present a simple end to end Python project managed in an IDE and provide some suggestions how to do it more efficiently.

IDE : PyCharm Project :

  1. setting up project environment and requirements in the IDE
  2. some Python program modules
  3. with database connection (data input, data output)
  4. with a simple webpage to publish result
kaiw commented 4 years ago

So this would essentially by a PyCharm version of #26 (which will hopefully happen early next year).

dhirschfeld commented 4 years ago

The PyCharm Tips are pretty good to browse but a talk wouldn't go amiss either...