Python
Python
Section 1, Lecture 4
Course FAQs
1. Where can I find the Jupyter Notebooks for the Course? (Note we
show this in a video later on)
The course is now in Python 3, but still have the older Python 2 notebooks
available for reference in case you need them.
https://github.com/Pierian-Data/Complete-Python-3-Bootcamp
https://github.com/jmportilla/Complete-Python-Bootcamp
You can go to the GitHub page linked above and then click the download
zip button to download all the notebook (.ipynb) files onto your computer
(compressed as a zip file, you'll need to unzip it). Check out the lecture
"Getting the Notebooks" for a video guide to this.
To find out where your notebooks are type: pwd in a cell and run it with
Shift+Enter. This will print your working directory.
You will need to change the directory in which you are starting you jupyter
notebook. Use cd in the terminal or command prompt to change to your
desired directory if you are running jupyter notebook at your command line.
Alternatively, just navigate to your desired directory using the Anaconda
Navigator as described in the lecture "Running Python Code".
Using Juptyer Notebook at your command line? Here are the instructions to
open .ipynb files through your command line:
In order to open the Notebook Files you'll need to have Python and the
Jupyter Notebook system installed, check out the Python Set-up section for
more details on the installation of Python and the Jupyter Notebook system
(or you can just follow the relevant instructions here if you feel more
technical). Once you have python and the jupyter notebooks installed you
are ready to open the notebooks using the following steps:
1. First open up your Command Prompt (search for cmd on a Windows machine) or
if you are on a Mac use your terminal (Spotlight search for terminal).
2. Next in you terminal/command prompt type pwd and press enter (this will print
your working directory)
3. Take note of what file directory was displayed, this is where you should save
your .ipynb files (or a folder containing your .ipynb files)
4. Once your ipynb files or folder containing the files is in the location displayed
from the pwd step go back to your terminal and type jupyter notebook and
press Enter.
5. After Step 4 you should have a browser tab open up with the Jupyter Notebook
system running inside of it.
6. Click on your Notebook (or go to your folder of Notebooks) displayed in the
Jupyter Notbeook and it will open in a new tab with the Notebook you selected.
7. You should now have successfully opened a Notebook file.
6. How do I get my certification?
Check out Udemy's official link on this (we don't control certification).
https://support.udemy.com/hc/en-us/articles/229603868-Certificate-of-
Completion
https://drive.google.com/drive/folders/1cAM251bjoBCYF2bHfMM07MOGEg
U2Q2VQ?usp=sharing
Basic Practice:
http://codingbat.com/python
https://projecteuler.net/archives
http://www.codeabbey.com/index/task_list
https://www.reddit.com/r/dailyprogrammer
A very tricky website with very few hints and touch problems (Not for
beginners but still interesting)
http://www.pythonchallenge.com/