TDSP:The Daily Scribbles Podcast

LEarn TO CODE

Episode Summary

LEarn TO CODE MKdir.

Episode Notes

LEarn TO CODE 

Data camp https://www.datacamp.com/

 https://www.datacamp.com/

goofing with https://jupyter.org/

Attempting to use  Github more.  

GitHub Tutorial - Beginner's Training Guide - YouTube

Trouble shooting importing repositories. 

How to Fix GitHub Import Repository - YouTube

How to Use the TD Ameritrade API | Part 2 - YouTube

Currently where i am with Python studies. 

Managing Methods: Methods: Call function on objects 

 

                      Type           Example of method. 

object        str                  Capitalize(), replace()

object        float              bit_length(),  Conjugate()

Object        list                 index(), count()

(string).index     indexing the letters 

(list).index    indexing  the elements.

.count  - Count the list. 

#object. append     - Appending a list 

Max() Len()

.py

https://mcllroycharlee.medium.com/brewisk-e550acb516e3