Python Forum
Elements of functional programming in Python course: need beta testers
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Elements of functional programming in Python course: need beta testers
#1
Hey there folks. 

I've recently finished adding content to my online-course on basics of functional programming in Python. It is intended to be a brief introduction to the concepts of pure functions, higher-order functions, lambdas, immutable data structures, folds, lazy evaluation, some other related topics and their usage in Python programming.


The thing is, this course has been also made to participate in the contest arranged by the platform (you can read more about it here: adaptive.stepik.org/) but I haven't had a lot of feedback on how well is the theory presented, how good the tasks are and whether the automated tests work well. Any feedback would be extremely valuable. So if you're familiar with basics of Python programming and can spend some time on that, it would be awesome.

First thing you need to do is to register on the paltfrom: stepik.org

Then you can use this invitation link to enroll on the course:
stepik.org/invitation/ea053ece8a9352d17fc73f2936b9a97cc2f618bb/
 
After that, click learn and try it out. You should have acces to all the lessons available (both theoretical and practical). If you have any thoughts and experiences to share, it would be really useful. 

Thank you.
Reply
#2
I looked at the first "theory" and first "practical". The first theory just says the video hasn't been uploaded. For the practical, it says
Quote:Rewrite the function below so it behaves as a pure function (Don't change anything outside the function's body).

def func(lst, n):
    for i in range(n):
        lst.append(i)
To fulfill the requirements, you can replace the body with pass. It really should elaborate - you want to return the result that otherwise would be stored in the argument, as well as what the rest says.

I'm not fully sure what the audience of this is (experienced functional programmers? experience Python programmers? newbie programmers?) but if they're confused about the task, instead of making effort with the material, I'd expect a low completion rate.

The platform doesn't seem very mature either. I was prompted with the same "tutorial" twice, and the first button after the box for submitting code was counter-intuitively an upload button instead of submission.

I haven't looked for alternatives to this, but who are the competitors? Why would someone use this one instead? How is it better?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Python GUI Programming rob101 0 666 Jun-14-2023, 06:49 PM
Last Post: rob101
  platform independent programming with Python PythonMarlem 2 48,647 Oct-06-2020, 10:25 PM
Last Post: micseydel
  New AI tool to visualize Python code - testers needed FabianEggers 0 1,701 Feb-02-2020, 09:44 PM
Last Post: FabianEggers
  Python Programming book khouzamm 3 77,829 Oct-17-2019, 01:45 AM
Last Post: khouzamm
  SEEKING BETA TESTERS W/ PYTHON EXPERIENCE ltarshis 0 1,674 Feb-19-2019, 06:24 PM
Last Post: ltarshis
  Coconut - A Functional Language Which Compiles to Python nilamo 2 2,715 Jan-04-2019, 12:01 AM
Last Post: micseydel
  JupyterLab beta stable enough for daily use wavic 1 2,557 Feb-22-2018, 06:42 AM
Last Post: Larz60+
  Godot adds beta support for Python nilamo 0 2,639 Jul-12-2017, 03:35 PM
Last Post: nilamo
  Complete Python Programming Course 2016: Code using Python 3 free udemy course Yoriz 0 4,225 Oct-17-2016, 05:21 PM
Last Post: Yoriz

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020