برای تعریف یک آرایه در Numpy به شیوه زیر عمل می کنیم. import numpy as np a = np.array([2,3,4]) در این مثال فوق یک بردار یک در سه تشکیل می شود. دقت داریم که همه عناصر همگن هستند. در مثال فوق همه اعضا int هستند. در مثال زیر، یک ماتریس 2 در 3 تشکیل می شود. چون یکی از اعضا اعشاری است ؛ نوع عناصر آرایه اعشار Float خواهد بود. import numpy as np b = np.array([(1.5,2,3), (4,5,6)]) با استفاده از متد dtype می توانیم نوع عناصر ماتریس را دریافت کنیم. #پایتون_مالی #سری_زمانی #NumPy
برای تعریف یک آرایه در Numpy به شیوه زیر عمل می کنیم. import numpy as np a = np.array([2,3,4]) در این مثال فوق یک بردار یک در سه تشکیل می شود. دقت داریم که همه عناصر همگن هستند. در مثال فوق همه اعضا int هستند. در مثال زیر، یک ماتریس 2 در 3 تشکیل می شود. چون یکی از اعضا اعشاری است ؛ نوع عناصر آرایه اعشار Float خواهد بود. import numpy as np b = np.array([(1.5,2,3), (4,5,6)]) با استفاده از متد dtype می توانیم نوع عناصر ماتریس را دریافت کنیم. #پایتون_مالی #سری_زمانی #NumPy
Most people buy Bitcoin via exchanges, such as Coinbase. Exchanges allow you to buy, sell and hold cryptocurrency, and setting up an account is similar to opening a brokerage account—you’ll need to verify your identity and provide some kind of funding source, such as a bank account or debit card. Major exchanges include Coinbase, Kraken, and Gemini. You can also buy Bitcoin at a broker like Robinhood. Regardless of where you buy your Bitcoin, you’ll need a digital wallet in which to store it. This might be what’s called a hot wallet or a cold wallet. A hot wallet (also called an online wallet) is stored by an exchange or a provider in the cloud. Providers of online wallets include Exodus, Electrum and Mycelium. A cold wallet (or mobile wallet) is an offline device used to store Bitcoin and is not connected to the Internet. Some mobile wallet options include Trezor and Ledger.