- 88
- 19 652
Geek Geekovich
เข้าร่วมเมื่อ 29 พ.ย. 2022
Top interview questions in Python for the year 2023
Get ready to conquer your Python job interviews in 2023! We've distilled the top interview questions into simple, easy-to-understand answers.
มุมมอง: 950
วีดีโอ
Secure Remote Git Connections with Tokens: A Quick Guide.
มุมมอง 86ปีที่แล้ว
Discover Git Tokens: Streamlined & Secure Connections! Git init, git commit, git add, git push.
Git Fundamentals: gitignore file. How it works?
มุมมอง 43ปีที่แล้ว
Learn the fundamentals: how to use Gitignore file. Don't miss!
Python & ChatGPT Course. Lesson 28. Last video. Review and further exploration.
มุมมอง 15ปีที่แล้ว
A topic of the lesson: Review and further exploration: revisit concepts you found challenging and explore advanced topics.
Python & ChatGPT Course. Lesson 27. Building a small project
มุมมอง 14ปีที่แล้ว
A topic of the lesson: Building a small project: apply your knowledge to build a small Python application.
Python & ChatGPT Course. Lesson 26. Introduction to machine learning:
มุมมอง 10ปีที่แล้ว
A topic of the lesson: Introduction to machine learning: using libraries like scikit-learn for basic machine learning tasks.
Python & ChatGPT Course. Lesson 25. Working with API.
มุมมอง 7ปีที่แล้ว
A topic of the lesson: Working with APIs: making HTTP requests and processing JSON data from web APIs.
Python & ChatGPT Course. Lesson 24. Web development basics. Flask or Django.
มุมมอง 13ปีที่แล้ว
A topic of the lesson: Web development basics: using frameworks like Flask or Django to build simple web applications.
Python & ChatGPT Course. Lesson 23. Web scraping. Data visualization. Matplotlib and Seaborn.
มุมมอง 8ปีที่แล้ว
A topic of the lesson: Data visualization: creating plots and charts with libraries like Matplotlib and Seaborn.
Python & ChatGPT Course. Lesson 22. Introduction to data analysis. Pandas, Numpy.
มุมมอง 25ปีที่แล้ว
A topic of the lesson: Introduction to data analysis: using libraries like NumPy and Pandas for data manipulation and analysis.
Python & ChatGPT Course. Lesson 21. Practice exercises.
มุมมอง 6ปีที่แล้ว
A topic of the lesson: Practice exercises: tackle more challenging projects to reinforce your skills.
Python & ChatGPT Course. Lesson 20. Web scraping.
มุมมอง 18ปีที่แล้ว
A topic of the lesson: Web scraping: extracting data from websites using libraries like BeautifulSoup.
Python & ChatGPT Course. Lesson 19. Introduction to databases. SQLite, MySQL.
มุมมอง 18ปีที่แล้ว
Introduction to databases: using Python with databases (e.g., SQLite, MySQL).
Python & ChatGPT Course. Lesson 18. Working with files and directories OS and SHUTIL modules.
มุมมอง 3ปีที่แล้ว
A topic of the lesson: Working with files and directories: exploring the `os` and `shutil` modules.
Python & ChatGPT Course. Lesson 17. Decorators: understanding and implementing decorators in Python.
มุมมอง 43ปีที่แล้ว
A topic of the lesson: Decorators: understanding and implementing decorators in Python.
Python & ChatGPT Course. Lesson 16. Generators and iterators.
มุมมอง 3ปีที่แล้ว
Python & ChatGPT Course. Lesson 16. Generators and iterators.
Python & ChatGPT Course. Lesson 15. Working with dates and times.
มุมมอง 5ปีที่แล้ว
Python & ChatGPT Course. Lesson 15. Working with dates and times.
Python & ChatGPT Course. Lesson 14. Practice exercises.
มุมมอง 8ปีที่แล้ว
Python & ChatGPT Course. Lesson 14. Practice exercises.
Python & ChatGPT Course. Lesson 13. Regular expressions
มุมมอง 14ปีที่แล้ว
Python & ChatGPT Course. Lesson 13. Regular expressions
Python & ChatGPT Course. Lesson 12. Modules and packages
มุมมอง 12ปีที่แล้ว
Python & ChatGPT Course. Lesson 12. Modules and packages
Python & ChatGPT Course. Lesson 11. OOP: inheritance, polymorphism, and encapsulation.
มุมมอง 37ปีที่แล้ว
Python & ChatGPT Course. Lesson 11. OOP: inheritance, polymorphism, and encapsulation.
Python & ChatGPT Course. Lesson 10. Object-oriented programming (OOP) basics.
มุมมอง 25ปีที่แล้ว
Python & ChatGPT Course. Lesson 10. Object-oriented programming (OOP) basics.
Python & ChatGPT Course. Lesson 9. Exception handling: try/exept.
มุมมอง 33ปีที่แล้ว
Python & ChatGPT Course. Lesson 9. Exception handling: try/exept.
Python & ChatGPT Course. Lesson 8. File I/O: reading from and writing to files.
มุมมอง 8ปีที่แล้ว
Python & ChatGPT Course. Lesson 8. File I/O: reading from and writing to files.
Python & ChatGPT Course. Lesson 7. Practice exercises.
มุมมอง 12ปีที่แล้ว
Python & ChatGPT Course. Lesson 7. Practice exercises.
Python & ChatGPT Course. Lesson 6. Dictionaries and sets.
มุมมอง 20ปีที่แล้ว
Python & ChatGPT Course. Lesson 6. Dictionaries and sets.
Python & ChatGPT Course. Lesson 5. Lists and tuples.
มุมมอง 10ปีที่แล้ว
Python & ChatGPT Course. Lesson 5. Lists and tuples.
Python & ChatGPT Course. Lesson 4. Strings.
มุมมอง 36ปีที่แล้ว
Python & ChatGPT Course. Lesson 4. Strings.
Python & ChatGPT Course. Lesson 3. Functions and modules
มุมมอง 10ปีที่แล้ว
Python & ChatGPT Course. Lesson 3. Functions and modules
Very well presented. However there is a problem with Differential backups. If you have DELETED any files or directories during the course of doing backups, these will still REMAIN after restoring using tar. There is a switch: " --recursive-unlink" in tar which solves this problem. So for DIFFERENTIAL backups using this link when restoring will preserve the correct file hierarchy
Geeksforgeeks example
Thanks bro..
great work bro🤩🤩🤩
incredible work i really appreciate
To BACKUP use: the -a & -A options without delete. To MIRROR use -a & -A and the delete option. To SYNC use -a & -A without delete one way, and then repeat the other way.
Thank you for great content. It was clear and understandable !
thanks for great insights
Great video! The clearest explanation I have seen on using tar to make backups. thank-you
Very helpful tutorial
This video helped me a lot, big thank you!!!
verry simple thank you brother
SED best forever CLI command! 🥰
I've learned something new too!
👍👍
Clear and concise, and I appreciate the visuals you added too. Thank you.
Nice video
Please post some live projects of Data modeling
Such a great video and I'm sure it will be very useful for everyone 👍... Keep posting such videos regarding python.
'Promo sm' 🏃
git push
really interesting :)
Congratulations on your new channel! This is a nice, clear explanation.
thanks so much, it's very helpful!!
very interesting
lovely, i learned something new
I'm so glad you liked it!