An overview of Python’s method for combining strings and variables and why you should use it.
A very useful article and well worth a bookmark.
This is a blog containing data related news and information that I find interesting or relevant. Links are given to original sites containing source information for which I can take no responsibility. Any opinion expressed is my own.
An overview of Python’s method for combining strings and variables and why you should use it.
A very useful article and well worth a bookmark.
Learn to identify elements to get content, take screenshots and run JavaScript.
Interesting read and a great way of screen scraping.
These channels are highly recommended if you want to learn everything about Python, including its frameworks, libraries, and more.
Some of these look really interesting and as we all know - you can find an instruction video for almost everything on YouTube!
|
What are the differences between Python single and double quotes?
I think it is very important to be consistent and use double quotes for text if you can, else use escape characters on the single quote that is part of the text.
Nearly every embedded software developer working in the IoT space is now building secure devices. Developers have been mostly focused on how to handle secure applications and the basic microcontroller technologies such as how to use Arms TrustZone or leverage multicore processors. A looming problem that many companies and teams are overlooking is that figuring out how to develop secure applications is just the first step. There are three stages to secure product lifecycle management and in this post, he will review what is involved in each stage.
This is a great blog by Jacob and well worth the effort of reading if you work and are interested in the IoT space. I cannot emphasize enough that care should be taken to properly test and really try to think of everything that can and could go wrong so that you test for them all.
An overview of anonymous functions in Python and why you should use them.
I found this very useful because, to be honest, I've always found them confusing and not so easy to understand. I believe I understand them better now and that there is a time and place to use them.
Introducing Polars: A Python library for manipulating data.
This looks really interesting and the benchmark tests look really good. Definitely worth giving it a try.
Whether Python is your first language or your 10th, here’s a list of basic competencies which, once mastered, will take you far.
I found this really interesting and think it is useful to anyone who codes in Python no matter the level of your competency - in fact, a beginner could use it as a bit of a curriculum of what commands to look up and learn how to use.
|
|
With code examples and explanations.
Very clear and very easy to understand - definitely something to read through especially if you do intend to do anything around NLP.
Can you use SQL in Pandas? Yes and this is how.
I have to admit having used SQL for years I am far more comfortable using that than any other method.
Use Autoencoders as a Feature Extractor.
This was really useful and could potentially save a lot of time and effort if you can get the balance right.
Pyspark and Pandas. A PRACTICAL GUIDE: SPARK 3.2.0 A new Era of SPARK and PANDAS Unification Pyspark and Pandas
I found this very interesting even though I didn't understand all of it.