Python Forum
Beginner thread :) - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Beginner thread :) (/thread-19116.html)



Beginner thread :) - Caramen - Jun-13-2019

Hello,
I'm new in the python community.
I would like to know if an advanced user can give me some tips and answer to all my noob questions ^^.

My main skills are from AutoIT (Advanced user)

1) First of all I installed :
- Python 3.7
- PyCharme CE (IDE)
- Editra (Clear Notepad++ clone)

Do I'm missing something ?

2) I cannot edit my script if I'm not pressing the 'A' key before.
- Why ?
- How to disable that if it's not a bad practice.

3) My main skills are to automating Windows / Mac process.
- May you have some advice for me ?

I'll stop here from now. I'll ask more later :).

1000 thanks before your answer.
If you have any other advice I take !


RE: Beginner thread :) - Yoriz - Jun-13-2019

Hi welcome to the forum, i have used autoit in the past. https://www.autoitscript.com/forum/profile/50911-yoriz/
  1. IDE is personal choice
  2. No idea whats that's about
  3. https://pypi.org/project/pywinauto/



RE: Beginner thread :) - Caramen - Jun-14-2019

1. I know it's personal. Just asking if I need anything else to do a particular thing ?
You know autoIT then may you know there is an advanced SciTE installer for example. And it's recommended to install it in all cases. Nothing similar with python ?

2. This is strange. Did you already worked in your desktop ? I was lazy to try to troubleshoot this behavior.
Now I have no choice :p I'll search for it.

3. Ohhhh exactly what I was looking for. Thanks !


RE: Beginner thread :) - ThomasL - Jun-15-2019

Actually you don´t need an additional editor, as Pycharm has one inside,
that´s why it´s called IDE (Integrated development environment).
Maybe this tutorial or this tutorial is useful to you.