Python Forum
New Users Introduce Yourself - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Forum & Off Topic (https://python-forum.io/forum-23.html)
+--- Forum: Bar (https://python-forum.io/forum-27.html)
+--- Thread: New Users Introduce Yourself (/thread-36.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44


RE: New Users Introduce Yourself - rsutradh - Jul-10-2018

Hi I am Rajib. Learning python with big interest may need help going forward.


RE: New Users Introduce Yourself - bluedoor5 - Jul-11-2018

Thanks for the reply snippsat.

What will become of the original way I was shown when those first 3 scripts were written, and was using IDLE ? Will I still be able to use IDLE or has IDLE become superseded ?


RE: New Users Introduce Yourself - Larz60+ - Jul-11-2018

IDLE is still available, and still not very good. There are many IDE's available that are free and very good. VSCode and PyCharm are two of the better ones. If interested in VSCode, see https://code.visualstudio.com/
and : https://visualstudiomagazine.com/articles/2017/11/09/vs-code-python.aspx
It will run on any platform, and is very good
I used PyCharm for a long time and really liked it. I had some trouble using with virtual environment, but no problem with VS Code. Now myself, snippsat and others use VSCode.

See also snippsat's writeup here: https://python-forum.io/Thread-Need-some-inputs-on-IDE-comparison-on-Windows-7-PyCharm-CE-vs-Code?highlight=IntelliSense


RE: New Users Introduce Yourself - bluedoor5 - Jul-11-2018

Thanks Larz60+

well I know this is the intro thread, so later I will start a new thread and post there what's happening, and get a specific web scrape sorted, ( VBA uses Dynamic Web Query ), and hope to use.
FYI, the VBA web query targets specific tables, not the entire page, will post a few screenshots on new thread.

Thanks


RE: New Users Introduce Yourself - WolfWayfarer - Jul-16-2018

I'm currently operating a change in my carrer, going back to studying and hoping to become a programmmer.
University requires us to take Python as first language and honestly I find it much easier to read and understand than C, so here I am. A friend who's doing a PhD in CS told me that Python was "the best" so I'm curious why.


RE: New Users Introduce Yourself - Larz60+ - Jul-16-2018

I wrote mainly 'C' from about 1979 up to 2012, then started using python.
Every language has it's place, and I would still use 'C' for certain applications.
Python however has a package for just about anything that you can think of (see pypi.org) and the ease of incorporating these packages into your project is the easiest of any language I have ever worked with.
And, Python is really fun!
Enjoy the forum!


RE: New Users Introduce Yourself - ibex - Jul-16-2018

I've worked in IT forever but not done any coding for many years. Now I find myself with some free time I'm starting to look at getting some basics going in Python and see if I can bring back some skills from a long time back.


RE: New Users Introduce Yourself - Bushranger - Jul-22-2018

Hi all.

I'm an older guy from Australia, looking to learn Python and Kivy. Why? Well, why not? Seriously, just trying to keep my brain active in retirement. This looks like a good hobby, because it's so damn cheap Wink . I'm very open to any advice or help that the people would be willing to offer and will attempt to help others where I can.

Cheers.


RE: New Users Introduce Yourself - ichabod801 - Jul-22-2018

Welcome to the party.


RE: New Users Introduce Yourself - j.crater - Jul-22-2018

Hello and welcome to the Forums!
You came to the right place for learning, or rather getting help with Python ;) There is a Tutorials section with many nice tutorials.
As for Kivy, apart from Googling I found Kivy - Interactive Applications and Games with Python and Kivy Blueprints books quite helpful (also I like the "textbook style" of learning) to be very useful resources.
Good luck and enjoy your stay! =)