In this course, you'll learn the basics of creating powerful web applications with Django, a Python web framework. You'll build a portfolio website to showcase your web development projects, complete with a fully functioning blog. Follow the link to view the certificate!
Read more!At the start of the Covid-19 pandemic, IASB and regulators ask banks to exercise discretion to avoid excessive procyclicality. This paper starts with a theoretical overview. It then uses financial statements of Austrian banks to determine whether IFRS 9 meets the expectations during the Covid-19 crisis. No significant evidence is found for timely recognition of allowances. The use of comparable models and the assessment of the figures confirm the risk of procyclicality. The Thesis was published in 2021 and awarded the best Thesis in my ACF year at FH Vorarlberg.
Read more!This course covers how to restrict your web pages to users with different roles through Django view authorization. You'll learn about HttpRequest.user objects, decorators that authenticate views, and ways to notify your users with the Django messages framework.
Read more!Learn how to deploy your Django web app in production on a real-world public domain with Gunicorn and Nginx.
Read more!In this video course, I learned how to extend your Django application with a user management system, complete with email sending and third-party authentication.
Read more!In this video course, I learned how to store and retrieve data using Python, SQLite, and SQLAlchemy as well as with flat files. Using SQLite with Python brings with it the additional benefit of accessing data with SQL. By adding SQLAlchemy, you can work with data in terms of objects and methods.
Read more!In this course, I learned about the pandas IO tools API and how you can use it to read and write files. I used the pandas read_csv() function to work with CSV files. I also covered similar methods for efficiently working with Excel, CSV, JSON, HTML, SQL, pickle, and big data files.
Read more!In this step-by-step course, I learned how to start exploring a dataset with pandas and Python. I learned how to access specific rows and columns to answer questions about your data. I also saw how to handle missing values and prepare to visualize a dataset in a Jupyter Notebook.
Read more!In this video series, I learned the fundamentals of object-oriented programming (OOP) in Python and how to work with classes, objects, and constructors.
Read more!With Jinja, you can build rich templates that power the front end of your web applications. But you can use Jinja without a web framework running in the background. Anytime you want to create text files with programmatic content, Jinja can help you out.
Read more!Python keywords make up the fundamental building blocks of any Python program. In this video course, I learned the basic syntax and usage for each of Python's thirty-five keywords so you can write more efficient and readable code.
Read more!This short course covers how to read and write data to CSV files using Python's built in csv module and the pandas library. I learned how to handle standard and non-standard data such as CSV files without headers, or files containing delimeters in the data.
Read more!