<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE FL_Course SYSTEM "https://www.flane.de/dtd/fl_course095.dtd"><?xml-stylesheet type="text/xsl" href="https://portal.flane.ch/css/xml-course.xsl"?><course productid="21138" language="en" source="https://portal.flane.ch/swisscom/en/xml-course/masterclass-python03" lastchanged="2026-01-13T22:37:30+01:00" parent="https://portal.flane.ch/swisscom/en/xml-courses"><title>Master Class: Advanced Python (Associate Training)</title><productcode>PYTHON03</productcode><vendorcode>MT</vendorcode><vendorname>Master Class</vendorname><fullproductcode>MT-PYTHON03</fullproductcode><version>1.0</version><objective>&lt;p&gt;After this course you will be able to use Python in a deeper and more efficient way to develop more complex scripts or whole applications.&lt;/p&gt;</objective><essentials>&lt;p&gt;Previous course &lt;span class=&quot;cms-link-marked&quot;&gt;&lt;a class=&quot;fl-href-prod&quot; href=&quot;/swisscom/en/course/innovator-pyfun1&quot;&gt;&lt;svg role=&quot;img&quot; aria-hidden=&quot;true&quot; focusable=&quot;false&quot; data-nosnippet class=&quot;cms-linkmark&quot;&gt;&lt;use xlink:href=&quot;/css/img/icnset-linkmarks.svg#linkmark&quot;&gt;&lt;/use&gt;&lt;/svg&gt;Python for Beginners 1 &lt;span class=&quot;fl-prod-pcode&quot;&gt;(PYFUN1)&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; or &lt;span class=&quot;cms-link-marked&quot;&gt;&lt;a class=&quot;fl-href-prod&quot; href=&quot;/swisscom/en/course/innovator-pyfun2&quot;&gt;&lt;svg role=&quot;img&quot; aria-hidden=&quot;true&quot; focusable=&quot;false&quot; data-nosnippet class=&quot;cms-linkmark&quot;&gt;&lt;use xlink:href=&quot;/css/img/icnset-linkmarks.svg#linkmark&quot;&gt;&lt;/use&gt;&lt;/svg&gt;Python for Beginners 2 &lt;span class=&quot;fl-prod-pcode&quot;&gt;(PYFUN2)&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; or equivalent knowledge&lt;/p&gt;</essentials><audience>&lt;p&gt;Entry-level Python developers who want to deepen their knowledge and skills and Python developers who want to make the step from script to application.&lt;/p&gt;</audience><contents>&lt;h5&gt;1. Organizing and Structuring Projects in Python&lt;/h5&gt;&lt;ul&gt;
&lt;li&gt;Virtual Python environment&lt;/li&gt;&lt;li&gt;Version management&lt;/li&gt;&lt;/ul&gt;&lt;h5&gt;2. Modularisation&lt;/h5&gt;&lt;ul&gt;
&lt;li&gt;Global modules&lt;/li&gt;&lt;li&gt;Local modules&lt;/li&gt;&lt;li&gt;Packages&lt;/li&gt;&lt;li&gt;Importlib&lt;/li&gt;&lt;/ul&gt;&lt;h5&gt;3. Iterators&lt;/h5&gt;&lt;ul&gt;
&lt;li&gt;Comprehension&lt;/li&gt;&lt;li&gt;Chained lists&lt;/li&gt;&lt;li&gt;Generators&lt;/li&gt;&lt;/ul&gt;&lt;h5&gt;4. Object-Oriented Programming in Python&lt;/h5&gt;&lt;ul&gt;
&lt;li&gt;Classes and objects&lt;/li&gt;&lt;li&gt;Access to attributes&lt;/li&gt;&lt;li&gt;Inheritance&lt;/li&gt;&lt;/ul&gt;&lt;h5&gt;5. Naming Conventions and Best Practices&lt;/h5&gt;&lt;h5&gt;6. System Functions&lt;/h5&gt;&lt;ul&gt;
&lt;li&gt;The modules os, sys, psutil&lt;/li&gt;&lt;li&gt;Standard input and output&lt;/li&gt;&lt;li&gt;Working with files&lt;/li&gt;&lt;/ul&gt;&lt;h5&gt;7. Working with Third-Party Packages&lt;/h5&gt;&lt;ul&gt;
&lt;li&gt;Numpy&lt;/li&gt;&lt;li&gt;Matplotlib&lt;/li&gt;&lt;li&gt;Pandas&lt;/li&gt;&lt;li&gt;Scipy&lt;/li&gt;&lt;li&gt;etc.&lt;/li&gt;&lt;/ul&gt;&lt;h5&gt;8. Testing and Tuning&lt;/h5&gt;&lt;ul&gt;
&lt;li&gt;Automated testing&lt;/li&gt;&lt;li&gt;Logging&lt;/li&gt;&lt;li&gt;Performance Analysis&lt;/li&gt;&lt;li&gt;Optimization&lt;/li&gt;&lt;/ul&gt;&lt;h5&gt;9. Simple Web Applications with Python&lt;/h5&gt;&lt;ul&gt;
&lt;li&gt;Django&lt;/li&gt;&lt;/ul&gt;&lt;h5&gt;10. Outlook Machine Learning with Python&lt;/h5&gt;&lt;h5&gt;11. Outlook Network Programming with Python&lt;/h5&gt;&lt;h5&gt;12. Python Hosting&lt;/h5&gt;&lt;ul&gt;
&lt;li&gt;Program Distribution&lt;/li&gt;&lt;li&gt;Python in SQL Server&lt;/li&gt;&lt;li&gt;Python in Power BI&lt;/li&gt;&lt;/ul&gt;&lt;h5&gt;13. Programming Style, Best Practices&lt;/h5&gt;</contents><objective_plain>After this course you will be able to use Python in a deeper and more efficient way to develop more complex scripts or whole applications.</objective_plain><essentials_plain>Previous course Python for Beginners 1 (PYFUN1) or Python for Beginners 2 (PYFUN2) or equivalent knowledge</essentials_plain><audience_plain>Entry-level Python developers who want to deepen their knowledge and skills and Python developers who want to make the step from script to application.</audience_plain><contents_plain>1. Organizing and Structuring Projects in Python


- Virtual Python environment
- Version management
2. Modularisation


- Global modules
- Local modules
- Packages
- Importlib
3. Iterators


- Comprehension
- Chained lists
- Generators
4. Object-Oriented Programming in Python


- Classes and objects
- Access to attributes
- Inheritance
5. Naming Conventions and Best Practices

6. System Functions


- The modules os, sys, psutil
- Standard input and output
- Working with files
7. Working with Third-Party Packages


- Numpy
- Matplotlib
- Pandas
- Scipy
- etc.
8. Testing and Tuning


- Automated testing
- Logging
- Performance Analysis
- Optimization
9. Simple Web Applications with Python


- Django
10. Outlook Machine Learning with Python

11. Outlook Network Programming with Python

12. Python Hosting


- Program Distribution
- Python in SQL Server
- Python in Power BI
13. Programming Style, Best Practices</contents_plain><duration unit="d" days="3">3 days</duration><pricelist><price country="DE" currency="EUR">3290.00</price><price country="SE" currency="EUR">3290.00</price><price country="IL" currency="ILS">11410.00</price><price country="CH" currency="CHF">2550.00</price><price country="AT" currency="EUR">3290.00</price><price country="SI" currency="EUR">3290.00</price><price country="NL" currency="EUR">3290.00</price><price country="GB" currency="GBP">2260.00</price></pricelist><miles/></course>