Advertisement
i_ssh_rq

Getting the basics across

Nov 19th, 2019
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. -------------------------------------
  2. 1. Learning Python
  3. -------------------------------------
  4.  
  5. You need to learn python3. Python 2 was used commonly in the past, and even in 2019, but after December, Python 2 is no longer going to be maintained. Most of the things you learn in one version, can easily be transferred to another. Syntax is a bit different.
  6.  
  7. The course I recommend you to follow, if you want to learn in a fixed schedule:
  8.  
  9. _____________PYTHON COURSE___________
  10. Title: The Complete Python Bootcamp
  11. Provider: Udemy
  12. Magnet Link (copy the whole paragraph):
  13.  
  14. magnet:?xt=urn:btih:949847ed9a913268a79fbda50be90c5635866585&dn=%5bFreeTutorials.Us%5d%20Udemy%20-%20complete-python-bootcamp&tr=http%3a%2f%2f0d.kebhana.mx%3a443%2fannounce&tr=udp%3a%2f%2fbigfoot1942.sektori.org%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.port443.xyz%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.xyz%3a443%2fannounce&tr=http%3a%2f%2fopen.trackerlist.xyz%3a80%2fannounce&tr=udp%3a%2f%2ftracker.toss.li%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=http%3a%2f%2ft.nyaatracker.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.demonii.si%3a1337%2fannounce&tr=https%3a%2f%2ftracker.fastdownload.xyz%3a443%2fannounce&tr=udp%3a%2f%2ftracker.vanitycore.co%3a6969%2fannounce&tr=udp%3a%2f%2fthetracker.org%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=http%3a%2f%2ftorrent.nwps.ws%3a80%2fannounce&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce&tr=udp%3a%2f%2ftracker.coppersurfer.tk%3a6969%2fannounce&tr=udp%3a%2f%2fbt.xxx-tracker.com%3a2710%2fannounce&tr=udp%3a%2f%2ftracker.iamhansen.xyz%3a2000%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker4.itzmx.com%3a2710%2fannounce&tr=udp%3a%2f%2fretracker.hotplug.ru%3a2710%2fannounce&tr=udp%3a%2f%2ftracker.justseed.it%3a1337%2fannounce&tr=http%3a%2f%2ftherightsize.net%3a1337%2fannounce&tr=https%3a%2f%2f2.track.ga%3a443%2fannounce&tr=udp%3a%2f%2ftracker.internetwarriors.net%3a1337%2fannounce
  15.  
  16. _____________________________________
  17.  
  18. Notes on course:
  19. If you want to learn enough to get you started with the core of python needed for other projects, you can skip the following parts of the course:
  20.  
  21. i. Errors and exception handling
  22. ii. Milestone projects (REC)
  23. iii. Python Generators
  24. iv. Final capstone project (REC)
  25. v. Advanced Python Modules
  26. vi. Advanced Python Objects...
  27. vii. Bonus Material
  28. viii. Bonus Offers
  29.  
  30. **REC: I actually recommend you to try these, as it helps you learn by trying with your own hands. Yes, watching the videos and practice helps, but it helps you think in a more python-esque way. Helps to stick the lessons in your mind.
  31.  
  32. _____________________________________
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement