you are reason i start learning c++. don't give up and today i get some questions in my mind like: how to include libraries like graphic.h .... how to change mode from debug to release to compile actual fast program is this thing possible in VSCode ? or i need some thing else like codelite (i use manjaro so i can not use Microsoft Visual Studio) this question could be future video subject for you
I've been learning Python for about a few months, but still can't write my own program. By the way :( I love watching your training videos. :) from Turkey
Learning Python by watching videos is not enough. Set a goal. Choose a simple project and then try to implement it. Whenever you don't know what you should do next GOOGLE! That is what every programmer (no matter how good) does.
Just make a request to this page: www.coindesk.com/price/bitcoin and using bs4 search for a certain element This code works for me from bs4 import BeautifulSoup import requests url = 'www.coindesk.com/price/bitcoin' response = requests.get(url) soup = BeautifulSoup(response.content, features="html5lib") output = str(soup.find("div", {"class": "price-large"})).split("")[1].split("")[0].replace(",", "")
Wow I was so confused about this Call By Reference concept when I was dealing with C++, now I completely figured it out I guess. Thank you so much!
I got what you’re saying from the first minute! I watched a couple of videos and it just didn’t click.. but it finally did! Thanks to you. ❤
BRO PLZ NEVER STOP MAKING VIDEOS
I finally understand the rationale behind param references. thanks.
you are reason i start learning c++. don't give up
and today i get some questions in my mind like:
how to include libraries like graphic.h ....
how to change mode from debug to release to compile actual fast program
is this thing possible in VSCode ? or i need some thing else like codelite (i use manjaro so i can not use Microsoft Visual Studio)
this question could be future video subject for you
I've been learning Python for about a few months, but still can't write my own program. By the way :( I love watching your training videos. :) from Turkey
Learning Python by watching videos is not enough. Set a goal. Choose a simple project and then try to implement it. Whenever you don't know what you should do next GOOGLE! That is what every programmer (no matter how good) does.
@@NeuralNine Thank you very much for this advice. I will apply what you say. :)
Awsome thanks for the video
Will you make videos about OOP and data structures in C++?
That was awesome👌👏
Can you soon make a video on libraries in C++ (If thats a thing)
Thanks very much, that's helpful.
Good explanation, thank you! Do you also have a video on call by const reference?
Thank you Florian
Thanks dude, ❤️ , keep the good work 😁
Sir Please Make a Tutorial on python Subprocess module...
why do you want an alias? Is it just to make troubleshooting the code that much harder?
understood this in 5 min while my cs instructor made in overcomplicated lmao
Hello! I'm a fan of yours, I can't change the pycharm interper. Could you maybe make some videos on how to use pycharm?
Cool video thank you
Cool thanks
👍
Isnt it like pointers ?
Nice video ;)
Nice video
sir which editor have u used to make your intro?
Panzoid
@@NeuralNine ok thanks
@@NeuralNine Oh yeah what music do you use for the intro?
Could you perhaps make a python video that interacts with a bitcoin API to show the price of bitcoin?
Just make a request to this page:
www.coindesk.com/price/bitcoin
and using bs4 search for a certain element
This code works for me
from bs4 import BeautifulSoup
import requests
url = 'www.coindesk.com/price/bitcoin'
response = requests.get(url)
soup = BeautifulSoup(response.content, features="html5lib")
output = str(soup.find("div", {"class": "price-large"})).split("")[1].split("")[0].replace(",", "")
good
I would expect that given &x, x++ would increment the address of x...
👏🏼👏🏼👏🏼
FIRST
:)
I still don't get why this difference exists or how it's supposed to be used.
Python program for "ip address" and "mac address change video..... 🕵️♂️🕵️♂️🕵️♂️🕵️♂️