Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "markdown",
  5. "metadata": {},
  6. "source": [
  7. "# Coursera_Capstone_Project\n",
  8. "This Capstone Project involve some Foursquare API which will used for this Project Preliminarly"
  9. ]
  10. },
  11. {
  12. "cell_type": "code",
  13. "execution_count": 1,
  14. "metadata": {},
  15. "outputs": [
  16. {
  17. "name": "stdout",
  18. "output_type": "stream",
  19. "text": [
  20. "Hello Capstone Project Course\n"
  21. ]
  22. }
  23. ],
  24. "source": [
  25. "import pandas as pd\n",
  26. "import numpy as np\n",
  27. "print(\"Hello Capstone Project Course\")"
  28. ]
  29. },
  30. {
  31. "cell_type": "code",
  32. "execution_count": null,
  33. "metadata": {},
  34. "outputs": [],
  35. "source": []
  36. },
  37. {
  38. "cell_type": "code",
  39. "execution_count": null,
  40. "metadata": {},
  41. "outputs": [],
  42. "source": []
  43. }
  44. ],
  45. "metadata": {
  46. "kernelspec": {
  47. "display_name": "Python 3",
  48. "language": "python",
  49. "name": "python3"
  50. },
  51. "language_info": {
  52. "codemirror_mode": {
  53. "name": "ipython",
  54. "version": 3
  55. },
  56. "file_extension": ".py",
  57. "mimetype": "text/x-python",
  58. "name": "python",
  59. "nbconvert_exporter": "python",
  60. "pygments_lexer": "ipython3",
  61. "version": "3.6.7"
  62. }
  63. },
  64. "nbformat": 4,
  65. "nbformat_minor": 4
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement