Spotlight

๐ŸŒŸ Spotlight: Whatโ€™s Next?

Congratulations โ€” you have successfully completed the Base Python course!

You now have a solid foundation in programming concepts like variables, data types, control flow, functions, and even object-oriented programming.

But remember: Learning Python doesnโ€™t end here!
The true power of Python unfolds when you start applying it to real-world problems: data analysis, automation, web development, machine learning, and more.

โœจ Keep exploring, keep building, and stay curious.
Your Python journey has just begun โ€” and the possibilities are endless!


  • Python Crash Course by Eric Matthes
    A practical and beginner-friendly introduction to Python with projects.

  • Automate the Boring Stuff with Python by Al Sweigart
    Learn how to use Python to automate everyday tasks โ€” fun and very practical.


๐Ÿ’ป Working with Jupyter at Marburg University

At Philipps-Universitรคt Marburg, Jupyter notebooks are widely used in courses and practical labs.
They allow you to combine code, text, images, and visualizations all in one document โ€” ideal for experimenting and sharing results.

If you are a student at Marburg, you can access Jupyter via:

  • The JupyterHub service provided by the university (e.g., through central computer pools or course-specific servers).
  • Local installation on your own laptop, using Anaconda or pip install notebook.

Tip: Jupyter is perfect for step-by-step explanations and trying out code snippets from this course.

๐ŸŒ Useful Online Resources

  • Official Python Documentation โ€” The official reference for Python syntax and standard library.
  • Online Python โ€” Run and test Python code directly in your browser without installing anything.
  • Real Python โ€” Tutorials, articles, and videos for all levels.
  • Python Tutor โ€” Visualize code execution step by step.

๐Ÿš€ Final words

Stay curious, keep trying things out, and connect with others. You learn the most by just starting and sticking with it.

Good luck on your Python journey! ๐Ÿ’ช๐Ÿ