VitoshAcademy
VitoshAcademy
  • 104
  • 126 480
Solving Triangle Medians and Cevians with Python and Vector Algebra
Description:
In this video, we dive into the fascinating world of triangle geometry using Python! 🖥️🔺 We'll tackle a classic problem involving a triangle's medians and cevians, calculate key points (like midpoints and intersection), and determine segment ratios using vector algebra.
📚 What You Will See:
Paper Solution: Defining the triangle and the challenge.
Python Solution: Using SymPy and NumPy to solve equations and find the centroid.
Visualization: A plotted triangle with medians and cevians for better understanding.
💻 Code Included:
Complete, working code is provided in a Jupyter Notebook format, so you can effortlessly run and modify it! Whether you're a beginner or an experienced programmer, valuable insights into blockchain technology await.
📌 Resources:
PDF of the paper: [www.vitoshacademy.com/wp-content/uploads/2024/12/20241211_cevians_and_medians.pdf]
Code used: [www.vitoshacademy.com/solving-triangle-medians-and-cevians-with-python/]
⏰ Timestamps
00:10 Problem Setup
00:20 Pen-and-Paper Solution
22:05 Python Solution with Sympy
24:02 Plotting with python
26:40 Conclusion
👇 Questions or Suggestions?
Let us know in the comments! If you found this video helpful, don’t forget to like, subscribe, and share with your friends. 🧠✨
Don’t forget to like 👍, subscribe 🔔, and share with your friends who love math and programming!
มุมมอง: 30

วีดีโอ

Intersecting Line With Circle
มุมมอง 7014 วันที่ผ่านมา
Ever wondered how to find the intersection points of a line and a circle? In this video, I break down the problem step by step: first, using traditional pen-and-paper methods, and then using Python in Jupyter Notebook to verify our results and visualize the solution dynamically. 💻 📐We’ll tackle the problem: Line equation: x y=1 Circle equation: (x-2)^2 (y 1)^2=8 📂 Resources: Code used: www.vito...
Interval Method for Inequalities
มุมมอง 2921 วันที่ผ่านมา
Hey there! 👋 Welcome to the channel of VitoshAcademy! 🌟 🎓 In this video, we dive into solving mathematical inequalities like ((x 6)^3*(x-4)/(7-x)^7? Whether you're preparing for a math exam or just brushing up on your inequality-solving skills, this video has everything you need. 📌 What You'll Learn: ✦ How to break down the inequality step-by-step. ✦ Identifying critical points and dividing the...
Horner's Method: Simplifying Polynomial Evaluation Made Easy
มุมมอง 91หลายเดือนก่อน
Hey there! 👋 Welcome to the channel of VitoshAcademy! 🌟 In this video, we dive into Horner's Method, a powerful and efficient way to evaluate and simplify polynomials. Using the polynomial x³ - 5x² - 16x 80 as our example, we will break it down step-by-step to make it easy to understand. 💡 What You'll Learn: ✦ What Horner's Method is and why it's useful. ✦ How to use Horner’s Method to evaluate...
Math - Logarithmic Functions with Chain Rule - Explained
มุมมอง 36หลายเดือนก่อน
Hey there! 👋 Welcome to the channel of VitoshAcademy! 🌟 Math is the backbone of Machine Learning, so, I am launching a new playlist where I simplify essential math concepts - no computer is needed! 🎨 In this video, we tackle the derivative of `y=ln((1-x)/(1 x))` using the chain and quotient rules. We start with a step-by-step solution on paper, then visualize the function and its derivative onl...
List All Files And Folders in Excel. With Python.
มุมมอง 194หลายเดือนก่อน
Hey there! 👋 Welcome to the channel of VitoshAcademy! 🌟 🎨 In this video, we dive into a Python script that lists all files across multiple folders and saves the results in an Excel file! Sounds rather simple and it actually is! 🧠 What You'll Learn: 1️⃣ Folder and File Detection: See how the code navigates through folders, detects subfolders, and extracts file names. 2️⃣ Customizable Output: Lea...
Python - Simulating the Bitcoin Mining Process - Hashcode and Ledgers
มุมมอง 111หลายเดือนก่อน
In this exciting video, you’ll dive deep into the fascinating world of blockchain mining. Have you ever wondered how new blocks are added to a blockchain? I did. 📚 What You Will Learn: Understanding Hash Codes: Learn about hash functions and how they create unique fingerprints for data, ensuring security and integrity within the blockchain. Live Coding Demonstration Using Python and Jupyter Not...
Python - Digit Visualizations with MNIST
มุมมอง 1602 หลายเดือนก่อน
Hey there! 👋 Welcome to the channel! 🌟 🎨 Unlock the Power of the MNIST Dataset! In this Python tutorial, we'll explore creative ways to visualize and manipulate handwritten digits from the famous MNIST dataset. Whether you're a data science enthusiast or just looking for fun ways to work with machine learning datasets, this video is for you! 🧠 What You'll Learn: How to Load the MNIST Dataset us...
Python - Gradient Descent: Step-by-Step to Find the Minimum!
มุมมอง 2872 หลายเดือนก่อน
Hey there! 👋 Welcome to the channel! 🌟 In this video, I’m showing you an easy way to grasp the idea of a gradient descent using Python. Whether you're new to this or need a refresher, this tutorial is for you! Simple explanation of gradient descent: Gradient Descent is a fundamental optimization algorithm used to minimize a function by iteratively adjusting its parameters. Imagine you're trying...
Python - Linear Regression
มุมมอง 2273 หลายเดือนก่อน
Hey there! 👋 Welcome to the channel! 🌟 In this video, I’m showing you a straightforward way to calculate linear regression using Python. Whether you're new to this or need a refresher, this tutorial is for you! Simple Explanation of Linear Regression: Linear regression is a method used to understand the relationship between two variables. Imagine you have some data points and want to draw a str...
Python - Understanding Standard Deviation
มุมมอง 8914 หลายเดือนก่อน
📊 Understanding Standard Deviation with Python: A Step-by-Step Guide 📊 Hey everyone! Welcome to my channel! In this video, we're diving into the concept of standard deviation and how to calculate it using Python. Whether you're a beginner in statistics or looking to brush up on your data analysis skills, this video is for you! 🌟 🔍 What You'll Learn: 🤔 What is standard deviation? - 0:05 📝 Step-b...
Python - Central Limit Theorem
มุมมอง 1494 หลายเดือนก่อน
Hey there! 👋 Welcome to the channel! 🌟 In this video, I am showing the way a central limit theorem works with jupyter lab and python! Let me know whether you prefer these type of a bit more scientifically oriented videos more ✨ Simple explanation of the "Central Limit Theorem": It states that the distribution of the sample means (averages) of a large number of samples from any population will b...
Excel - How to filter a pivot table based on a cell value?
มุมมอง 1.7K4 หลายเดือนก่อน
Hey there! 👋 Welcome to the channel! 🌟 In this video, I am showing how to filter an #excel pivot table, based on a cell value.✨ Pretty much, there are 3 methods: - with adding an additional boolean column to the source - with slicer and manually selecting the values - VBA (not shown in this video) I hope you enjoy the videos in my channel. 💚 Let me know if you find these interesting. 🔧 Thanks f...
Python - Pandas Cheat Sheet And More Helpful Tricks
มุมมอง 2534 หลายเดือนก่อน
Hey there! 👋 Welcome to the channel! 🌟 In this video I will mainly take a look at one pandas cheatsheet and will code a some of the tricks into a jupyter lab document. 🔗 Kaggle dataset: www.kaggle.com/datasets/rabieelkharoua/students-performance-dataset/data 🔗 Cheatsheet: pandas.pydata.org/Pandas_Cheat_Sheet.pdf 🔗 Jupyter lab code: github.com/Vitosh/Python_personal/tree/master/TH-cam/013_Pandas...
Dates in Excel and VBA. Functions with dates
มุมมอง 1955 หลายเดือนก่อน
Hey there! 👋 Welcome to the channel! 🌟 In this video, I am showing the basics of the date system in Excel and in VBA. ✨ 🔗 Blog articles, related to the video: www.vitoshacademy.com/the-dates-in-excel-vba-and-sql-server/ www.vitoshacademy.com/vba-what-day-is-friday-in-the-week-of-a-given-date/ 📝Contents: Dates in Excel and VBA - 0:40 Dates in SQL Server, Excel.Date1904 - 3:35 29. February 1900 i...
Object Oriented Programming with Python
มุมมอง 936 หลายเดือนก่อน
Object Oriented Programming with Python
Python - Working with Functions
มุมมอง 816 หลายเดือนก่อน
Python - Working with Functions
Python - Plotting Data with Matplotlib
มุมมอง 1546 หลายเดือนก่อน
Python - Plotting Data with Matplotlib
Nice Excel Pivot. With slicers.
มุมมอง 1157 หลายเดือนก่อน
Nice Excel Pivot. With slicers.
MS Word - Create Table of Contents Automatically
มุมมอง 1297 หลายเดือนก่อน
MS Word - Create Table of Contents Automatically
Dot Product in 2D - briefly explained with Python
มุมมอง 1087 หลายเดือนก่อน
Dot Product in 2D - briefly explained with Python
VBA - Creating Excel Range from VBA Array. With hidden rows.
มุมมอง 3008 หลายเดือนก่อน
VBA - Creating Excel Range from VBA Array. With hidden rows.
Linear Algebra - Drawing With Vectors - 3d 2d
มุมมอง 1949 หลายเดือนก่อน
Linear Algebra - Drawing With Vectors - 3d 2d
VBA - Creating an Array from Excel Range
มุมมอง 1.8K9 หลายเดือนก่อน
VBA - Creating an Array from Excel Range
Simplifying Excel Tasks with Python: Data Handling and Testing Tutorial
มุมมอง 11010 หลายเดือนก่อน
Simplifying Excel Tasks with Python: Data Handling and Testing Tutorial
Python - API With Flask - Update and Delete
มุมมอง 12711 หลายเดือนก่อน
Python - API With Flask - Update and Delete
Python - API With Flask - Create and Read from dummy DB
มุมมอง 17811 หลายเดือนก่อน
Python - API With Flask - Create and Read from dummy DB
Python - Simple API With Flask And Postman
มุมมอง 63711 หลายเดือนก่อน
Python - Simple API With Flask And Postman
Python - Removing Empty Spaces and None from pandas dataframes
มุมมอง 136ปีที่แล้ว
Python - Removing Empty Spaces and None from pandas dataframes
Excel (VBA) Week Number Formula
มุมมอง 357ปีที่แล้ว
Excel (VBA) Week Number Formula

ความคิดเห็น

  • @sereneflatun
    @sereneflatun หลายเดือนก่อน

    Thank you very much...

    • @vitoshacademy
      @vitoshacademy หลายเดือนก่อน

      So nice of you

  • @garywucherpfennig242
    @garywucherpfennig242 หลายเดือนก่อน

    AMAZING AMAZING AMAZING!! Thanks so much for uploading this

    • @vitoshacademy
      @vitoshacademy หลายเดือนก่อน

      Glad you enjoyed it!

  • @SasiKumar-sp4py
    @SasiKumar-sp4py 2 หลายเดือนก่อน

    Sir, can you please shoot at 2/3X zoom, as it is so difficult to see on small screens. Thank you.

    • @vitoshacademy
      @vitoshacademy 2 หลายเดือนก่อน

      Thanks for the comment, after the forth minute, I am zooming - 4:13.🙂

    • @SasiKumar-sp4py
      @SasiKumar-sp4py 2 หลายเดือนก่อน

      @@vitoshacademy Sorry Sir, I was too early to comment . Thanks a ton

    • @vitoshacademy
      @vitoshacademy 2 หลายเดือนก่อน

      @@SasiKumar-sp4py No worries, I hope you liked the video.🙂

  • @gopalanrc8034
    @gopalanrc8034 4 หลายเดือนก่อน

    How to use that array? Vba throws compile error

    • @vitoshacademy
      @vitoshacademy 4 หลายเดือนก่อน

      Hello, and thank you for your question.😊 If you are using the code from the article, then try these steps to avoid the compiling error: 1. Delete `Option Explicit ` 2. Make sure that you are having a worksheet named `Sheet1` 3. Put the code in a module. I am away from the keyboard right now, but if the compiling error still exists, try asking in Stackoverflow.com about it, if you tag the question with #Excel and #vba, and provide the code, and explain where is the compiling error, someone will probably answer in less than 1 hour. The #vba community there is helpful. Enjoy your day😊

  • @DerAfroJack
    @DerAfroJack 4 หลายเดือนก่อน

    nice video but for brevitys sake I would love to see timestamps or better editing since it took me quite some time to find the code example I needed. Keep up the good work tho

    • @vitoshacademy
      @vitoshacademy 4 หลายเดือนก่อน

      Thanks for the nice words :) Actually there are some timestamps in the contents. Or do you mean somethign else?

  • @b99eu
    @b99eu 8 หลายเดือนก่อน

    Thanks for covering this topic. As I see, there is no such fast solution for Array to range as it is for from range to Array....

    • @vitoshacademy
      @vitoshacademy 8 หลายเดือนก่อน

      🙂In general, I am not the ultimate "knowledge tank" of VBA, there could be a few solutions I am not aware of, but in theory you can easily build a `Sub` that gets an array and based of its dimensions it puts it into a range. Anyway, there are a few decisions you should make - if it is 1D array, how are you going to paste it? (As a column or as a row) What would you do with 3D arrays? Return error, or just write the first 2 dimensions and forget about the rest?

  • @b99eu
    @b99eu 8 หลายเดือนก่อน

    Thanks for the video! One issue - range to array is clear. But array to range is tricky. As long as no row or column is hidden, it works fine. But if there is something hidden (eg due to a filter) it does not work as expected. Any workarounds here?

    • @vitoshacademy
      @vitoshacademy 8 หลายเดือนก่อน

      Thanks for the question! Actually, I have thought of some possible solution for that problem and it might be a working one, if the array is a smaller one. If it is big, then it probably will work as well, but more time would be needed for the loop. I have made a video here, for the solution - - th-cam.com/video/9zzY7qLu92U/w-d-xo.html. Enjoy it!

  • @ravitejay9231
    @ravitejay9231 9 หลายเดือนก่อน

    I have products model, which constist of id,name, costprice,sale and I want make a trasncation where i can include any number of products and their quanity also i want incude transcation type like "In" or "out" using this I want update stocks model consists of product INstock. Please help

    • @vitoshacademy
      @vitoshacademy 9 หลายเดือนก่อน

      Hi and welcome! :) Your question sounds like a micro project. The best advice I can give, is to try to write some [MCVE](stackoverflow.com/help/minimal-reproducible-example) and then post it either in stackoverflow.com or codereview.stackexchange.com. In order to be a bit more helpful and not simply telling you nicely to ask somewhere else, if it is really a micro project, you can implement a `class Stocks` with `UpdateStock()` function, that takes transactionType and keeping Stock as a dicitonary. Something like that: class Stocks { public Dictionary<int, int> Stock { get; } = new Dictionary<int, int>(); public void UpdateStock(Product product, int quantity, string transactionType) { if (Stock.ContainsKey(product.Id)) { if (transactionType == "In") Stock[product.Id] += quantity; else if (transactionType == "Out") Stock[product.Id] -= quantity; }}} After implementing the dictionary, you can consider whether you really need a database behind it or you can dump the data into a csv file and read it each time when the program is ran. For a small "homework" project that is a feasible solution.

  • @philtoa334
    @philtoa334 9 หลายเดือนก่อน

    Nice.

  • @querrythis
    @querrythis 9 หลายเดือนก่อน

    Quite useful actually. Thanks for sharing your knowledge

    • @vitoshacademy
      @vitoshacademy 9 หลายเดือนก่อน

      Glad it was helpful!

    • @querrythis
      @querrythis 8 หลายเดือนก่อน

      @@b99eu You mistakenly posted your question to me and not the author.

  • @tondekemon9356
    @tondekemon9356 11 หลายเดือนก่อน

    This update is such a pain in the az

    • @vitoshacademy
      @vitoshacademy 11 หลายเดือนก่อน

      Hi! I did not know it was different in previous versions of Word, but if it was, then the update is strange, indeed.

    • @denny7119
      @denny7119 10 หลายเดือนก่อน

      True. In previous versions the autoconnect did not need drawing canvas. Never ever used 'drawing canvas', hated it.

  • @marinmarelja3387
    @marinmarelja3387 ปีที่แล้ว

    thanks. gute arbeit.

  • @ousmanetall1286
    @ousmanetall1286 ปีที่แล้ว

    a confused lesson

    • @vitoshacademy
      @vitoshacademy ปีที่แล้ว

      Thanks for the feedback. Can you please share which part of the lesson was the most confusing one, so I can try to improve it the next time?

  • @AnthonyQiu-o2k
    @AnthonyQiu-o2k ปีที่แล้ว

    Works like magic! Big thank you!

  • @gilbertmutai1082
    @gilbertmutai1082 ปีที่แล้ว

    Do you have a place where I can learn complex model types? eg public Department Department {get; set;} any references is highly appreciated.

    • @vitoshacademy
      @vitoshacademy ปีที่แล้ว

      Hi! Thanks for reaching out! Any question in StackOverflow with 100+ reputation (as a sum of all answers and the question) is really worthy, so you can start from there: - stackoverflow.com/questions/37806159/what-is-a-complex-type-in-entity-framework-and-when-to-use-it Then, take a look at the referred links, as these are also worthy: - martinfowler.com/bliki/ValueObject.html - weblogs.asp.net/manavi/associations-in-ef-4-1-code-first-part-2-complex-types - learn.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/cc716799(v=vs.100)?redirectedfrom=MSDN In general, Microsoft is not a bad option for learning as well: - learn.microsoft.com/en-us/aspnet/mvc/overview/getting-started/getting-started-with-ef-using-mvc/creating-a-more-complex-data-model-for-an-asp-net-mvc-application That's all. Enjoy the learning experience🙂

    • @gilbertmutai1082
      @gilbertmutai1082 ปีที่แล้ว

      @@vitoshacademy Thanks so much Vitoshacademy! Definitely will enjoy.

  • @Doggy_Styles_Coding
    @Doggy_Styles_Coding ปีที่แล้ว

    okay this is awsome .... as a noob i can?t do vba but i know pyhton :) really helpful

    • @vitoshacademy
      @vitoshacademy ปีที่แล้ว

      Congrats :) Now the sky is the limit with Excel :)

  • @shanksingh7613
    @shanksingh7613 ปีที่แล้ว

    Great

  • @jiabinchen1934
    @jiabinchen1934 ปีที่แล้ว

    WOW! Thank you!

  • @vickieresorphotography1213
    @vickieresorphotography1213 ปีที่แล้ว

    This no longer works. The drawing canvas option is no longer present in MS 2011

    • @vitoshacademy
      @vitoshacademy ปีที่แล้ว

      What is MS 2011?

    • @vickieresorphotography1213
      @vickieresorphotography1213 ปีที่แล้ว

      Microsoft 2011 version. tx@@vitoshacademy

    • @vitoshacademy
      @vitoshacademy 9 หลายเดือนก่อน

      Do not have that version installed, sorry. (but I guess you found a workaround after 5 months)

  • @That_emo_girly
    @That_emo_girly ปีที่แล้ว

    Hi

  • @aidas2136
    @aidas2136 ปีที่แล้ว

    is it possible to do that without drawing a new canvas?

    • @vitoshacademy
      @vitoshacademy ปีที่แล้ว

      Thanks for the question🙂🙂🙂 I don't know such a way.🤔

  • @dark4137
    @dark4137 2 ปีที่แล้ว

    Thank you so much!! I am only 10 mins into this video and it is one of the best I have seen and you do a great job with your explanations!

    • @vitoshacademy
      @vitoshacademy 2 ปีที่แล้ว

      Thanks, Sam, I appreciate the positive post🙂

  • @pingwinlt
    @pingwinlt 2 ปีที่แล้ว

    i can't see .net standard in create new project, where is problem ?

    • @vitoshacademy
      @vitoshacademy 2 ปีที่แล้ว

      Hi, thanks for the comment. Which visual studio are you using? It can be based on that, is it the same I am using? I guess it is either this or you are missing some library or anything similar. stackoverflow.com/questions/64315213/visual-studio-2019-doesnt-show-me-net-standard-2-1-and-net-core-3-1-as-part-o

  • @bondniko
    @bondniko 2 ปีที่แล้ว

    Hey, bro, try to make your presentations more agile. Why not explain in the beginning why would someone nest a dictionary?

    • @vitoshacademy
      @vitoshacademy 2 ปีที่แล้ว

      Thanks, I will consider it.

    • @BenLinfordUK
      @BenLinfordUK ปีที่แล้ว

      Real world use cases would definitely be helpful. Comparison vs other data structures/methods etc. Thanks for the video @vitoshacademy

  • @pablojonas1864
    @pablojonas1864 2 ปีที่แล้ว

    how transform content in dataframe?

    • @vitoshacademy
      @vitoshacademy 2 ปีที่แล้ว

      Hi Pablo, stackoverflow.com is probably the best place to ask this question, as many more people will see it and will answer it promptly.

  • @afetsekoku2164
    @afetsekoku2164 2 ปีที่แล้ว

    Hi please I dont understand the include and then include part and I wanna know how to retrieve the ID of the row to use it thanks

    • @vitoshacademy
      @vitoshacademy 2 ปีที่แล้ว

      Hi! Take a look at this topic stackoverflow.com/questions/8742581/mutilevel-include-in-c-sharp-linq, and if you still do not understand it, try to write a question in Stackoverflow.com. Make sure to put the code that does not work, while trying to retrieve the ID, the people there will definitely help you, if you put some 10-20 lines of relevant code and describe your question well. 😉

  • @HariHaran-mb3hh
    @HariHaran-mb3hh 2 ปีที่แล้ว

    But I am.facing authentication required error.. Why..?

    • @vitoshacademy
      @vitoshacademy 2 ปีที่แล้ว

      No idea, it works for me. It could be that you are trying to access the pdf through a proxy or something. Here it says so - github.com/chrismattmann/tika-python/issues/158 Try to access a PDF file, which is based in the country where you are based (or your proxy).

  • @josesalgado3540
    @josesalgado3540 2 ปีที่แล้ว

    Excellent work! Thank you!!!

    • @vitoshacademy
      @vitoshacademy 2 ปีที่แล้ว

      Thanks for the nice words 🙂

  • @FractalysSync
    @FractalysSync 2 ปีที่แล้ว

    paginatedList 25:15

    • @vitoshacademy
      @vitoshacademy 2 ปีที่แล้ว

      I guess this is a bookmark for you?

  • @dougsands2830
    @dougsands2830 3 ปีที่แล้ว

    Thank you so much. I knew it was possible, just wasn't sure how.

    • @vitoshacademy
      @vitoshacademy 2 ปีที่แล้ว

      Well, it took me some time to find it out myself, so I decided to make a video. Btw, do you have any ideas about VBA/Python videos?

  • @noah4769
    @noah4769 3 ปีที่แล้ว

    somewhere towards the beginning you got rid of the nav bar, how would you get that back?

    • @vitoshacademy
      @vitoshacademy 3 ปีที่แล้ว

      I am a bit away from keyboard now, but if I believe stackoverflow.com, then either "tools>options>text editor>language" or simply rebuild. stackoverflow.com/questions/9131507/navigation-bar-gone-since-vs-11-install

  • @josepxavierbertran8456
    @josepxavierbertran8456 3 ปีที่แล้ว

    Thanks!!

  • @josepxavierbertran8456
    @josepxavierbertran8456 3 ปีที่แล้ว

    Thanks for the video bro!

  • @hippy304
    @hippy304 3 ปีที่แล้ว

    Please use zoom in video,

    • @vitoshacademy
      @vitoshacademy 2 ปีที่แล้ว

      Hi Singh, using zoom will be a good idea, but I doubt I will be able to make it for my next videos. Enjoy your day🙂

  • @yunusbozkurt3645
    @yunusbozkurt3645 3 ปีที่แล้ว

    Thank you for all your content!😀

    • @vitoshacademy
      @vitoshacademy 3 ปีที่แล้ว

      Welcome. Although I have not published anything new since months, I like reading positive comments 🙂

  • @brendagitau6236
    @brendagitau6236 3 ปีที่แล้ว

    Thank you for taking the time to do this. You helped me learn not to get intimidated by errors no matter how long it takes to research them.

    • @vitoshacademy
      @vitoshacademy 3 ปีที่แล้ว

      Thanks 😊 I really enjoy reading positive comments 😀

  • @NN-ot7df
    @NN-ot7df 3 ปีที่แล้ว

    hi ask, sorry my English, why at time 1:09:33 the searchString field is reset and the comedy selected field is not reset when submitting the form, i dont understand why. I thought it would reset, as the controller does not reload the movieGenre property to return. I do not understand, why that select of the form does not reset to "All" after the page is rendered?

    • @vitoshacademy
      @vitoshacademy 3 ปีที่แล้ว

      Hello, thanks for the question. As I really am not a compiler myself:), the best answer I can come up with is - replicate the code, put a break point on the correct place and debug. It should be visible. Or make a mcve (stackoverflow.com/help/minimal-reproducible-example ) and ask in StackOverflow.com, someone will debug for you there (if you make the mcve).

  • @youssefboutat2571
    @youssefboutat2571 3 ปีที่แล้ว

    Please HOw can I do this with database , I need it for my end of year project at school

    • @youssefboutat2571
      @youssefboutat2571 3 ปีที่แล้ว

      NEVER mind i just did a mistake ... YOU'RE A LIFESAVER THAAAAAAAAANK YOU SO MUCH

    • @vitoshacademy
      @vitoshacademy 3 ปีที่แล้ว

      You are welcome 🙂

  • @danielseeger7763
    @danielseeger7763 3 ปีที่แล้ว

    Thank you Vitosh for sharing this! Helped me a lot!

    • @vitoshacademy
      @vitoshacademy 3 ปีที่แล้ว

      Thanks for the positive comment 😊🙂

  • @Music-wy8xp
    @Music-wy8xp 3 ปีที่แล้ว

    Hello Vitosh , Could you help me share the sql database?

    • @vitoshacademy
      @vitoshacademy 3 ปีที่แล้ว

      Hi, Music 52, thanks for commenting :). If you want to share the database, you need to put it somewhere, where other people may have access to it - on a hosting or on a cloud (AWS, Azure or others). Both AWS and Azure have out of the box solutions for MSSQL - aws.amazon.com/sql/?blog-posts-content-windows and azure.microsoft.com/en-us/services/sql-database/, and if it is for a non-commecrial usage (or a student's account) there could be something for free (not sure, though).

  • @xv2beta999
    @xv2beta999 3 ปีที่แล้ว

    Pretty fun video! Hi, what about adding Mocks? For example various requests methods

    • @vitoshacademy
      @vitoshacademy 3 ปีที่แล้ว

      Thank you🙂 Sounds like a nice idea for a next video, adding a Postman as well. BTW, I think I have a video for those, but for C#.

  • @christinemeer6900
    @christinemeer6900 3 ปีที่แล้ว

    Would you be able to display the blog and post in one page? Like a commenting system?

    • @vitoshacademy
      @vitoshacademy 3 ปีที่แล้ว

      Should be possible. 🙂

  • @alexdi1367
    @alexdi1367 4 ปีที่แล้ว

    Run-time error '-21347024809 (80070057)': Invalid procedure call or argument From line: lineToPrint = item.codeModule.Lines(1, item.codeModule.CountOfLines) Extensibility module referenced and Trust enabled. While the export is very useful, the real trick is automating the import from the files back into the workbook.

    • @vitoshacademy
      @vitoshacademy 3 ปีที่แล้ว

      Hm... Did not think about the import. The way I work is the following - export => git => further work => export => git... The idea is to get the "history" of the project this way.

    • @rodrigonie9
      @rodrigonie9 2 ปีที่แล้ว

      This runtime error occours when an item (sheet, module, userform, class...) has no line of code. I solve this error with the following code For Each item In ThisWorkbook.VbProject.VBComponents Dim count As Long count = item.CodeModule.CountOfLines If count = 0 Then count = 1 lineToPrint = item.CodeModule.lines(1, count) Debug.Print lineToPrint textToPrint = textToPrint & vbCrLf & lineToPrint Next item

    • @rodrigonie9
      @rodrigonie9 2 ปีที่แล้ว

      When "item.CodeModule.CountOfLines" = 0, then the code crash

  • @Alexey0795
    @Alexey0795 4 ปีที่แล้ว

    Dim component As VBIDE.VBComponent Compile Error: User-defined type not defined Microsoft Visual Basic for Applications Extensibility 5.3 Library

    • @vitoshacademy
      @vitoshacademy 4 ปีที่แล้ว

      I am away from keyboard, but in general a vb library is missing. Google the error, there should be a solution, explaining how to add it. In general, from Vbeditor, add reference and check the missing library. Then try to compile. If you still cannot manage, drop me a line and will update the article with the added library explicitly. Thanks 🙂

    • @vitoshacademy
      @vitoshacademy 4 ปีที่แล้ว

      I have added the instructions how to add the Extensibility 5.3. library at the bottom of the article.

  • @vipinchauhan17
    @vipinchauhan17 4 ปีที่แล้ว

    Sir please share source code link

    • @vitoshacademy
      @vitoshacademy 4 ปีที่แล้ว

      Strange, I thought I have shared it. Will check these days, currently browsing from a phone, but I think the correct one is this: github.com/Vitosh/ASP/tree/master/TodoApi

  • @rowanwong1992
    @rowanwong1992 4 ปีที่แล้ว

    do you have a youtube video regarding how to create a multi filter function to filter out multiple attributes ?

    • @vitoshacademy
      @vitoshacademy 4 ปีที่แล้ว

      Nope, but if you give it a try with the code from the video, you would probably be able to do it yourself. (50% of the code for multiple filtering is there :) ). If you struggle, try making a mcve and ask a question in StackOverflow, people give amazing answers to questions with mcve.

  • @victorcaceres3592
    @victorcaceres3592 4 ปีที่แล้ว

    Simple and very good, Thank you

  • @stephanweaver1960
    @stephanweaver1960 4 ปีที่แล้ว

    good explanation. and thanks for the table of contents. keep them coming!

    • @vitoshacademy
      @vitoshacademy 4 ปีที่แล้ว

      Thanks for the good words and the appreciation. It is really nice to see your efforts appreciated :)

  • @alirezanet
    @alirezanet 4 ปีที่แล้ว

    you can use Gridify for that. it's more cleaner and easier way to do Filtering, Ordering, and pagination in your APIs. github.com/Alirezanet/Gridify

    • @vitoshacademy
      @vitoshacademy 3 ปีที่แล้ว

      Thanks. There are plenty of ways to do filtering and ordering in C#.

  • @Centrix1000
    @Centrix1000 4 ปีที่แล้ว

    I want to know how can i fill a 6x6 matrix on c# in reverse spiral form starting from center (clockwise) using windows forms, and instead of numbers the matrix should be filled with chars ?!

    • @vitoshacademy
      @vitoshacademy 4 ปีที่แล้ว

      If the size is predefined, it is easier - use hard-coded values for the matrix initially. It does not matter it is not with numbers, but with chars. Whatever it is, follow the logic and fill it.