Think Python
Google's Python Class
The New Boston video series
A Byte of Python
Hackr.io
Learn Python The Hard Way
Corey Schafer Youtube
Udacity - CS101
Avalonia
Uno Platform
Flutter
Qt
Icons8 Lunacy
wxWidgets
Ripcord
Sciter
Think Python
AvaloniaAvalonia is recommended for developers who are familiar with XAML-based technologies and are looking to build cross-platform desktop applications. It's particularly well-suited for projects targeting multiple desktop environments with a single codebase, as well as for those who value a consistent UI experience across different platforms.
Based on our record, Avalonia seems to be a lot more popular than Think Python. While we know about 157 links to Avalonia, we've tracked only 9 mentions of Think Python. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
This course actually starts with an introduction to Python. Since you don't have access yet, you can give Think Python a whirl - https://greenteapress.com/wp/think-python/ and for a more interactive experience, I really enjoyed this one - https://scrimba.com/learn/python. Source: over 3 years ago
Start with Think Python or learn x in y..both are free resources and good for basic understanding and practise. Source: over 3 years ago
This free book taught me Python many years ago https://greenteapress.com/wp/think-python/. Source: about 4 years ago
In terms of learning the basics of Python programming, you can get the first edition of Think Python in PDF form for free. Source: over 4 years ago
Computer Science โ For understanding software development. As for a programming language to learn, I recommend Python or Javascript. Try Crash Course's Computer Science videos, the free Think Python book, and/or Part 1 of The Modern JavaScript Tutorial. Source: over 4 years ago
> I like WASM and I want to like WASM but the rate of maturity within the ecosystem is incredibly abysmal. The C# toolchain for WebAssembly is pretty good. You can do a lot with Avalonia and Uno: https://avaloniaui.net/ https://platform.uno/ Here's a C# clone of Visual Basic compiled to WebAssembly: https://bandysc.github.io/AvaloniaVisualBasic6/. - Source: Hacker News / 3 months ago
So when I set out to ship Ditto Edge Studio โ our debug and query tool for the Ditto edge database โ I needed it to run on Windows, Linux, and macOS. On the Mac I already had a polished SwiftUI build. For everyone else, I turned to Avalonia. This post is about what I learned bringing the two into the same family, specifically around two features that had no business being easy to port:. - Source: dev.to / 4 months ago
I would bet in Avalonia UI. It's like WPF but cross-platform. https://avaloniaui.net/. - Source: Hacker News / 5 months ago
But there are libraries that do that, e.g. https://avaloniaui.net. - Source: Hacker News / 5 months ago
Because I didnt see it already mentioned. Avalonia[1] and Uno[2] for C# are also really great if you want to write windows apps. I wrote some in Avalonia that worked incredible nice on Linux and Windows. You dont have to use MVVM or AXML for example Uno allows for C# Markup[3] to be used instead or MVUX instead of MVVM. I personally hate MVVM and AXML but you are not forced to use them. For Avalonia I dabbled in... - Source: Hacker News / 5 months ago
Google's Python Class - Assorted educational materials provided by Google.
Uno Platform - Build Mobile, Desktop and WebAssembly apps with C# and XAML.
The New Boston video series - Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
Flutter - Build beautiful native apps in record time ๐
A Byte of Python - A Byte of Python is a Python programming tutorial and learning book that teaches you how to program with the Python programming language.
Qt - Powerful, flexible and easy to use, Qt will help you not only meet your tight deadline, but also reduce the maintainable code by an astonishing percentage.