admin
admin
About
- Username
- admin
- Joined
- Visits
- 216
- Last Active
- Roles
- Administrator
Comments
-
(Quote) Thank you very much :)
-
As announced, I cannot join this Sunday. But feel free to meet anyway. The current state of the description is found here: https://github.com/AlexanderKosik/software_design Maybe a new person from reddit will join this week. Please give him a warm w…
-
Currently fixed the session link. It was still the old regex link
-
Current state of work
-
I just had a thought while eating dinner 😉: I think the Problem with „a.c“ matching „ac“ can get solved with a separate „finish state“ instead of checking only for state == 0
-
The current state of work of todays session is attached :)
-
Thanks for the message Tamara and see you next week.
-
We will skip today's session and continue our journey next sunday.
-
Hi Benny, thanks for your message and cu next sunday :)
-
Needed data for the exercise
-
As discussed we change the starting time to 17:30 UTC, so 1 hour later :)
-
Game Of Life implementation
-
Game of Life Slides
-
Solution from last week
-
I am ready :smiley:
-
Game is very close, I will propably be 30 minutes late… hope the best to be on time
-
I have a tablet tennis game at the moment.I hope the game is finished until the session starts. I will come as soon as possible, you can start with the problem design if I come late. cu soon, alex
-
Here is the link to the radon project for calculating cyclomatic complexity: https://pypi.org/project/radon/ https://radon.readthedocs.io/en/latest/ TL;DR usage: radon cc gilded_rose.py -s
-
No Problem, see you next week on "normal time" in the us ;)
-
Guilded Rose test file
-
Here is the session link: https://meet.jit.si/practical_python_programming
-
Gilded Rose description
-
Testfile for count_calls decorator exercise
-
Test Count exercise
-
Tests for bank account exercise
-
Thanks for the information, than see you next sunday :)
-
Thanks :) CU Next Week
-
So jitsi has some serious connection problems at the moment and disconnects all participants every 30 seconds. We will skip todays sessions and meet next sunday again :)
-
thanks for the info :)
-
rename to test_circle.py
-
Fileparse
-
Use the attached file for the exercise and rename it to report.py and copy to your work directory if needed
-
Thanks for your information! We talk about comprehensions today, so it may be kind of a repetition for you. You should have no problem catching up next week :)
-
@AJRed05 Get well soon and see you next sunday
-
yes, coming soon :)
-
@AJRed05 I wish you good luck with your projects and tests :smile:
-
@WinterGreenMints no problem, we continue this sunday with the introduction. Pay attention to our new start time 16:30 utc
-
So, as Abi suggested we made a compromise and start at 16:30 UTC :)
-
So I think we start today at the "old time" and make a new live poll in the session today
-
I think you are the only Person so far. I leave the poll open till 15:00 UTC
-
@jiljam Not sure who coded the last part of the problem. I think it was benny, if I remember correctly.@eltulax Can you please commit and push the last changes we did on sunday?
-
Here is the link for today's session: https://meet.jit.si/robot_coding_dojo_pt3@WinterGreenMints In my opinion the best book for intermediates is "Fluent Python" by Luciano Ramahlo. Really great explanations and a lot of stuff covered. The…
-
So here is the link for the session today: https://meet.jit.si/robot_coding_dojo_pt2CU Soon :)
-
So here is the link to the github repository: https://github.com/AlexanderKosik/coding_dojo_robotClone it and prepare your IDE to be able to run the ps3 and ps3_test_f16 file and check that all tests fail. It would be nice if every participant can r…
-
Here is the link for the session at sunday: https://meet.jit.si/coding_dojo_robotI will create a github repository with the source code of the exercise and we will use git and screen sharing to collaborate. I think code-with-me is nice but I think i…
-
Yes, I used it once with my apprentices at work. It did it's job!
-
@WinterGreenMints : It is absolutly fine to change existing code.@PowerTurzt: Pay attention, that your `add_discount` method sometimes returns a float and sometimes a string. This may be confusing and a potential source of error.Here are my total_gr…
-
Tamara detected several mistakes in the test_objects.py file. So here is an updated version.
-
@WinterGreenMints No Problem, I am happy about every question. It makes the whole session more interactive. @Willp I have attached the jupyter notebook files of yesterdays session, I hope they will help. Next sunday is no session because we have ho…
-
Here is the link for todays session: https://meet.jit.si/python_classes_pt2We had timeshift today in germany, so for me and benny it will start 1 hour later. But I think it 5pm GMT+1 is a general time code and so I hope we don't mess things up and s…
-
Thanks for joining todays session. I have attached the jupyter notebook file of today (as zip file, so you must unzip first). To open it you must use jupyter notebook. It is preinstalled if you use a the `anaconda` package. Have a look at the jupyt…
-
Thanks for the nice introduction Abigail and welcome on board!
-
Here is the link for the session tomorrow: https://meet.jit.si/python_classes You will also find exercises for creating and working with classes attached.
-
I have written a short textual summary about the topic from today. It will reduce the 75 minutes to three pages. I have skipped a lot of stuff I showed but I think it will highlight my key points anyway :smile: If you have any further questions abo…
-
Sure. We can do that.I am not totally satisfied in the way I addressed the topic today. I think there was a too fast deep dive which maybe was confusing. So I want to give you a dense written summary of the topic.
-
Yes, tomorrow 5 pm GMT+1.Here is the meeting link: https://meet.jit.si/python_iteratorsI have also prepared some exercises for you. One exercise file and one file to test your solutions with unittests. Have fun with it. And remember: You learn the m…
-
welcome Michael, if you would like to know about specific python topics supporting your report project, let me know.
-
Here is the link for the session today, starting at 5 pm GMT+1: https://meet.jit.si/python_decoratorsI also have some exercises for today topic. As last time you must rename them from .txt to .py to execute the scripts. I only have a test for the fi…
-
I checked my literature to see if I can get a well thought answer from the "gurus", when to use a config file and when to use command line arguments but have not found an answer. So everything following is just personal preference and opi…
-
Hello everybody, I will talk about high order functions and function decorators at sunday. I will skip class decorators at first and only talk about functions. In the following sessions I will talk about classes and inheritance and than we can co…
-
Sorry, I have no recording. If you are completly new to python it would be the best to start with the „hands on introduction“ I posted several days ago. if you get stuck in the introduction you can post your questions in the correspnding discussion…
-
Thank you. I will announce the next topic in the next days. CU sunday!
-
I have an exercise file and a test file attached. I cannot upload files with .py ending, so I renamed it to txt. You can download these files but you must rename them back to ending .py to execute them. Fill in your solution in the comp_ex.py. To te…
-
Hi and a warm welcome to AJ and Riley :)
-
Yes, we start today, 16:00 GMT+1
-
I will use Jitsi as collaboration tool. I tried sharing my desktop and it worked fine with chrome browser on my unix system. Use this link to join tomorrow, no registration required. https://meet.jit.si/python_comprehensions For those of you who hav…
-
Welcome Shilpa 🙂
-
@WinterGreenMints One of the first intermediate topics that I will introduce are decorators, so stay tuned :) Case 1: The first thing that comes in my mind is argument parsing. With the help of argument parsing modules you can make better sanity c…
-
Welcome Will, Welcome Benny, Welcome Aidan and welcome Tamara 😎
-
Welcome Mahtab 😎
-
Thanks for your question, I have updated the description, I hope this answers your question better now.