A simple example of Python OOP development (with TDD) - Part 1
If you are eager to learn some Python and do not know how to start, this post may give you some ...
https://t.co/GEkLzIMDQs
Ever worked with class-based #Python code and wondered "what is self"?
It's not magical. It's a pointer to our class instance (and nothing more).
https://t.co/bmBYW9xYCY
5 Python tools that I use on every single project:
1. venv: I don't like Conda
2. black: To format my code
3. flake8: To enforce style consistency
4. logging: I try to avoid print statements
5. pytest: For testing my code
5 Python tools that I use on every single project:
1. venv: I don't like Conda
2. black: To format my code
3. flake8: To enforce style consistency
4. logging: I try to avoid print statements
5. pytest: For testing my code
If you're learning Python, it's helpful to practice as you go.
And in this tutorial, @frhnhsin walks you through the basics with straightforward code examples at each step.
He also includes some beginner-friendly Python resources for you at the end.
https://t.co/ahFmrjTIjz
The team at @get_lumina sent me their AI-powered webcam to try.
I've been using it for the past 2 weeks and it's been a great experience.
It is now my default webcam.
Here is an example video I recorded with the Lumina webcam 👇
Don't I look good? ✨
https://t.co/DWJDL4w7wf
A very cool #Python project I found the other day from @huggingface🐍✨ The code transcribes a video and then allows you to edit it using the text!
This could be super useful for cutting out 'uhs' and 'uhms' more efficiently💕 You can test it out here
https://t.co/Juw9gdFcgt
In #Python, everything is an object.
Classes are objects. Modules are objects. Functions are objects. In fact, they're all mutable objects!
https://t.co/KxqeofiETq
Cheatsheets on topics like Programming, Software, Business and marketing, Education, Home and Health, Games and Hobbies
https://t.co/w5Ut36LR6Y
@malpani