Python Forum
Tutorial Requests - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Tutorials (https://python-forum.io/forum-4.html)
+---- Forum: Tutorial Requests and Submissions (https://python-forum.io/forum-21.html)
+---- Thread: Tutorial Requests (/thread-771.html)

Pages: 1 2 3 4 5 6 7


RE: Tutorial Requests - nilamo - Jul-10-2017

Does anyone have any interest in writing an ffi tutorial?

I've been interested in messing around with it, so if none of ya'll are knowledgeable in the subject and willing to write something up, I could cobble something together as I figure it out.


RE: Tutorial Requests - Larz60+ - Jul-10-2017

what is ffi? did you mean fft?


RE: Tutorial Requests - nilamo - Jul-10-2017

Foreign Function Interface. How to call functions in python, that were written in another language. Perhaps through a library (.so, .dll).


RE: Tutorial Requests - Larz60+ - Jul-11-2017

like Ruby ffi, thanks didn't know


RE: Tutorial Requests - monstertut - Jul-11-2017

Learning python could be difficult at first. Everything topics are separated tutorials. You should get a complete python course like ***** This will help you on step-by-step understanding of pyhton programming.


RE: Tutorial Requests - j.crater - Jul-12-2017

Quote:Foreign Function Interface. How to call functions in python, that were written in another language. Perhaps through a library (.so, .dll).

It seems like it is something most of us are interested in, and at same time don't know how it is called. I would appreciate a tutorial too!


RE: Tutorial Requests - metulburr - Oct-23-2017

I would like a small rundown of anaconda. I dont use it and a lot of people ask about it having trouble. But most of the time they just want to get it working, and they are satisfied by just installing python and pip installing to it instead.


RE: Tutorial Requests - snippsat - Oct-25-2017

I can make tutorial about Anaconda,as i already have several post about like here.
I will also mention other ways to run Python like other distributions and cloud/online stuff.


RE: Tutorial Requests - phread - Oct-25-2017

(Dec-08-2016, 07:32 PM)PaulMorrey Wrote: Complete newbie - would like to see some very basic tutorials please or if anyone knows of any links etc would be grateful
Thanks paul

There's Code Academy which starts very basic, though they're still using version 2.x if that's not a problem.
https://www.codecademy.com/learn/learn-python


RE: Tutorial Requests - sparkz_alot - Oct-26-2017

(Oct-25-2017, 09:18 PM)phread Wrote: There's Code Academy which starts very basic, though they're still using version 2.x if that's not a problem.

I don't agree with promoting sites that are stuck in the past. Python 3 has been out several years now and Python 2 is strictly a maintenance version to be discontinued in 2020. If Code Academy wants to promote itself as a site where one can learn Python, they have had ample time to update their course.  We encourage new learners to use the latest release. There are ample books and online coarse's available now, including Pythons own Tutorial , that focus on Python 3.