
Welcome to Python in 10 Days. The easiest way to learn Python Programming.
|
- Download PyCharm
- Download Anaconda
- Install PyCharm
- Install Anaconda
- Download and Install Python
- Set the PyCharm Interpreter to the Python executable
- Write and run a test program in PyCharm
- Setup TensorFlow and Keras Using Conda Navigator
- Create and run a test notebook in Jupyter Notebook
| Introduction, Installation/Setup Video – https://youtu.be/NtpGxX_acko |
|
- Plot the heart curve in Jupyter Notebook
- Plot the Heart curve in PyCharm
- Change the Pycharm Settings
- Comments in Python
- Printing to the output using pirnt() statement
- Getting user input using the input() statement
- Python Data Types
- The int() and the float() functions
- Manipulating Strings and Lists in Python
| Basic Syntax, Data Types Video – https://youtu.be/FdLDEaenCT8 |
Day 5 – Math Made Easy |
- Introduction to Math and Binary Numbers
- Converting from Decimal to Binary
- Converting from Binary to Decimal
- Number and Numeric Types in Python
- Rewriting Math Formulas in Python Syntax
- Number Type Conversion
- Mathematical Functions
- Random Number Functions
- Trig Functions
- Project: Use Pythagoras’ Rule in Python
| Easy Math With Python https://youtu.be/cOIBpPLfiFU |
Day 6 – Strings(Guessing Game) |
- Python String Representation
- Accessing string values
- Converting Input String to Number
- String Operators
- Formatting a String
- Multi-line String
- Important String Method
- Project: Convert a String to a Bag of Words
| Working with Strings https://youtu.be/l6kCeIZi27g |
Day 8 – Date and Time |
- Getting Python Date and Time
- Understanding the Time Tuple
- Creating a Calendar
- Extracting Day, Month and Year and Weekday from Date
- Extracting Hours, Minutes, Seconds and Microseconds from time
- Formatting time using the strftime() function
| Date and Time, Fomats with strftime() https://youtu.be/bGX67zstG6c |
Day 10 – Reading/Writing Files |
- Review of the print() and input() statements
- Creating a file using the open() function
- File Modes
- File Attributes
- Closing a File
- Reading the contents of a File
- Writing Some text into a file
- Renaming a File
- Deleting a File
- Creating a new Folder (directory)
- Deleting a Folder
- Some Important File Methods
| Working with Files, Manipulating Files/Directories https://youtu.be/NpDtf_YW998 |
Advanced topics include: