Python Expressions Explained: Part 1
8:45
Пікірлер
@TheGeorgeyoumansjr
@TheGeorgeyoumansjr 29 күн бұрын
I've learned a lot here. 🎉🎉🎉
@smarchprogramming
@smarchprogramming 29 күн бұрын
👍👍👍😀😀😀😀😀😀
@rezaulbari3404
@rezaulbari3404 Ай бұрын
Hey there, I love how your channel simplifies complex topics like building a fitness tracker with JavaScript! Your detailed and engaging tutorials are fantastic. I specialize in KZbin SEO optimization and full channel management services, including creating eye-catching thumbnails, optimizing titles, descriptions, tags, and hashtags, as well as off-page SEO and professional video promotion on various social media platforms. If you're looking to enhance your channel's visibility and engagement organically, I'd love to help! Let's take your channel to the next level. Best Regards, Rezaul Bari.
@smarchprogramming
@smarchprogramming Ай бұрын
Thanks for the note 👍👍👍
@rezaulbari3404
@rezaulbari3404 Ай бұрын
@@smarchprogramming Thank you for your response! I’m excited about the opportunity to help enhance your channel's visibility and engagement. As mentioned, I specialize in KZbin SEO optimization and full channel management services, including eye-catching thumbnails, optimized titles, descriptions, tags, and hashtags, off-page SEO, and professional video promotion on various social media platforms. Let's discuss how we can take your channel to the next level. Please let me know your availability to connect.
@Bossmanhu
@Bossmanhu 4 ай бұрын
im trying to learn and get into cybersecurity world
@smarchprogramming
@smarchprogramming 4 ай бұрын
Hi Bossmanhu great field. We will work to make more content in cybersecurity for you.
@Reality-behind
@Reality-behind 6 ай бұрын
If i use [async] Flask can I set courutine instead of plain function in the task?
@smarchprogramming
@smarchprogramming 6 ай бұрын
Yes, if you're using Flask with asynchronous functionality (async), you can indeed set a coroutine function instead of a plain synchronous function for the task when using Flask APScheduler. When setting up tasks with Flask APScheduler, you can specify the function to be executed as the task. This function can be either synchronous or asynchronous (coroutine). Here's an example of how you might define and schedule a coroutine function as a task in Flask APScheduler: from flask import Flask from apscheduler.schedulers.background import BackgroundScheduler import asyncio app = Flask(__name__) scheduler = BackgroundScheduler() async def async_task(): await asyncio.sleep(5) print("Async task executed") @app.route('/') def index(): # Start the scheduler scheduler.start() # Schedule the async_task to run every minute scheduler.add_job(async_task, 'cron', minute='*') return 'Scheduler started' if name == '__main__': app.run(debug=True)
@codewith_abdo
@codewith_abdo 7 ай бұрын
thank you so much ❤
@smarchprogramming
@smarchprogramming 7 ай бұрын
You're most welcome! Please let us know what else you'd like to learn or watch :)
@codewith_abdo
@codewith_abdo 7 ай бұрын
@@smarchprogramming web development
@Doggy_Styles_Coding
@Doggy_Styles_Coding 10 ай бұрын
Nice :) i love python
@smarchprogramming
@smarchprogramming 10 ай бұрын
That's great to hear we love creating content for python. It's a very powerful language! Do you let us know what type of content you would like us to create for you and future videos.
@kentonjubborjudd4203
@kentonjubborjudd4203 11 ай бұрын
Promo>SM 😈
@smarchprogramming
@smarchprogramming 11 ай бұрын
:)