CustomTkinter Snippets v3.0.0: Enhance Your Python GUI Workflow!
Excited to announce CustomTkinter Snippets v3.0.0! This Visual Studio Code extension turbocharges your Python GUI development with intuitive code snippets. With a wide range of components covered and customization options available, coding sleek GUIs has never been easier.
**What's New:**
* Expanded snippet coverage
* Enhanced customization options
* Bug fixes for smoother development
**TODO:**
* Addition of special events and binds as snippets
* Addition of object based snippets
Give it a try and supercharge your GUI development today!
**Links:**
Repository Link: [CustomTkinter Snippets](https://github.com/AshhadDevLab/CustomTkinter-Snippets)
Extension Link: [CustomTkinter Snippets VSCode Extension](https://marketplace.visualstudio.com/items?itemName=AshhadDevLab.customtkinter-snippets)
**Credit:**
Credits to [Tom Schimansky](https://github.com/TomSchimansky) for the awesome [CustomTkinter](https://github.com/TomSchimansky/CustomTkinter) library!
Don't forget to star the repo!
`#Python` `#GUI` `#Development` `#VisualStudioCode`
/r/Python
https://redd.it/1am0hp0
Excited to announce CustomTkinter Snippets v3.0.0! This Visual Studio Code extension turbocharges your Python GUI development with intuitive code snippets. With a wide range of components covered and customization options available, coding sleek GUIs has never been easier.
**What's New:**
* Expanded snippet coverage
* Enhanced customization options
* Bug fixes for smoother development
**TODO:**
* Addition of special events and binds as snippets
* Addition of object based snippets
Give it a try and supercharge your GUI development today!
**Links:**
Repository Link: [CustomTkinter Snippets](https://github.com/AshhadDevLab/CustomTkinter-Snippets)
Extension Link: [CustomTkinter Snippets VSCode Extension](https://marketplace.visualstudio.com/items?itemName=AshhadDevLab.customtkinter-snippets)
**Credit:**
Credits to [Tom Schimansky](https://github.com/TomSchimansky) for the awesome [CustomTkinter](https://github.com/TomSchimansky/CustomTkinter) library!
Don't forget to star the repo!
`#Python` `#GUI` `#Development` `#VisualStudioCode`
/r/Python
https://redd.it/1am0hp0
GitHub
GitHub - AshhadDevLab/CustomTkinter-Snippets: A curated collection of Python customkinter snippets for building interactive GUI…
A curated collection of Python customkinter snippets for building interactive GUI applications effortlessly. - GitHub - AshhadDevLab/CustomTkinter-Snippets: A curated collection of Python customkin...
Magnus - a simplified workflow definition language which works in local to Argo without any change
[Link to the repo](https://github.com/AstraZeneca/magnus-core)
Magnus is a simplified workflow definition language that helps in:
* **Streamlined Design Process:** Magnus enables users to efficiently plan their pipelines with [stubbed nodes](https://astrazeneca.github.io/magnus-core/concepts/stub), along with offering support for various structures such as [tasks](https://astrazeneca.github.io/magnus-core/concepts/task), [parallel branches](https://astrazeneca.github.io/magnus-core/concepts/parallel), and [loops or map branches](https://astrazeneca.github.io/magnus-core/concepts/map) in both [yaml](https://astrazeneca.github.io/magnus-core/concepts/pipeline) or a [python SDK](https://astrazeneca.github.io/magnus-core/sdk) for maximum flexibility.
* **Incremental Development:** Build your pipeline piece by piece with Magnus, which allows for the implementation of tasks as [python functions](https://astrazeneca.github.io/magnus-core/concepts/task/#python_functions), [notebooks](https://astrazeneca.github.io/magnus-core/concepts/task/#notebooks), or [shell scripts](https://astrazeneca.github.io/magnus-core/concepts/task/#shell), adapting to the developer's preferred tools and methods.
* **Robust Testing:** Ensure your pipeline performs as expected with the ability to test using sampled data. Magnus also provides the capability to [mock and patch tasks](https://astrazeneca.github.io/magnus-core/configurations/executors/mocked) for thorough evaluation before full-scale deployment.
* **Seamless Deployment:** Transition from the development stage to production with ease. Magnus simplifies the process by requiring [only configuration changes](https://astrazeneca.github.io/magnus-core/configurations/overview) to adapt to different environments, including support for [argo workflows](https://astrazeneca.github.io/magnus-core/configurations/executors/argo).
* **Efficient Debugging:** Quickly identify and resolve issues in pipeline execution with Magnus's local debugging features. Retrieve data from failed tasks and [retry failures](https://astrazeneca.github.io/magnus-core/concepts/run-log/#retrying_failures) using your chosen debugging tools to maintain a smooth development experience.
Along with the developer friendly features, magnus also acts as an interface to production grade concepts such as [data
/r/Python
https://redd.it/1ar66d5
[Link to the repo](https://github.com/AstraZeneca/magnus-core)
Magnus is a simplified workflow definition language that helps in:
* **Streamlined Design Process:** Magnus enables users to efficiently plan their pipelines with [stubbed nodes](https://astrazeneca.github.io/magnus-core/concepts/stub), along with offering support for various structures such as [tasks](https://astrazeneca.github.io/magnus-core/concepts/task), [parallel branches](https://astrazeneca.github.io/magnus-core/concepts/parallel), and [loops or map branches](https://astrazeneca.github.io/magnus-core/concepts/map) in both [yaml](https://astrazeneca.github.io/magnus-core/concepts/pipeline) or a [python SDK](https://astrazeneca.github.io/magnus-core/sdk) for maximum flexibility.
* **Incremental Development:** Build your pipeline piece by piece with Magnus, which allows for the implementation of tasks as [python functions](https://astrazeneca.github.io/magnus-core/concepts/task/#python_functions), [notebooks](https://astrazeneca.github.io/magnus-core/concepts/task/#notebooks), or [shell scripts](https://astrazeneca.github.io/magnus-core/concepts/task/#shell), adapting to the developer's preferred tools and methods.
* **Robust Testing:** Ensure your pipeline performs as expected with the ability to test using sampled data. Magnus also provides the capability to [mock and patch tasks](https://astrazeneca.github.io/magnus-core/configurations/executors/mocked) for thorough evaluation before full-scale deployment.
* **Seamless Deployment:** Transition from the development stage to production with ease. Magnus simplifies the process by requiring [only configuration changes](https://astrazeneca.github.io/magnus-core/configurations/overview) to adapt to different environments, including support for [argo workflows](https://astrazeneca.github.io/magnus-core/configurations/executors/argo).
* **Efficient Debugging:** Quickly identify and resolve issues in pipeline execution with Magnus's local debugging features. Retrieve data from failed tasks and [retry failures](https://astrazeneca.github.io/magnus-core/concepts/run-log/#retrying_failures) using your chosen debugging tools to maintain a smooth development experience.
Along with the developer friendly features, magnus also acts as an interface to production grade concepts such as [data
/r/Python
https://redd.it/1ar66d5
GitHub
GitHub - AstraZeneca/magnus-core: Core package of magnus
Core package of magnus. Contribute to AstraZeneca/magnus-core development by creating an account on GitHub.
I created a video on why you should be careful when using Python dictionaries as function parameter
This talks about mutability as Changes inside a function affect the original dictionary which could lead to unexpected behaviors and hard to debug issues.
Here is a link to the video
https://www.youtube.com/watch?v=zTTDQePffxU
/r/Python
https://redd.it/1d9upsj
This talks about mutability as Changes inside a function affect the original dictionary which could lead to unexpected behaviors and hard to debug issues.
Here is a link to the video
https://www.youtube.com/watch?v=zTTDQePffxU
/r/Python
https://redd.it/1d9upsj
YouTube
Avoid Using Python Dictionaries as Default Parameter in Functions! Here's Why...
Are you using Python dictionaries as default parameters? Avoid it! 🚫 This common mistake can lead to unexpected bugs and hard-to-trace errors in your code. In this video, I break down the dangers of using mutable default arguments, especially dictionaries…
Learn Restful API with Flask
🚀 Mastering RESTful APIs with Python and Flask 🚀
Are you ready to take your skills to the next level? I'm excited to announce the launch of my new Udemy course, designed to help you achieve your goals and excel in your field!🎓 Course Highlights:
* Comprehensive, easy-to-follow lessons
* Practical exercises and real-world examples
* Learn at your own pace, from anywhere
💡 Why Enroll?Whether you're a beginner looking to get started or a seasoned professional seeking to refine your skills, this course has something for everyone. Gain in-depth knowledge, practical skills, and the confidence to succeed.
🔗 Enroll Now: [https://www.udemy.com/course/mastering-restful-apis-a-comprehensive-guide/?referralCode=727DF5F0596A9494D3B5](https://www.udemy.com/course/mastering-restful-apis-a-comprehensive-guide/?referralCode=727DF5F0596A9494D3B5)
Join me on this exciting learning journey and unlock your full potential. See you in the course!
#Udemy #Python #flask #OnlineLearning #SkillDevelopment #Education #CourseLaunch #LearnFromHome
/r/flask
https://redd.it/1dnamd8
🚀 Mastering RESTful APIs with Python and Flask 🚀
Are you ready to take your skills to the next level? I'm excited to announce the launch of my new Udemy course, designed to help you achieve your goals and excel in your field!🎓 Course Highlights:
* Comprehensive, easy-to-follow lessons
* Practical exercises and real-world examples
* Learn at your own pace, from anywhere
💡 Why Enroll?Whether you're a beginner looking to get started or a seasoned professional seeking to refine your skills, this course has something for everyone. Gain in-depth knowledge, practical skills, and the confidence to succeed.
🔗 Enroll Now: [https://www.udemy.com/course/mastering-restful-apis-a-comprehensive-guide/?referralCode=727DF5F0596A9494D3B5](https://www.udemy.com/course/mastering-restful-apis-a-comprehensive-guide/?referralCode=727DF5F0596A9494D3B5)
Join me on this exciting learning journey and unlock your full potential. See you in the course!
#Udemy #Python #flask #OnlineLearning #SkillDevelopment #Education #CourseLaunch #LearnFromHome
/r/flask
https://redd.it/1dnamd8
Udemy
Mastering RESTful APIs with Python and Flask
From Design to Deployment: Unlock the Power of RESTful APIs for Seamless Web Integration
Python Syntax, Comments, Variables and Type Casting
I've started my YouTube channel. How is my explanation on topics?
I'm still trying to improve quality of the videos.
https://youtu.be/YOTkrACOh0I?si=GxB4mrqhqq6k8znT
Thanks
/r/Python
https://redd.it/1dzsid5
I've started my YouTube channel. How is my explanation on topics?
I'm still trying to improve quality of the videos.
https://youtu.be/YOTkrACOh0I?si=GxB4mrqhqq6k8znT
Thanks
/r/Python
https://redd.it/1dzsid5
YouTube
Python Syntax, Comments, Variables & Typecasting | Python Tutorial - Day#2
In this video we will be learning about Syntax, Comments, Variables and Type Casting in python.
=================== Video Chapters ===================
00:00 - Introduction
00:30 - Syntax
02:00 - Comments
03:00 - Variables
06:30 - Rules To Declare Variables…
=================== Video Chapters ===================
00:00 - Introduction
00:30 - Syntax
02:00 - Comments
03:00 - Variables
06:30 - Rules To Declare Variables…
I Created the Definitive AUTOMATIC Shiny Hunter for Pokémon BDSP in Python
What My Project Does: Hey everyone! I am Dinones! I coded a Python program using object detection that lets my computer hunt for shiny Pokémon on my physical Nintendo Switch while I sleep. So far, I’ve automatically caught shiny Pokémon like Giratina, Dialga or Azelf, Rotom, Drifloon, all three starters, and more in Pokémon BDSP. Curious to see how it works? Check it out! The program is available for everyone! Obviously, for free; I'm just a student who likes to program this stuff in his free time :)
The games run on a Nintendo Switch (not emulated, a real one). The program gets the output images using a capture card, then, it process them to detect whether the pokemon is shiny or not (OpenCV). Finally, it emulates the joycons using bluetooth (NXBT) and control the Nintendo.
I also want to know what do you think about it: Is it fair to use it in singleplayer? And multiplayer?
Target Audience: All Pokémon BDSP gamers.
Comparison: As far as I know, nobody did this before.
📽️ Youtube: https://www.youtube.com/watch?v=84czUOAvNyk
🤖 Github: https://github.com/Dinones/Nintendo-Switch-Pokemon-Shiny-Hunter
/r/Python
https://redd.it/1evng2g
What My Project Does: Hey everyone! I am Dinones! I coded a Python program using object detection that lets my computer hunt for shiny Pokémon on my physical Nintendo Switch while I sleep. So far, I’ve automatically caught shiny Pokémon like Giratina, Dialga or Azelf, Rotom, Drifloon, all three starters, and more in Pokémon BDSP. Curious to see how it works? Check it out! The program is available for everyone! Obviously, for free; I'm just a student who likes to program this stuff in his free time :)
The games run on a Nintendo Switch (not emulated, a real one). The program gets the output images using a capture card, then, it process them to detect whether the pokemon is shiny or not (OpenCV). Finally, it emulates the joycons using bluetooth (NXBT) and control the Nintendo.
I also want to know what do you think about it: Is it fair to use it in singleplayer? And multiplayer?
Target Audience: All Pokémon BDSP gamers.
Comparison: As far as I know, nobody did this before.
📽️ Youtube: https://www.youtube.com/watch?v=84czUOAvNyk
🤖 Github: https://github.com/Dinones/Nintendo-Switch-Pokemon-Shiny-Hunter
/r/Python
https://redd.it/1evng2g
YouTube
I Created the Definitive AUTOMATIC Shiny Hunter for Pokémon BDSP
I made your dream of catching shiny pokémon while sleeping real. It works on a physical Nintendo Switch, not an emulator. Be the coolest of your friends with all those shinies in BDSP.
🤖 Github Link: https://github.com/Dinones/Nintendo-Switch-Pokemon-Shiny…
🤖 Github Link: https://github.com/Dinones/Nintendo-Switch-Pokemon-Shiny…
Master the python logging module
As a consultant I often find interesting topics that could warrent some knowledge sharing or educational content.
To satisfy my own hunger to share knowledge and be creative I've started to create videos with the purpose of free education for junior to medior devs.
My first video is about how the python logging module works and hopes to demystify some interesting behavior.
Hope you like it!
https://youtu.be/A3FkYRN9qog?si=89rAYSbpJQm0SfzP
/r/Python
https://redd.it/1eyn4n7
As a consultant I often find interesting topics that could warrent some knowledge sharing or educational content.
To satisfy my own hunger to share knowledge and be creative I've started to create videos with the purpose of free education for junior to medior devs.
My first video is about how the python logging module works and hopes to demystify some interesting behavior.
Hope you like it!
https://youtu.be/A3FkYRN9qog?si=89rAYSbpJQm0SfzP
/r/Python
https://redd.it/1eyn4n7
YouTube
Master the python logging module
This video gives insight into the python logging module. Master handers, filters, formatters, log hierarchy and log configuration.
A write-up is available at https://www.timnology.io/articles/python-logging
#python #code #tutorial #education
A write-up is available at https://www.timnology.io/articles/python-logging
#python #code #tutorial #education
Loom, python library to animate visualizations
I just exported loom, a python library that can animated your plots and graphs to make them more catchy. Check out the demo here : https://youtu.be/5eZqREtMW_Y?si=hJCJbt7sXdWAnCdQ
/r/Python
https://redd.it/1fbr7n7
I just exported loom, a python library that can animated your plots and graphs to make them more catchy. Check out the demo here : https://youtu.be/5eZqREtMW_Y?si=hJCJbt7sXdWAnCdQ
/r/Python
https://redd.it/1fbr7n7
YouTube
How to animate your python plots and graphs?
This video demonstrates loom, a python library which helps to animate any python plot in no time. Check out the demo in this video #ai #ml #python #visualization #datascience
Manim : package for maths animation
I recently explored Manim, an open-sourced python package for generating animated videos for explaining maths. It includes animations for shapes, equations, codes, graphs, etc. The repo is trending on GitHub as well. The demo also looks very impressive. Check it out here : https://youtu.be/QciJxVjF4M4?si=Bk_gU4Tj5f6gPpiq
/r/Python
https://redd.it/1gbldgk
I recently explored Manim, an open-sourced python package for generating animated videos for explaining maths. It includes animations for shapes, equations, codes, graphs, etc. The repo is trending on GitHub as well. The demo also looks very impressive. Check it out here : https://youtu.be/QciJxVjF4M4?si=Bk_gU4Tj5f6gPpiq
/r/Python
https://redd.it/1gbldgk
YouTube
Manim : Python package for maths animation videos
Manim is a python package for creating maths animated videos for educational purposes. Check manim demo in this video #ai #generativeai #coding #python #animation #maths
I made a guide on how to debug python using ipdb
I tried to make it as straight to the point as possible. Let me know what you think and if there’s another useful python package you’d like me to check out.
https://youtu.be/EnC9ciDkXqA?si=T-Gm3KfFr-OIgCLN
/r/Python
https://redd.it/1gdwo2h
I tried to make it as straight to the point as possible. Let me know what you think and if there’s another useful python package you’d like me to check out.
https://youtu.be/EnC9ciDkXqA?si=T-Gm3KfFr-OIgCLN
/r/Python
https://redd.it/1gdwo2h
YouTube
How to use ipdb the interactive python debugger
Let's talk about how to debug python without a load of pesky print statements and instead use ipdb - the interactive python debugger.
#programming #python #ipdb #debugger #debugging #coding
Check out the ipdb github here: https://github.com/gotcha/ipdb…
#programming #python #ipdb #debugger #debugging #coding
Check out the ipdb github here: https://github.com/gotcha/ipdb…