Publications by Dario Radečić
Introducing PyScript – How to Run Python in Your Browser
Is Python the new JavaScript now? Well, no, but you can still do cool things.Anaconda's CEO Peter Wang revealed something pretty interesting during PyCon US 2022. It's PyScript – a JavaScript framework that allows you to create Python applications in the browser. That's right, you can now embed Python code directly in HTML files, just as any Ja...
5695 sym Python (2336 sym/3 pcs) 8 img
Top 3 Radical New Features in Python 3.11 – Prepare Yourself
Python 3.11 is not out yet, but you can take the RC version for a spin. Spoiler alert: It's amazingPython 3.11 is expected to air in October 2022. That's five months away, so what's with the hype? As usual, we can test the RC version, and see how it compares with Python 3.10.That's exactly what I've done. I've set up two Docker containers, one fo...
4525 sym Python (508 sym/4 pcs) 18 img
Python Constants – Everything You Need to Know
Does Python have constants? Read to find out.Python Constants contribute to the dynamic and updatable characteristic of the design architecture, which is essential for any coding architecture. Providing a construction with these features is related to the fact that the code blocks can be understood and developed by someone else.To meet those vers...
7312 sym Python (1016 sym/7 pcs) 14 img
Introducing Shiny for Python – R Shiny Now Available in Python
Shiny has been an R-exclusive framework from day one. Well, not anymore. At the recent Posit (RStudio) Conference, Posit’s CTO Joe Cheng announced Shiny for Python. Finally bringing the widely popular web framework to Python.As of August 2022, you really shouldn’t use Shiny for Python for mission-critical apps in production. The whole library...
5970 sym Python (2026 sym/6 pcs) 10 img
PyWhatKit: How to Automate Whatsapp Messages with Python
Have a Whatsapp account? Know how to call Python functions? That's all you need to automate Whatsapp messages.Did you ever want to automate your Whatsapp messages? Well, now you can, assuming you have at least one week of Python programming under your belt. The pywhatkit library allows you to send individual Whatsapp messages, send messages to gr...
6546 sym Python (1058 sym/7 pcs) 14 img
Squaring in Python: 4 Ways How to Square a Number in Python
If you want to square a number in Python, well, you have options. There are numerous ways and approaches to Python squaring, and today we'll explore the four most common. You'll also learn how to square Python lists in three distinct ways, but more on that later.Let's get started with the first Python squaring approach – by using the exponent o...
6796 sym Python (3059 sym/11 pcs) 24 img
How to Visualize PyTorch Neural Networks – 3 Examples in Python
If you truly want to wrap your head around a deep learning model, visualizing it might be a good idea. These networks typically have dozens of layers, and figuring out what’s going on from the summary alone won’t get you far. That’s why today we’ll show you 3 ways to visualize Pytorch neural networks.We’ll first build a simple feed-forw...
7013 sym Python (1521 sym/11 pcs) 18 img
Gingerit Python: How to Correct Grammatical Errors with Python
Want to check if a sentence is grammatically correct with Python? Try Gingerit – a free Python grammar checker.If you want to implement a Python grammar checker and don't know where to start, you're at the right place. Python Gingerit module allows you to check and correct grammar free of charge, even without registering for a free account.The ...
6128 sym Python (4165 sym/11 pcs) 22 img
R Shiny & FontAwesome Icons – How to Use Them in Your Dashboards
If there’s one thing that can make your dashboards more intuitive to use, it’s icons. High-quality SVG icons can further explain, or sometimes replace long sections of text, and give your applications a fresh look. The best part is – you don’t have to be an expert designer to start using icons. With FontAwesome Icons, you can start adding...
6101 sym R (880 sym/4 pcs) 14 img
R Shiny bslib – How to Work With Bootstrap Themes in Shiny
R Shiny bslib is a package that makes working with Bootstrap themes a breeze. Let’s face it – Shiny apps look dull and mainstream by default. Not everyone has a keen eye for design, and sometimes spending days or weeks playing around with CSS isn’t an option. You need something that will look better, or at least brandable right now. If that...
6652 sym R (3627 sym/6 pcs) 20 img