From nancy.scherlynck at deliverect.com Tue Sep 10 11:48:25 2019 From: nancy.scherlynck at deliverect.com (Nancy Scherlynck) Date: Tue, 10 Sep 2019 17:48:25 +0200 Subject: [Python-Belgium] check my code please :-) Message-ID: <1FE08C99-DC8E-4684-ABB2-58540EDA1975@deliverect.com> Hi, I hope this isn?t weird to ask out of the blue. But could you check this code that I wrote? I?m just a beginner with coding so far, I did my first course a few weeks ago. # Set variables your_skills = ['Python', 'Building APIs', 'Team player', 'Flask'] print(f'Hello {your_name}') print('Can you imagine yourself scaling a successful software platform to the whole world?') skills_needed = ['Python', 'Building APIs', 'Team player', 'Flask'] bonus_skills = ['MongoDB', 'Docker', 'Kubernetes', 'basic cloud knowledge', 'Postman'] years_python_experience_needed = 1 if all(s in your_skills for s in skills_needed): print('I?ll tell you more about what we do here at Deliverect and what you and us can do together!') What do you think about it? As you can tell by my code I?m not a very good coder (yet). But I?d love to have a chat about coding, what we do at Deliverect, what do you say? Cheers, -- Nancy Scherlynck HR Manager +32 477 869 417 Ferdinand Lousbergkaai 103 b3, 9000 Ghent, Belgium www.deliverect.com -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Jimmy Mail pic.png Type: image/png Size: 10938 bytes Desc: not available URL: From schampailler at skynet.be Fri Sep 20 08:41:06 2019 From: schampailler at skynet.be (S. Champailler) Date: Fri, 20 Sep 2019 14:41:06 +0200 (CEST) Subject: [Python-Belgium] check my code please :-) In-Reply-To: <1FE08C99-DC8E-4684-ABB2-58540EDA1975@deliverect.com> References: <1FE08C99-DC8E-4684-ABB2-58540EDA1975@deliverect.com> Message-ID: <1380072912.260999.1568983266894@webmail.appsuite.proximus.be> you're missing a variable definition of your_name. Add your_name = "blabla" at the top of the code for it to run properly. regards, stF > Le 10 septembre 2019 ? 17:48, Nancy Scherlynck a ?crit : > > Hi, > > I hope this isn?t weird to ask out of the blue. But could you check this code that I wrote? > > I?m just a beginner with coding so far, I did my first course a few weeks ago. > > > # Set variables > your_skills = ['Python', 'Building APIs', 'Team player', 'Flask'] > > print(f'Hello {your_name}') > > print('Can you imagine yourself scaling a successful software platform to the whole world?') > > skills_needed = ['Python', 'Building APIs', > 'Team player', 'Flask'] > > bonus_skills = ['MongoDB', 'Docker', 'Kubernetes', > 'basic cloud knowledge', 'Postman'] > > years_python_experience_needed = 1 > > if all(s in your_skills for s in skills_needed): > print('I?ll tell you more about what we do here at Deliverect and what you and us can do together!') > > What do you think about it? > > As you can tell by my code I?m not a very good coder (yet). > But I?d love to have a chat about coding, what we do at Deliverect, what do you say? > > Cheers, > -- > Nancy Scherlynck > HR Manager > > > > > > +32 477 869 417 > Ferdinand Lousbergkaai 103 b3, > 9000 Ghent, Belgium > http://www.deliverect.com > > > > > > _______________________________________________ > Belgium mailing list > Belgium at python.org > https://mail.python.org/mailman/listinfo/belgium > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Jimmy Mail pic.png Type: image/png Size: 10938 bytes Desc: not available URL: From nicoe at no-log.org Fri Sep 20 09:10:40 2019 From: nicoe at no-log.org (=?utf-8?q?Nicolas_=C3=89vrard?=) Date: Fri, 20 Sep 2019 15:10:40 +0200 Subject: [Python-Belgium] check my code please :-) In-Reply-To: <1380072912.260999.1568983266894@webmail.appsuite.proximus.be> References: <1FE08C99-DC8E-4684-ABB2-58540EDA1975@deliverect.com> <1380072912.260999.1568983266894@webmail.appsuite.proximus.be> Message-ID: <156898504084.11505.1178255422298889196@mirabelle> * S. Champailler [2019-09-20 14:41:06]: > you're missing a variable definition of your_name. Add your_name = > "blabla" at the top of the code for it to run properly. It also misses some exception handling for IHaveAlreadyAJobError and SpamError -- (?> Nicolas ?vrard ( ) Li?ge `? From stephane at wirtel.be Fri Sep 20 09:43:19 2019 From: stephane at wirtel.be (=?utf-8?Q?St=C3=A9phane_Wirtel?=) Date: Fri, 20 Sep 2019 15:43:19 +0200 Subject: [Python-Belgium] check my code please :-) In-Reply-To: <156898504084.11505.1178255422298889196@mirabelle> References: <1FE08C99-DC8E-4684-ABB2-58540EDA1975@deliverect.com> <1380072912.260999.1568983266894@webmail.appsuite.proximus.be> <156898504084.11505.1178255422298889196@mirabelle> Message-ID: <25C9CAE4-9462-40E3-9F15-563635343DD5@wirtel.be> ? > Le 20 sept. 2019 ? 15:10, Nicolas ?vrard a ?crit : > > * S. Champailler [2019-09-20 14:41:06]: >> you're missing a variable definition of your_name. Add your_name = >> "blabla" at the top of the code for it to run properly. > > It also misses some exception handling for IHaveAlreadyAJobError and > SpamError > > -- > (?> Nicolas ?vrard > ( ) Li?ge > `? > _______________________________________________ > Belgium mailing list > Belgium at python.org > https://mail.python.org/mailman/listinfo/belgium