#pythoniscool 検索結果
#pythoniscool #python #pythonmeme #programminglife #programmerhumor #programmer #Memes #programmingmeme #programmermeme #jokes #memesdaily #memeoftheday #linux #programming #ubuntu #js #django #PyTorch #flask #webdevelopment #webdev #webdeveloper #backend #data #DataScience

everything has a limit... I told #chatgpt3 to write me a python program that prints "#pythoniscool" without using print, eval, import sys, or open, but it did the opposite. (my command is the black box)


I know many of you have never seen the sourcecode for the python linter, pycodestyle. So here it is. #pythoniscool #publicjournal24

Day 0[3] pf #100DaysOfCode and am still making commands for the AirBnB console. I had really forgotten how to pseudocode and wrote flowcharts for function. Anyway I'll still catch up. #ALX_SE #pythoniscool. Also I think I should begin leetcode.
Day 0[1] of #100DaysOfCode found me making commands for the AirBnB console. Maybe I'll catch up to #ALX_SE . #pythoniscool
Day 0 of #100DaysOfCode and catching up to #ALX_SE . Just made the AirBnB console along with the BaseModel Class. #pythoniscool #365DaysOfSoftwareEngineering.
Edit the py file, save and try i again. No need for compiling nor linking. #pythoniscool
Leave it to @guillaumesalva to test my tests after testing my code. #ALX_SE #pythoniscool
#python >>> from tempfile import TemporaryFile >>> temp_stdout = TemporaryFile(mode='r+') >>> print("Hello Abdul!", file=temp_stdout) >>> temp_stdout.seek(0) 0 >>> temp_stdout.read() 'Hello Abdul!\n' >>> #PythonIsCool
Done with TDD, haven't done the advanced tasks but I'll be on them soon. Either way it was a fulfilling experience. #pythoniscool #ALX_SE
Dayv48 Still on tests but the project is almost done. #ALX_SE #365DaysOfALX_SE #pythoniscool
Is there anyone who knows how to solve the N queens problem iteratively,. I.e. in constant space as opppses to recursively? #ALX_SE #365DAYSOFALX_SE #PYTHONISCOOL #publicjournal24
wow youre super pumped about python thats amazing keep that energy up youre going to crush it 🐍💪 #codingpower #pythoniscool
Day 68: yes advanced bash loops and awk are done. Let's work to get back to python so we can catch up. #pythoniscool #365DaysOfALX_SE #publicjournal24
Day 67 ● finished python input and output ● finished bash loops × Day 68 Adcanced bash loops Almost a circle project. #publicjournal24 #365DaysOfALX_SE #pythoniscool
Day 0[3] pf #100DaysOfCode and am still making commands for the AirBnB console. I had really forgotten how to pseudocode and wrote flowcharts for function. Anyway I'll still catch up. #ALX_SE #pythoniscool. Also I think I should begin leetcode.
Day 0[1] of #100DaysOfCode found me making commands for the AirBnB console. Maybe I'll catch up to #ALX_SE . #pythoniscool
Day 0 of #100DaysOfCode and catching up to #ALX_SE . Just made the AirBnB console along with the BaseModel Class. #pythoniscool #365DaysOfSoftwareEngineering.
Day 68: yes advanced bash loops and awk are done. Let's work to get back to python so we can catch up. #pythoniscool #365DaysOfALX_SE #publicjournal24
Day 67 ● finished python input and output ● finished bash loops × Day 68 Adcanced bash loops Almost a circle project. #publicjournal24 #365DaysOfALX_SE #pythoniscool
Day 67 ● finished python input and output ● finished bash loops × Day 68 Adcanced bash loops Almost a circle project. #publicjournal24 #365DaysOfALX_SE #pythoniscool
Day 66: × Backtracking - went back and did recursion as I prepare ● Python Input / Output ● JSON encoding. For Day 67: × Bash loops and conditions × Python's almost a circle project #dohardthings #ALX_SE #publicjournal24 ++#365DaysOfALX_SE #pythoniscool
Day 65: × Backtracking - Tried and failed ● Finished Inheritance tasks. For Day 66: × Python Input, / Output × Some bash loops, will see × will also read backtracking. #publicjournal24 ++#365DaysOfALX_SE #pythoniscool #ALX_SE
Day 55 - 64 Helped @enoxcodes with the simple shell project. #publicjournal24 #365DaysOfALX_SE #cisfun
Is there anyone who knows how to solve the N queens problem iteratively,. I.e. in constant space as opppses to recursively? #ALX_SE #365DAYSOFALX_SE #PYTHONISCOOL #publicjournal24
Day 52. - Quick sort algorithm × python input and output × python inheritance #publicjournal24 #365DaysOfALX_SE #pythoniscool #cisfun #ALX_SE
Day 51 Done insertion and selection sort. Still to do the rest. #publicjournal24 #365DaysOfALX_SE #cisfun
Day 50. -Started sorting algorithms and Big O - implemented bubble sort. × Insertion sort. × selection sort. × quick sort × shell sort × inheritance and python input and output. #publicjournal24 #365DaysOfALX_SE #pythoniscool #cisfun C is so fun btw. I really missed it.
Day 49. -Finished TDD -Learnt the big O notation amd sorting algorithms - made a script and embedded it to PATH #ALX_SE #PublicJournal24 #365DaysOfALX_SE #pythoniscool #cisfun
I know many of you have never seen the sourcecode for the python linter, pycodestyle. So here it is. #pythoniscool #publicjournal24

Done with TDD, haven't done the advanced tasks but I'll be on them soon. Either way it was a fulfilling experience. #pythoniscool #ALX_SE
Dayv48 Still on tests but the project is almost done. #ALX_SE #365DaysOfALX_SE #pythoniscool
Dayv48 Still on tests but the project is almost done. #ALX_SE #365DaysOfALX_SE #pythoniscool
Day 47. Still jist writing tests. TDD is tedious or am doing it wrong. #365DaysOfALX_SE#pythoniscool #ALX_SE
Leave it to @guillaumesalva to test my tests after testing my code. #ALX_SE #pythoniscool
Day 44 update. -learnt bash scripting case statements. -bash scripting arrays and scheduling scripts for execution with the at command. Wrote more tests for Python's TDD project. #PublicJournal24 #365DaysOfALX_SE #pythoniscool
Day 43 update. Today I was back to python. I was hoping to complete TDD and catch up but turns out I can't think of all edge cases. But of course I will. #publicjournal24 #365DaysOfALX_SE #pythoniscool
So bash has case statements. Wow, just wow. So which copied the other, python or bash? #ALX_SE #pythoniscool
Day 43 update. Today I was back to python. I was hoping to complete TDD and catch up but turns out I can't think of all edge cases. But of course I will. #publicjournal24 #365DaysOfALX_SE #pythoniscool
Day 42 update. Today I startex learning bash script. So I wrote a script that automates the add, commit push cycle. #publicjournal24 #365DaysOfALX_SE #buildinpublic #ALX_SE
Something went wrong.
Something went wrong.
United States Trends
- 1. phil 34.7K posts
- 2. Columbus 195K posts
- 3. PHAN 57.4K posts
- 4. President Trump 1.23M posts
- 5. Middle East 302K posts
- 6. Cam Talbot N/A
- 7. Thanksgiving 59.4K posts
- 8. #LGRW 1,835 posts
- 9. Brian Callahan 12.3K posts
- 10. #IndigenousPeoplesDay 15.6K posts
- 11. Titans 39.6K posts
- 12. Macron 237K posts
- 13. #UFC323 4,680 posts
- 14. Azzi 10.3K posts
- 15. Cape Verde 24K posts
- 16. Vrabel 7,098 posts
- 17. HAZBINTOOZ 7,389 posts
- 18. Cejudo 1,348 posts
- 19. Marc 54.2K posts
- 20. #DonnaAdelson N/A